Howdy, great idea for a mod im dying to try it out.
However if theres a chance of better odds of ship upgrades (100% would be nice!) id like to try getting that to work.
Ive looked over the files in the /config/ dir, and the only one that mentions quality is 'trade_corporation_data.csv'
//Can anyone decifer that file? would changing quality cells work? (lol sorry bit dense this morning, i rekon that is selling/buying upgraded ships)
In the //jars/src/data/scripts/campaigns/ directory there is a file called Es_ShipLevelFunctionPlugin.java
It appears to be the file that controls the upgrade process.
@ line 77 you can change how many times a hull can be upgraded.
@ line 97 it appears (i might be wrong about this) you can change the base failure factor and upgrade costs.
@ line 104 there appears to be cargo base value, but not sure what that does. (also something cargo related @ line 182)
@ line 380, 381 there is reference to quality with more @ line 489. (no idea how this works, perhaps someone could help me out?)
Also with these lines, es_shiplevelfleetdata.java @ line 68 has more quality related things. (could be the equation?)
Also in the same above file, line 158 has quality things too.