Modding my game, help

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
HamTheBacon
Posts: 12
Joined: Thu Oct 25, 2012 7:37 pm

Modding my game, help

Post by HamTheBacon »

I was wondering how i would go about changing the starting weapons of my ships, i dont want to change anything else, just what my ships start with weapon wise, how can i do this?
nKe
Posts: 4
Joined: Thu Oct 25, 2012 8:21 pm

Re: Modding my game, help

Post by nKe »

Oh you're the guy from this thread:
http://www.ftlgame.com/forum/viewtopic. ... 108#p21108
I lol'd.
HamTheBacon
Posts: 12
Joined: Thu Oct 25, 2012 7:37 pm

Re: Modding my game, help

Post by HamTheBacon »

Yea and its still valid, shouldnt take that much to beat the game, not everyone plays games for 12 hours a day and to play a game shouldnt have to be so damn difficult.

So my question remains, how do you change the weapons ships start with?
boa13
Posts: 808
Joined: Mon Sep 17, 2012 11:42 pm

Re: Modding my game, help

Post by boa13 »

Moved from Working Mods to Mod Development.
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
HamTheBacon
Posts: 12
Joined: Thu Oct 25, 2012 7:37 pm

Re: Modding my game, help

Post by HamTheBacon »

So does anyone actually know? because i would really like to.
alextfish
Posts: 184
Joined: Sun Sep 30, 2012 2:24 pm

Re: Modding my game, help

Post by alextfish »

* Download FTLdat
* Use FTLdat to unpack data.dat
* Edit blueprints.xml
* Scroll down to PLAYER_SHIP_HARD
* Edit the lines starting "<weapon" to replace "MISSILES_2_PLAYER" and "LASER_BURST_3" with other weapon codes. You can see a list of all the weapon codes here: http://ftlwiki.com/wiki/User:Snow_Cat
* Use FTLdat to re-pack data.dat
* Launch FTL and check that the Kestrel has different weapons

There are other ways to do it, for example hex editing data.dat without unpacking it, or creating a simple GMM mod based on Beginning Scrap Advantage.ftl to change the <shipBlueprint name="PLAYER_SHIP_HARD" ...>.
Many years ago I created the FTL Starcraft mod: 18 new challenging ships to fly through the FTL universe!, and wrote a tutorial on creating your own FTL ships. They haven't been updated for AE though.
HamTheBacon
Posts: 12
Joined: Thu Oct 25, 2012 7:37 pm

Re: Modding my game, help

Post by HamTheBacon »

Yea id like to make it as a GMM mod, because what im planning is a mod im going to release to the public, really all i would need to know is how to make a GMM mod and how to make a custom type weapon, shouldnt be to hard if there was a tutorial or somethin
superkonata
Posts: 4
Joined: Wed Oct 31, 2012 8:48 pm

Re: Modding my game, help

Post by superkonata »

HamTheBacon wrote:Yea and its still valid, shouldnt take that much to beat the game, not everyone plays games for 12 hours a day and to play a game shouldnt have to be so damn difficult.

So my question remains, how do you change the weapons ships start with?
The game really isn't THAT difficult. Maybe they should have added a new difficulty called "n00b".
Post Reply