[Modding]Creating your own weapons
-
- Posts: 5
- Joined: Wed Oct 31, 2012 8:25 am
Re: [Modding]Creating your own weapons
The problem seem to be the packing/unpacking tool I was useing, tried out this tool instead viewtopic.php?f=12&t=1920 and it worked like a charm..
-
- Posts: 4
- Joined: Thu Nov 22, 2012 1:01 am
Re: [Modding]Creating your own weapons
Wow, this was a very useful guide. Thank you so much! I'll be able to mod just about anything in the game now!
Now if only I can get my custom sector to work...
Now if only I can get my custom sector to work...
-
- Posts: 3
- Joined: Sat Dec 29, 2012 12:03 am
Re: [Modding]Creating your own weapons
Hello all! I've just created this account just to post this, but I'll get to the point. When I try to pack the files using a .bat file (as I have Windows Vista) it fails to do anything, and it closes before I can do anything. I was wondering if anyone knows an easy-to-install (because I'm new to modding) tool that will allow me to pack and unpack the FTL files. Thanks in advance.
-
- Posts: 92
- Joined: Sun Sep 16, 2012 10:28 pm
Re: [Modding]Creating your own weapons
So to add a weapon to a mod, do you just place all edited files into a .zip folder, or what? Someone please respond.
- Kieve
- Posts: 952
- Joined: Tue Sep 18, 2012 2:21 pm
Re: [Modding]Creating your own weapons
DCChuckles wrote:So to add a weapon to a mod, do you just place all edited files into a .zip folder, or what? Someone please respond.
The tutorial's a little dated - this is before GMM was implemented as the standard.
In the case of distributable mods, you save all your changes to a separate file and label it with an "append" suffix.
For example, instead of copying the weapon blueprint in blueprints.xml, you create a new file and save it as blueprints.xml.append, with the new weapon code. The ".ftl" files are simply renamed .zip folders, so you've got that much right.
The structure should look something like this:
- MyWeaponMod.FTL
- data\
- >\animations.xml.append
- >\blueprints.xml.append
- img\
- >\weapons\
- >\>\my_weapon.png
Hopefully that's a little clearer?
-
- Posts: 3
- Joined: Sat Dec 29, 2012 12:03 am
Re: [Modding]Creating your own weapons
Kieve wrote:DCChuckles wrote:So to add a weapon to a mod, do you just place all edited files into a .zip folder, or what? Someone please respond.
The tutorial's a little dated - this is before GMM was implemented as the standard.
In the case of distributable mods, you save all your changes to a separate file and label it with an "append" suffix.
For example, instead of copying the weapon blueprint in blueprints.xml, you create a new file and save it as blueprints.xml.append, with the new weapon code. The ".ftl" files are simply renamed .zip folders, so you've got that much right.
The structure should look something like this:MyWeaponMod.FTL
- data\
- >\animations.xml.append
- >\blueprints.xml.append
- img\
- >\weapons\
- >\>\my_weapon.png
Hopefully that's a little clearer?
Oh, I didn't realize this was outdated. Thanks for that!
-
- Posts: 92
- Joined: Sun Sep 16, 2012 10:28 pm
Re: [Modding]Creating your own weapons
Kieve wrote:DCChuckles wrote:So to add a weapon to a mod, do you just place all edited files into a .zip folder, or what? Someone please respond.
The tutorial's a little dated - this is before GMM was implemented as the standard.
In the case of distributable mods, you save all your changes to a separate file and label it with an "append" suffix.
For example, instead of copying the weapon blueprint in blueprints.xml, you create a new file and save it as blueprints.xml.append, with the new weapon code. The ".ftl" files are simply renamed .zip folders, so you've got that much right.
The structure should look something like this:MyWeaponMod.FTL
- data\
- >\animations.xml.append
- >\blueprints.xml.append
- img\
- >\weapons\
- >\>\my_weapon.png
Hopefully that's a little clearer?
That's great, thanks
-
- Posts: 1
- Joined: Sun Jan 06, 2013 11:08 am
Re: [Modding]Creating your own weapons
I tried 10 times to add my weapon but It never worked. I followed everything you wrote and It doesnt work.
-
- Posts: 194
- Joined: Fri Nov 16, 2012 11:45 pm
Re: [Modding]Creating your own weapons
Bringing back this thread for a quick question - is anyone aware what the <locked> tag means?
Example:
My assumption right now is that it prevents the weapon from appearing in stores, but I'd like to know if anyone out there has proof that this is true.
Example:
Code: Select all
<weaponBlueprint name="BOMB_FIRE">
<type>BOMB</type>
<title>Fire Bomb</title>
<short>Fire B.</short>
<locked>1</locked>
My assumption right now is that it prevents the weapon from appearing in stores, but I'd like to know if anyone out there has proof that this is true.
You are the weak, and I am the tyranny of evil men - but I'm trying, I'm trying real hard to be the shepherd.
"Wow, that Kieve guy is one angsty nerd eh."
Sonata - "Best use of Common Lisp in an indie space roguelike!"
"Wow, that Kieve guy is one angsty nerd eh."
Sonata - "Best use of Common Lisp in an indie space roguelike!"
-
- Posts: 2141
- Joined: Thu Sep 20, 2012 3:17 pm
Re: [Modding]Creating your own weapons
The Fire Bomb is available in stores. Have you tried reversing all the flags to see what happens?
Could it mean it's locked out of the first few sectors on easy mode?
Could it mean it's locked out of the first few sectors on easy mode?
Report spam using the handy Report Button Mod.