Questions here: an inquiry thread! [Updated Sep 15th, 2014]

Discuss and distribute tools and methods for modding. Moderator - Grognak
Levgre
Posts: 118
Joined: Thu Mar 06, 2014 3:35 pm

Re: Questions here: an inquiry thread!

Postby Levgre » Fri Sep 05, 2014 10:42 pm

Got FTL Dat Manager to work, used commands instead of drag and drop, or maybe did something else different.

Getting a runtime error when I run FTL, guess it's trial and error time. If it's not a syntax error, my top guesses are:

Changing the limit of systems (like cloak down to 1). Might just have to make them ludicrously expensive.

Changing charge weapons and and chain weapons to too high a number.

Nope, wasn't either of those. Time to start pasting in my modifications piecemeal to see which ones are kosher.
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: Questions here: an inquiry thread!

Postby NarnKar » Sat Sep 06, 2014 1:49 am

What does the <hullBust> tag do?
User avatar
RAD-82
Posts: 796
Joined: Sat Nov 09, 2013 12:16 am

Re: Questions here: an inquiry thread!

Postby RAD-82 » Sat Sep 06, 2014 2:23 am

Deal double hull damage when hitting rooms without systems.
Image
Junkyard has FTL mods, mostly ships and a few other things.
User avatar
NewAgeOfPower
Posts: 288
Joined: Wed Jan 02, 2013 1:52 am

Re: Questions here: an inquiry thread!

Postby NewAgeOfPower » Sun Sep 07, 2014 9:11 pm

Metzelmax wrote:Can you make a Defense drone that can target both Lasers/missiles and Drones?


Maybe try <level> tag to 2, and enter DRONE in <target> tag?
Requiem. The first in the Ascension trilogy. Current version: 0.6 BETA.

Get your Ascension Faction siggys here!
Image
Image
Image
Image
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: Questions here: an inquiry thread!

Postby NarnKar » Sun Sep 07, 2014 9:13 pm

What's the difference between BURST and LASER type weapons? As far as I can tell, the <radius> tag works on both?
User avatar
RAD-82
Posts: 796
Joined: Sat Nov 09, 2013 12:16 am

Re: Questions here: an inquiry thread!

Postby RAD-82 » Sun Sep 07, 2014 11:35 pm

NewAgeOfPower wrote:
Metzelmax wrote:Can you make a Defense drone that can target both Lasers/missiles and Drones?

Maybe try <level> tag to 2, and enter DRONE in <target> tag?

I've tried this, and it wouldn't shoot at drones. :(

NarnKar wrote:What's the difference between BURST and LASER type weapons? As far as I can tell, the <radius> tag works on both?

Projectiles are handled differently. BURST allows you to clump a bunch of projectiles into one shot, while also including fake projectiles. Unfortunately, you can't fire multiple multi-shots with BURST. My Hydra Missile is an example of what it does when you try. You still get all the projectiles, but they aren't clumped together except for the last shot.
Image
Junkyard has FTL mods, mostly ships and a few other things.
Fluorine-Indium
Posts: 1
Joined: Mon Sep 08, 2014 1:53 pm

Re: Questions here: an inquiry thread!

Postby Fluorine-Indium » Mon Sep 08, 2014 2:01 pm

ok guy, here's the most embarassing, noobish question you will ever see asked. How do I access the .dll, etc, files in the FTL program folder? there we are. sorry for lowering the overall IQ of the thread.
User avatar
kartoFlane
Posts: 1488
Joined: Mon Jan 14, 2013 10:20 pm

Re: Questions here: an inquiry thread!

Postby kartoFlane » Mon Sep 08, 2014 2:43 pm

Well, the .dll files are compiled C++ libraries, so unless you have some programming knowledge, I don't see why you'd want to access them... Not that they're that useful anyway, since they're just the libraries FTL uses (sound handling, graphics, .zip packing...).
The game logic that would be useful in modding is located inside FTLGame.exe, which you'd have to decompile first, and then reverse engineer the assembly, which is more trouble than rewriting the game from scratch.

Other than that, the usual modding is done via the data.dat and resource.dat archives that can be unpacked using SMM.
Superluminal2 - a ship editor for FTL
User avatar
NewAgeOfPower
Posts: 288
Joined: Wed Jan 02, 2013 1:52 am

Re: Questions here: an inquiry thread!

Postby NewAgeOfPower » Mon Sep 08, 2014 2:59 pm

kartoFlane wrote:Reverse engineer the assembly, which is more trouble than rewriting the game from scratch.


^

There are reasons why most hardcore FTL modding efforts focused around making an FTL clone.

Query:

Is there a way to change Zoltan Shield Colors?
Requiem. The first in the Ascension trilogy. Current version: 0.6 BETA.

Get your Ascension Faction siggys here!
Image
Image
Image
Image
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: Questions here: an inquiry thread!

Postby NarnKar » Mon Sep 08, 2014 9:09 pm

As far as I'm aware, the Zoltan Shield is actually just a greenish tint that's applied in-game, rather than an image that's supplied by a resource. So to get a different colored Zoltan Shield, you'd have to create a differently-colored shield graphic; and even then, if your ship doesn't start with shields, the Zoltan Shield will appear as green as usual.