How to add ship system power levels

Discuss and distribute tools and methods for modding. Moderator - Grognak
meklozz
Posts: 350
Joined: Wed Sep 23, 2015 9:11 am

Re: How to add ship system power levels

Postby meklozz » Sat May 20, 2017 7:22 pm

Hexlen wrote:
meklozz wrote:
Hexlen wrote:I don't see blueprints.xml.append only blueprints.xml
edit: spelling

It sounds like you are trying to add the blueprint file with only that bit of code - which erases a significant part of the original game files and crashes the game. Rename the file to blueprints.xml.append, or copy the whole content of the original (better use .append). That should help.

I figured it out, I forgot to change the maxpower to 16 when I had 16 level ups availible, aswell as I forgot to put a gap at the end of the code

Well it's good it got fixed. Probably the missing gap, as it worked just fine with more level than 12, even vanilla has the ninth in there.