Hi all,
I'm new here, though not new in the modding area  .
 .
I'm currently modding some of the ships from the original Sose 1.15, and I encountered a blocker. Maybe someone could help me with this, because I'm not sure if it's a feature, bug or just me  .
 .
So, I was trying to implement CommandPoints system in Frigate type ships, and it doesn't work. As soon as I add anything related to command points system (e.g. StartValue, ValueIncreasePerLevel OR Level:0, Level:1, Level:2) the game crashes. It seems that the game is expecting only straight values for frigates and cruisers:
MaxHullPoints 750.0        <= WORKS OK!
and NOT:
MaxHullPoints                 <= CRASH
   Level:0 750.000000
   Level:1 1000.000000
   Level:2 1250.000000
NOR
MaxHullPoints                 <= CRASH
    StartValue 750.000000
    ValueIncreasePerLevel 250.000000
Has anyone encountered such a problem before?
Thanks for any help in advance.