i want to make a simple mod that changes the starting credits value dynamically depending on the cost of the ship i select. I want the value to be equal to the ship's value + 1000 to give a bit of starting money, maybe the 1000 could be changed in a config. pretty much in my head it comes out to be:
starting credits for all difficulties = 0 + shipvalue + spendingmoney (default 1000)
I don't know if it's possible or how to call properties of a ship selected in the start menu. If anyone would let me know of how to do this or some resources describing methods similar to this, I would appreciate it a lot.