Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: How to add new ships to station store?  (Read 1318 times)

Sendrien

  • Captain
  • ****
  • Posts: 265
    • View Profile
How to add new ships to station store?
« on: August 22, 2012, 09:57:21 PM »

I've scoured the game directory folders, but I can't seem to locate the file that allows me to alter which ships are offered at each station for sale. Could someone point me in the right direction? Thanks :)
Logged

FlashFrozen

  • Admiral
  • *****
  • Posts: 988
    • View Profile
Re: How to add new ships to station store?
« Reply #1 on: August 22, 2012, 10:28:47 PM »

If your altering the base game, then use this

Fractal Softworks\Starfarer\starfarer-core\data\scripts\world\corvus\corvus.java

Go inside that file to specify at which station and what you want added such as

      cargo.addMothballedShip(FleetMemberType.SHIP, "paragon_Hull", null);
Logged