Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Error when adding a modded ship  (Read 1094 times)

rogerbacon

  • Commander
  • ***
  • Posts: 151
    • View Profile
Error when adding a modded ship
« on: December 24, 2015, 11:19:02 AM »

Spoiler
I created a ship using the ship creation tool found in this forum and added it to my fleet using "AddShip". When I click on my fleet the game crashes with this error.




87873 [Thread-5] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.RuntimeException: Spec of class [com.fs.starfarer.loading.specs.N] with id
  • not found

java.lang.RuntimeException: Spec of class [com.fs.starfarer.loading.specs.N] with id
  • not found

   at com.fs.starfarer.loading.SpecStore.o00000(Unknown Source)

The Wiki for ship editing here: http://starsector.wikia.com/wiki/Ship_Data_CSV is a little vague on systemID and DefenseId and I think those might be the problem. It just says "system id - This is your shipsystem.(maneuveringjets,...) ".

I put in zero for both and 1 for both but it crashed both times. What should I put in there? Or am I looking in the wrong place and my problem is something else?

[close]

Fixed the problem. Those fields are looking for a string, not an int. Putting "cloak" in worked.
« Last Edit: December 24, 2015, 12:26:41 PM by rogerbacon »
Logged