Page 33 of 46

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Sun Dec 30, 2012 11:37 pm
by alextfish
lavajci wrote:I have a suggestion, one I feel would be unbelievably beneficial for everyone; someone whom can use this program well should make a video tutorial (maybe a little series of them) showing how to edit existing ships, make customs, put them in game, edit the files by hand, etc.
I have a text tutorial going live tomorrow. It'll show how to use FTLEdit from start to end. But that probably wouldn't help for the kind of glitches people are seeing.

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Mon Dec 31, 2012 8:30 pm
by lavajci
alextfish wrote:
lavajci wrote:I have a suggestion, one I feel would be unbelievably beneficial for everyone; someone whom can use this program well should make a video tutorial (maybe a little series of them) showing how to edit existing ships, make customs, put them in game, edit the files by hand, etc.
I have a text tutorial going live tomorrow. It'll show how to use FTLEdit from start to end. But that probably wouldn't help for the kind of glitches people are seeing.
Well I look forward to it! Please link it asap.

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Tue Jan 01, 2013 12:39 am
by DryEagle
Trying to set up a ship, but no matter what I do, I can't place the piloting station - all the others are ok, but piloting just won't stick to a room... any ideas?

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Tue Jan 01, 2013 7:14 pm
by alextfish
lavajci wrote:
alextfish wrote:I have a text tutorial going live tomorrow. It'll show how to use FTLEdit from start to end. But that probably wouldn't help for the kind of glitches people are seeing.
Well I look forward to it! Please link it asap.
The FTLEdit tutorial is posted!
http://www.ftlgame.com/forum/viewtopic.php?f=12&t=10320

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Tue Jan 01, 2013 8:40 pm
by Weltall Zero
The tutorial says the latest version of the editor places correctly the images respect of the floor layout, but it doesn't seem to do so at all for me. Just downloaded the editor, and even after moving the floor and ship image to overlap with the rooms, in-game they appear completely far away.

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Wed Jan 02, 2013 1:29 am
by Azer Draco
I believe I have found the portion that you are missing for the weapon mounts.

Unfortunately I am not familiar with C# at all, so I can't help code this. Perhaps my next programming course will be C#....
<weaponMounts>
<mount x="540" y="170" rotate="true" mirror="true" gib="6" slide="up"/>
<mount x="540" y="274" rotate="true" mirror="false" gib="6" slide="down"/>
<mount x="390" y="135" rotate="true" mirror="true" gib="5" slide="up"/>
<mount x="390" y="309" rotate="true" mirror="false" gib="5" slide="down"/>
<!-- artillery mounts testing -->
<mount x="540" y="170" rotate="true" mirror="true" gib="6" slide="up"/>
<mount x="540" y="274" rotate="true" mirror="false" gib="6" slide="down"/>
<mount x="390" y="135" rotate="true" mirror="true" gib="5" slide="up"/>
<mount x="390" y="309" rotate="true" mirror="false" gib="5" slide="down"/>
</weaponMounts>

<!-- Bad combos
1+3; 1+5; 1+6; 1+3+5; 1+3+6; 1+5+6; 1+3+5+6;
any combo of numbers with 6 if there is not 5
-->
<explosion>
<gib1>
<velocity min="0.6" max="1"/>
<direction min="60" max="120"/>
<angular min="-0.4" max="-0.1"/>
<x>8</x>
<y>127</y>
</gib2>
<gib2>
<velocity min="0" max="0.4"/>
<direction min="0" max="90"/>
<angular min="-0.4" max="0"/>
<x>38</x>
<y>36</y>
</gib2>
<gib3>
<velocity min="0.5" max="1"/>
<direction min="-40" max="90"/>
<angular min="-0.5" max="1"/>
<x>48</x>
<y>6</y>
</gib3>
<gib4>
<velocity min="0.4" max="1"/>
<direction min="120" max="200"/>
<angular min= "-0.2" max="1"/>
<x>51</x>
<y>206</y>
</gib4>
<gib5>
<velocity min="0" max="0.5"/>
<direction min="230" max="310"/>
<angular min= "-0.2" max="0.2"/>
<x>187</x>
<y>57</y>
</gib5>
<gib6>
<velocity min="0.6" max="1"/>
<direction min="240" max="300"/>
<angular min= "-1" max="1"/>
<x>388</x>
<y>120</y>
</gib6>
</explosion>
This is direct from the Kestrel.xml file. I haven't been able to identify the img file for the individual weapons for them to be utilized in the editor.

As a side note, I would suggest combining the options form into the ship design form if you are able. This would streamline the program's use, as well as allow the adjustment of weapon sprite placeholders.

I am currently working on figuring out if these lines are static or dynamic in relation to the weapons used. Since all of the weapons "jump" into the same positions on the ship, I would believe that these are static placements in regards to the base ship design and placement. If this is the case, then a simple "transparent placeholder" entitled "Weapons Mount 1" and so on would do the job nicely. All that the placeholder would need to do is designate where the weapon placeholder is in the X/Y grid that the game uses. Since the ShipEditor already does this with the base ship and its rooms, this should be a fairly easy patch.

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Wed Jan 02, 2013 7:28 pm
by Dreamstorm
Finally found out what was meant with the data and resources folder. You might want to clarify where you can find these.

Now it's reccommended that I download and run 'ftldat' to get an 'extracted version' of 'these' whatever that means and whatever 'these' refers to.

The link for ftldat refers to http://westerbaan.name/~bas/ftldat/ftldat-latest.exe, which will download a .exe that instantly disappears the moment it finishes downloading. I've tried disabling my virus protection software, but evry time the download is either terminated or the program diappears.

This is not a very user-friendly mod to set up. Please include a readme or explain better what is required to run this program properly. Don't just throw jargon at me and expect me to understand what I'm supposed to do.

EDIT: Finally managed to run ftldat. Now what...? http://i.imgur.com/1F8bu.png

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Wed Jan 02, 2013 7:38 pm
by Dreamstorm
My previous post was deleted? Why?! I'm asking for help!

Long story short, ftldata has been run and the resource.dat and data.dat folders haven been linked under 'Options'. Now what?

http://i.imgur.com/1F8bu.png

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Wed Jan 02, 2013 7:42 pm
by Tekidek
Still don't know what do. Instead of buttons there's only white spaces, either when creating or loading ship.
Path to extracted data/resource went normal. Please, help me. :|

http://img96.imageshack.us/img96/4530/s ... mehere.jpg

Image

Re: [TOOL]FTLEdit: FTL Ship editor [v0.91 18th Dec] Open sou

Posted: Wed Jan 02, 2013 7:49 pm
by UltraMantis
Dreamstorm wrote:My previous post was deleted? Why?! I'm asking for help!
Not deleted but delayed by the anti-spam feature. It was caused by automated code mistaking your post for spam. It happens sometimes with newly registered users. You should have been notified that your post will be delayed, erm not sure what happened there. :?

I apologize for the incovenience and confusion.