// Patches to the awesome Realistic Progression Lite mod. // // By Paul '@pjf' Fenwick // // This file may be used under your choice of the following licenses // - Creative Commons Attribution (CC-BY) 4.0 // - GNU Public License 2 // - MIT License // // If you like my work, you can support me at https://gittip.com/pjf // This attempts to fix various bugs in the current release of RPL. // Fix StretchyTanks sizing issues. (You still need to unlock the various // tank sizes in the tech tree, but this at least means you can.) @STRETCHYTANKMAXRAD[Default] { @start = 1000 } // ProcFairings just cause me to cry. I can't get the // max sizes to work at all. Let's get rid of them. // TODO: Aaah! I need to update the PF/common.cfg files, // as *well* as the entries in the tech tree. // // For now, we just hack everything. @PROCFAIRINGS_MINDIAMETER[*] { @start = 0.1 } @PROCFAIRINGS_MAXDIAMETER[*] { @start = 50 } // I don't even know what proc rockets are. Change them anyway. @PROCROCKET_MINDIAMETER[*] { @start = 0.1 } @PROCROCKET_MAXDIAMETER[*] { @start = 50 }