Page 1 of 1

Moded additional systems?

Posted: Fri Feb 22, 2013 11:04 am
by JakubT
Hello,

I am trying to make mod with multiple ships, but I would like to make them having different prices for upgrading systems. Let's say there will be fighting ship with cheaper and 8 maximal power in weapons system, and on the scouting ship weapons will be more expensive (and 6 max power), but engines will be cheaper.

Is it possible?

I was trying to make this by adding systems - testing with oxygen: added copy of oxygen system in my blueprints.xml.append with changed name "<systemBlueprint name="oxygenmod">", and I have changed oxygen system for the moded one. But after moding game (using GMM and .ftl files) ship has no oxygen system, so I guess this is not the way.
Is there possibility to add moded system?

Re: Moded additional systems?

Posted: Fri Feb 22, 2013 12:12 pm
by UltraMantis
Not possible to add a modded system, but...
It's possible to replace a system. The changes will affect all engines or weapons on all ships, both player and enemy. It would be difficult to create such a mod as the enemies would be affected.

Re: Moded additional systems?

Posted: Fri Feb 22, 2013 12:14 pm
by DauntlessK
I'm pretty sure its possibile to edit system upgrade costs, and the price of systems themselves at the store, but other than that, you can't do much else to systems. They're all the same upgrade costs across the board and they all cost the same amount at the store no matter what ship you're in and that would be impossible to change. :(

Re: Moded additional systems?

Posted: Fri Feb 22, 2013 12:50 pm
by JakubT
Thank you.

So I guess the only solution is to make different modes (.ftl files) for each ship, but - since there will be different systems proprieties - modes will not work while instaled simultaneously.

Re: Moded additional systems?

Posted: Fri Feb 22, 2013 1:02 pm
by kartoFlane
They will work, but the way mods work is by overriding previous blueprints with matching names - so the latest / bottom-most blueprint will always be used.

Re: Moded additional systems?

Posted: Fri Feb 22, 2013 4:59 pm
by UltraMantis
Well that can easily break things and cause unwanted behaviour, so it won't really work. Single mods is not such a bad solution, they can still be distributed as one package.

Re: Moded additional systems?

Posted: Mon Feb 25, 2013 3:27 pm
by shark
You will only be able to play as one "class" with all of your ships if you do it this way. Will work, not a good way to achieve what you're trying.