filmov
tv
KSP L-39 Blue Angels Procedural Build

Показать описание
how to build a nice-looking airplane in KSP,
mainly using B9 Procedural Wings and Procedural Parts,
I’ll also show you how to add a blueprints using Conformal Decals.
I'll be sharing it on KerbalX soon, I just need to fix a small issue with TweakScale and the cockpit. To keep it brief, I can't resize the stock cockpit, maybe because of a conflict with another mod, like IVA. I had to duplicate the stock cockpit to be able to resize it!
L-39 in action
To resize the flags, follow these steps:
Go to the mod folder:
...\GameData\ConformalDecals\Parts.
Find this section :
MODULE
{
name = ModuleConformalFlag
useBaseNormal = true
defaultDepth = 0.2
defaultCutoff = 0
}
Add the following line to set the resize range:
scaleRange = 0.1, 50.
After modification, the section should look like this:
MODULE
{
name = ModuleConformalFlag
useBaseNormal = true
scaleRange = 0.1, 50 // I set it to 50, but it may be too much. A range of 15 to 20 is usually enough.
defaultDepth = 0.2
defaultCutoff = 0
}
This modification will allow you to resize the flags as needed. Adjust the range (scaleRange) based on the desired size.
mainly using B9 Procedural Wings and Procedural Parts,
I’ll also show you how to add a blueprints using Conformal Decals.
I'll be sharing it on KerbalX soon, I just need to fix a small issue with TweakScale and the cockpit. To keep it brief, I can't resize the stock cockpit, maybe because of a conflict with another mod, like IVA. I had to duplicate the stock cockpit to be able to resize it!
L-39 in action
To resize the flags, follow these steps:
Go to the mod folder:
...\GameData\ConformalDecals\Parts.
Find this section :
MODULE
{
name = ModuleConformalFlag
useBaseNormal = true
defaultDepth = 0.2
defaultCutoff = 0
}
Add the following line to set the resize range:
scaleRange = 0.1, 50.
After modification, the section should look like this:
MODULE
{
name = ModuleConformalFlag
useBaseNormal = true
scaleRange = 0.1, 50 // I set it to 50, but it may be too much. A range of 15 to 20 is usually enough.
defaultDepth = 0.2
defaultCutoff = 0
}
This modification will allow you to resize the flags as needed. Adjust the range (scaleRange) based on the desired size.
Комментарии