Needs and update unless author is done with SS...I hope not because its this mod that makes the game playable for me. The supply cost in vanilla is total BS.
Outdated, missing refrence for 3 ships : Eradicator, Manticore, Vanguard.
HOW TO FIX (warning : some tinkering involved, no guarantee but it seems to work)
Open Ship_data.csv with text editor like Notepad (in Starsector\starsector-core\data\hulls)
Find the Aurora line, add this line after : Eradicator,eradicator,Fast Cruiser,Low Tech,ammofeed,13,9000,1200,9000,8000,400,150,,70,50,40,15,20,1800,OMNI,,150,0.4,1,,,120,170,100,120,4,30,9,100000,4,12,540,0.25,20,0,,,,,,,,"rare_bp, merc",,0.5,2,4,,404.5
After Enforcer line : Manticore,manticore,Destroyer,Low Tech,canister_flak,12,5000,750,5000,5000,300,90,,80,70,50,30,50,400,OMNI,,150,0.4,1,,,50,80,80,50,2,25,9,45000,5,12,420,0.25,12,0,,,,,,,,"rare_bp, merc",,0.4,2,3,,303.5
After Hound line : Vanguard,vanguard,Heavy Frigate,Low Tech,burndrive,8,3000,600,2000,1875,150,60,,135,120,100,60,90,300,PHASE,damper,,,,,,30,50,50,30,1,30,10,30000,8,10,300,0.25,6,6,8,0,,,,,,"rare_bp, merc, special_allows_system_use, system_allows_special_use",0.75,0.4,2,2,,201.5
(no clue if it is important or not to add these lines in this precise position, I just used the original game file as reference )
Also, Hyperion value have changed, replace the Hyperion line with : Hyperion,hyperion,Advanced Gunship,High Tech,phaseteleporter,15,2500,250,8000,6250,500,65,,120,175,150,50,100,300,FRONT,,300,0.6,0.6,,,5,15,10,15,1,15,10,95000,8,40,120,0.25,15,0,,,,,,,,rare_bp,0.5,0.75,2,2,,202
(or simply replace the 40000 found in the line with 95000)
Save the file, that's it. Game should start without trouble (unless you have other mods messing with the ship-data.csv file). I may or may not have missed other changes from previous version. Use at your own risk (and always, always make a backup copy of the file you want to change).
15 comments
For example, for vanilla game:
> grep -r suppliesPerMonth data/hulls/skins/
data/hulls/skins/afflictor_d_pirates.skin: "suppliesPerMonth":6,
data/hulls/skins/brawler_pather.skin: "suppliesPerMonth":6,
data/hulls/skins/eradicator_pirates.skin: "suppliesPerMonth":18,
data/hulls/skins/falcon_p.skin: "suppliesPerMonth":20,
data/hulls/skins/manticore_pather.skin: "suppliesPerMonth":14,
data/hulls/skins/shade_d_pirates.skin: "suppliesPerMonth":6,
data/hulls/skins/wolf_d_pirates.skin: "suppliesPerMonth":4,
Thank you VERY much and kudos for the help btw!
sad ;-;
I was getting tired of starting over.
Thank you.
HOW TO FIX (warning : some tinkering involved, no guarantee but it seems to work)
Open Ship_data.csv with text editor like Notepad (in Starsector\starsector-core\data\hulls)
Find the Aurora line, add this line after :
Eradicator,eradicator,Fast Cruiser,Low Tech,ammofeed,13,9000,1200,9000,8000,400,150,,70,50,40,15,20,1800,OMNI,,150,0.4,1,,,120,170,100,120,4,30,9,100000,4,12,540,0.25,20,0,,,,,,,,"rare_bp, merc",,0.5,2,4,,404.5
After Enforcer line :
Manticore,manticore,Destroyer,Low Tech,canister_flak,12,5000,750,5000,5000,300,90,,80,70,50,30,50,400,OMNI,,150,0.4,1,,,50,80,80,50,2,25,9,45000,5,12,420,0.25,12,0,,,,,,,,"rare_bp, merc",,0.4,2,3,,303.5
After Hound line :
Vanguard,vanguard,Heavy Frigate,Low Tech,burndrive,8,3000,600,2000,1875,150,60,,135,120,100,60,90,300,PHASE,damper,,,,,,30,50,50,30,1,30,10,30000,8,10,300,0.25,6,6,8,0,,,,,,"rare_bp, merc, special_allows_system_use, system_allows_special_use",0.75,0.4,2,2,,201.5
(no clue if it is important or not to add these lines in this precise position, I just used the original game file as reference )
Also, Hyperion value have changed, replace the Hyperion line with :
Hyperion,hyperion,Advanced Gunship,High Tech,phaseteleporter,15,2500,250,8000,6250,500,65,,120,175,150,50,100,300,FRONT,,300,0.6,0.6,,,5,15,10,15,1,15,10,95000,8,40,120,0.25,15,0,,,,,,,,rare_bp,0.5,0.75,2,2,,202
(or simply replace the 40000 found in the line with 95000)
Save the file, that's it. Game should start without trouble (unless you have other mods messing with the ship-data.csv file).
I may or may not have missed other changes from previous version. Use at your own risk (and always, always make a backup copy of the file you want to change).