[Tool] FTL Ship Editor: Superluminal [NOT UPDATED TO AE]

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by kartoFlane »

They're only used to allow you to link them without having to edit the files manually. Purely for convenience.

And that they're not referenced when saving a project, huh... A bug. Gotta get it fixed.
Superluminal2 - a ship editor for FTL
speedoflight
Posts: 660
Joined: Mon Feb 18, 2013 11:08 am

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by speedoflight »

kartoFlane wrote:They're only used to allow you to link them without having to edit the files manually. Purely for convenience.

And that they're not referenced when saving a project, huh... A bug. Gotta get it fixed.
No. Wat i mean is, there is no need to reference any glowing image, since u cant. The game picks the glow image automatically, same way it picks the cloak and shields based on the name of the main sprite. I dont need to manually reference any glowing image, since the game does it by itself, if u notice the blueprint, u will not see any reference to the glowing sprites. This is obvious, but just in case we are not talking about the same thing. Thats the reason its useless to select the glowing interior images.. cuz u cant even see the results, and that will be the only purpose of it.. or maybe the purpose is to have the glowing images copied when u export the project??
My currently mods / wips ->
ImageImage
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by kartoFlane »

speedoflight wrote:or maybe the purpose is to have the glowing images copied when u export the project??
Precisely. During exporting, superluminal copies and renames the referenced glow images, so that FTL will use them.

Of course, you can't see the results in editor - that's why I said it's purely for the user's convenience.
Superluminal2 - a ship editor for FTL
Thunderr
Posts: 142
Joined: Sun May 19, 2013 9:09 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by Thunderr »

I have a question. When I try to make two variants of the same ship and load them at the same time with GMM, the one I load last always overwrites the gibs and hull of the other ship. Does anyone know of a fix? (I made both with superluminal)
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by kartoFlane »

That's how FTL modding works. To fix, you have to name your files differently. So, if the second ship is a variant of the first ship, change it from myship.txt/myship_base.png (etc) to myship_2, also remember to change the layout and img properties in the ship's blueprint accordingly.
Superluminal2 - a ship editor for FTL
Thunderr
Posts: 142
Joined: Sun May 19, 2013 9:09 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by Thunderr »

kartoFlane wrote:If the second ship is a variant of the first ship, change it from myship.txt/myship_base.png (etc) to myship_2, also remember to change the layout and img properties in the ship's blueprint accordingly.
I think I understand? I just have to rename the files inside the .zip file for the ship?
Example:
If the ship is called ChickenHawk, I have to rename it to chickenhawk_2.txt and chickenhawkbase_2.png? (just add a _2 to all of the file names?)
I'm fairly new at this, so if you can, please explain like I know very little.
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by kartoFlane »

Pretty much, yeah. The only other thing you'll have to do is, inside the blueprints.xml.append file, add the _2 to the layout and img names.
So, for example, this:
<shipBlueprint name="PLAYER_SHIP_HARD" layout="kestral" img="kestral">
Should be changed to this:
<shipBlueprint name="PLAYER_SHIP_HARD" layout="kestral_2" img="kestral_2">
Superluminal2 - a ship editor for FTL
Thunderr
Posts: 142
Joined: Sun May 19, 2013 9:09 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by Thunderr »

How do I edit the .xml file?
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by kartoFlane »

It's a normal text file. Just open it with any text editor.
Superluminal2 - a ship editor for FTL
Thunderr
Posts: 142
Joined: Sun May 19, 2013 9:09 pm

Re: [Tool] FTL Ship Editor: Superluminal - version 13-5-14

Post by Thunderr »

kartoFlane wrote:Just open it with any text editor.
Okay, thanks much!
Post Reply