Hello all,
I am making a mod for ftl and I have an error I cannot figure out. I will attach the file for the ship I am making. Please help.
****
http://www.mediafire.com/download.php?6409kkn82z79m42
****
***btw i had to use media fire because the forum takes the .xmls as a possible attack vector.
~Ora_unit_SR388
Help with coding
- Ora_unit_SR388
- Posts: 190
- Joined: Fri Apr 12, 2013 2:41 pm
Help with coding
Last edited by Ora_unit_SR388 on Tue Apr 16, 2013 7:17 pm, edited 2 times in total.
- kartoFlane
- Posts: 1488
- Joined: Mon Jan 14, 2013 10:20 pm
Re: Help with coding
Quick scan with GMM's validate functon turned up this...
> data/blueprints.xml.append
! <short...>...</title>
! Fix this and try again:
mismatched tag: line 62, column 2
~ ~ ~ ~ ~
</weaponBlueprint>
~ ~ ~ ~ ~
Also, you have a file named animation.xml - it should be animations.xml.append
> data/blueprints.xml.append
! <short...>...</title>
! Fix this and try again:
mismatched tag: line 62, column 2
~ ~ ~ ~ ~
</weaponBlueprint>
~ ~ ~ ~ ~
Also, you have a file named animation.xml - it should be animations.xml.append
Superluminal2 - a ship editor for FTL
- Ora_unit_SR388
- Posts: 190
- Joined: Fri Apr 12, 2013 2:41 pm
Re: Help with coding
ok thankyou with the xml.append
my first custom ship with custom weapons, so this is a little new to me
my first custom ship with custom weapons, so this is a little new to me
- Ora_unit_SR388
- Posts: 190
- Joined: Fri Apr 12, 2013 2:41 pm
Re: Help with coding
still getting errors.
will update ftl file
will update ftl file
-
- Posts: 9
- Joined: Sat Jan 12, 2013 4:46 am
Re: Help with coding
Code: Select all
<short>Railgun</title>
Code: Select all
<image>PBEAM_a<image>
Found the last part.
In your custom ship weapon list you have this:
Code: Select all
<weaponList count="2" missiles="0" />
Correct version:
Code: Select all
<weaponList count="2" missiles="0" >
- Ora_unit_SR388
- Posts: 190
- Joined: Fri Apr 12, 2013 2:41 pm
Re: Help with coding
Fixed it. Thankyou.