ConvenientParts
Parts mod of what I personally wanted or what my friends wanted.
If an idea comes to mind, we might add parts.
But requests are not always accepted.
Parts
CamOverrider
As the name suggests, it overwrites the game screen with the part's camera image.
This part was created to record another viewpoint, such as a third-person or fixed-point camera, while keeping the HMD's viewpoint in the cockpit during VR mode.
For example, this video uses this mod for the left half of the video.
Probably most people never get a chance to use it.
Enabled with InputValue>0
Poster
A part that displays an image by entering the path to a local image file.
In addition, it can also emit light.
Input has the following functions depending on the InputType setting.
- Disable : Do nothing
- Emission : Specify the intensity of emission in the range of 0~1.
- FadeOut : Specify the opacity of the poster in the range of 0~1 (transparent poster only).
- SpriteID : Specify the sprite ID to be displayed as an integer when a sprite sheet is used.
- Both : Sprite ID is controlled by an arbitrary integer (enter 0 if no sprite sheet is used), and luminance and opacity are controlled by integers from 0 to 255 with the following FT:
SpriteID*65536+clamp(Emission,0,255)*256+clamp(FadeOut,0,255)
CustomLight
Spot/point light.
It used to have shadows, but after SP update, it stopped working, so I removed it.
Input has the following functions depending on the InputType setting.
- intensity : Controls the intensity of the light.
- Color : Use an integer from 0~255 to control the color of the light with the following FT.
(clamp(floor(R),0,255)*32768+clamp(floor(G),0,255)*128+clamp(floor(B/2),0,127))*(floor(B)%2=0)
SmokeTrail-Kai
A modification of the SmokeTrails code.
The Input value controls the size and activation of the trail.
TrailRenderer
As the name suggests, this part deals with TrailRenderer.
The Activate determines whether or not a trail is generated, and the InputValue changes the lifetime of the trail.
VR UI Canceller
UI in VR mode cannot be hidden with the F9 key, unlike the non-VR case.
This part forces the kill of the UI on that VR.
This improves immersion on aircraft that have their own UI on the build side, or on older aircraft that originally had no UI, such as reciprocating fighters.
PositionAnchor
Fix the part in its current position.
AudioPlayer
Play locally stored audio (mp3, ogg, wav).
Pitch can be changed by Input value.
I do not recommend publishing builds with posters and audio players.
If you publish a build that uses them, please be sure to use images and audios that you have created yourself, or carefully check the terms of use for the images and audios you use before using them.
I am not responsible for any problems that may occur using this mod.
translation:DeepL
@tehcosmicboy82
Sorry for the delay, but I added it.
DANG i hope sp2 can add that poster part
hey I got a request, you should modify the tone generator mod to be able to import our own audio just like the poster plus would be also neat to have a pitch function as you increase input like the jet engine for uses like airliners and buzzsaws like in CFM56
@registerm100 k
@DCSplanepro12 yeah idk lol just use highly emission paint
@registerm100 or?
@DCSplanepro12 as in emission paint or...
how do i do neon parts?
@SimpleStudent HMMMMMM THX! SIMPLE but USEFUL :D
@DCSplanepro12 oki
Everythink works good. Great mod!
@archelonsuckatplane I fixed it, i just downloaded new version.
@DCSplanepro12 i have the same problem
@PlanariaLab huh, no wonder
@Majakalona
If the mod file is less than 10 MB in size, you can use the uploader on this site, but if it is larger than that, you will need to use an external file sharing service.
Finally! a mod that doesnt redirect you to google drive or dropbox!
@ItapilotSP2023 If there was a way to get mods on mobile I would tell you, but the only way I know is to have version 1.9 or something.
@ItapilotSP2023 All mods are not compatible with mobiles unless you count something like a Steamdeck with windows. I cannot detect sarcasm very well but i always try to be serious because sometimes people have questions and it's better to be a good person.
Best one there is
@PlanariaLab Thanks! I will try
@SimpleStudent Ooh thx a lot :)
@PlanariaLab Faster is asking ppl with experience, who may know what i need to, instead of breaking builds that depends of what i will delete.
@ARMAGEDONGeneral @DCSplanepro12
This mod was compiled with the latest version of ModTool, so if you are using an older version of SP, you may be experiencing version compatibility issues. From the title screen, press "About" and make sure your SP version is 1.12.203.0 or later.
(I lowered the Sp version to 1.11.106.2 for something else and encountered a phenomenon where mods disappear from the list.)
@BRNavyPilot i'm probably too late but let's be safe and say the mod will be deleted. The good catch is though is that builds in the mod will probably still hold the info of what modded part goes where
@BRNavyPilot
I think it is faster to actually try such things than to ask people.