-
Posts
40 -
Joined
-
Last visited
Reputation
33 ExcellentContact Methods
- Website URL
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello! I am glad that the Procedural Parts community is still active. As I wrote before, I don't have time for KSP any more. I will merge whale2's pull request so this should fix rerooting problems. ozraven's patch looks hacky so I am unsure about that one yet. Realism Overhaul (RP-0 at least) is still relying on Procedural Parts so they can take over if needed. And if someone has the time for full-time fixing of Procedural Parts, go ahead but make sure it doesn't break things, especially for RO.
-
@zer0Kerbal Stock does not use these fuels unless I have missed it in an update, and mods adding fuels usually have to add procedural parts configs as well. Realism Overhaul does it for example, you can check how they do it. This is entirely config-side matter, no need for anything compiled or included in the base mod to be changed.
-
1.2.18 is both for 1.3.1 and for 1.4+. However, CKAN has a problem with versions being newer but with a lower version number so I bumped it to 1.3.18. And if I have to diverge KSP 1.3.1 and 1.4+ branches because of a 1.4+ bug again, I would be unable to use the 1.2.x versions because of it without pulling them from CKAN, so it better not happens.
-
@AntstarNo, this is a common RealismOverhaul KER issue. Remove the crew and you will not see the mass increase. This is just VAB/SPH problem, in-flight the mass is correct. @OwariThis is USI problem, not ProceduralParts one. @Citizen247You have to figure out the formula of the oval cross-section, then instead of the loop going around the circle, you will have a loop that picks the next point in the oval. For regular polygons you could choose n points, then every iteration of the loop you go along the sides and corners of it.
-
CKAN installs 0.3.23.1 for KSP 1.3.1 but on loading it gives a warning that it was built for 1.4.1. Usually these warnings are for earlier versions (1.2.2, 1.3) so I ignore them but 1.4.1 is later. I do not see problems so far but I thought it would be good to note this.