Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: How to mod out ships?  (Read 1310 times)

Hellya

  • Lieutenant
  • **
  • Posts: 92
    • View Profile
How to mod out ships?
« on: March 25, 2019, 07:31:25 PM »

Is there a way to mod out ships? more specifically the doom. The thing is so OP that nothing stands a chance against its bombs, so I want to mod it out.
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24125
    • View Profile
Re: How to mod out ships?
« Reply #1 on: March 25, 2019, 08:05:47 PM »

Easiest thing to do would probably be to change its system (via ship_data.csv) to something else. Removing it from the game entirely would be a more laborious process.
Logged

Hellya

  • Lieutenant
  • **
  • Posts: 92
    • View Profile
Re: How to mod out ships?
« Reply #2 on: March 25, 2019, 08:18:37 PM »

Thanks Alex, I will give that a go.
Logged

RawCode

  • Admiral
  • *****
  • Posts: 511
    • View Profile
Re: How to mod out ships?
« Reply #3 on: April 05, 2019, 11:03:58 PM »

Replace entire ship settings with setting of other ship with exception of raw ID.

If you copy over doom with data of wolf, your game will have two wolves with exactly same data but different raw ID.

Such replacement will work fine with mods, ever if they reference doom in code or data.
Logged