So I posted a thread here: http://www.ftlgame.com/forum/viewtopic. ... 422#p74422
and someone suggested asking here for someone to make a mod that removes fires from the game. I'd really love one, if anyone could be bothered. I'm sorry, I have no idea how big an ask it is but I'd be extremely grateful if someone could do it. Thanks!
EDIT: also while I'm here could someone who knows tell me if I need to start FTL via the mod manager every time I restart the game, or only when starting the new game? I'd just like my playtime to be counted on steam.
Could someone make a mod which removes fire?
- kartoFlane
- Posts: 1488
- Joined: Mon Jan 14, 2013 10:20 pm
Re: Could someone make a mod which removes fire?
Not too difficult, I guess... Try this -- this mod will remove fire chance from all weapons in the game (but not from events). It's compatible with all other mods out there, as long as you install it last. Requires SMM 1.2+
That said, fires really are easy to deal with, you just have to take care of them as soon as they appear...
@edit
You can install mods with SMM, decline its proposition to launch the game, quit SMM, and then start FTL manually. It'll work fine.
That said, fires really are easy to deal with, you just have to take care of them as soon as they appear...
@edit
You can install mods with SMM, decline its proposition to launch the game, quit SMM, and then start FTL manually. It'll work fine.
Superluminal2 - a ship editor for FTL
- RAD-82
- Posts: 795
- Joined: Sat Nov 09, 2013 12:16 am
Re: Could someone make a mod which removes fire?
When I first saw this, I thought it was impossible, because fire is a game mechanic. Then I read the other thread and saw the suggestion to remove the fire chance from weapons, which is much easier. I suppose you want suns removed too? I think I got them all...
Ninja'd, because I went back to do events.
So I guess I can still post mine too.
kartoFlane's mod set's fireChance to 0, while mine just removes the tag. I thought about doing it like that, but then I didn't.
Ninja'd, because I went back to do events.

kartoFlane's mod set's fireChance to 0, while mine just removes the tag. I thought about doing it like that, but then I didn't.

-
- Posts: 6
- Joined: Tue Apr 22, 2014 12:45 pm
Re: Could someone make a mod which removes fire?
Thanks so much, guys! I realise fire is dealable within the confines of the game but I honestly find it the only genuinely "unfair" aspect of the entire game: scrambling my guys to deal with a fire (and die in the process unless I micromanage and swap them out for full-health ones midway) taking them away from their posts in combat meaning they're not dealing with damage to systems, etc etc. I know you can also cut off the o2 but if there are any manned systems between the fire and airlocks you have to move your men and then wait for the o2 to recover enough... fire just really annoyed and frustrated me, I think everyone has a "most hated" mechanic in most games and in this case it was just a big enough annoyance to put me off the game, which I otherwise love.
I really, really appreciate you guys taking the time to do this, thanks so much.
I really, really appreciate you guys taking the time to do this, thanks so much.
- 5thHorseman
- Posts: 1665
- Joined: Sat Mar 02, 2013 2:29 am
Re: Could someone make a mod which removes fire?
Don't asteroids sometimes start fires? And events where people sabotage your ship can do so as well. Those may be hard coded.
Maybe take a different tack at this, and give every ship fire suppression and (if possible) beef it up to put the fires out in like a second.
Maybe take a different tack at this, and give every ship fire suppression and (if possible) beef it up to put the fires out in like a second.
My Videos - MY MOD HUB
Simo-V - The Potential - Automated Scout - "Low O2" Icons
The Black Opal - The Asteroid - The Enforcer - The Pyro
"Every silver lining has a cloud..."
Simo-V - The Potential - Automated Scout - "Low O2" Icons
The Black Opal - The Asteroid - The Enforcer - The Pyro
"Every silver lining has a cloud..."
- RAD-82
- Posts: 795
- Joined: Sat Nov 09, 2013 12:16 am
Re: Could someone make a mod which removes fire?
Yes, and I don't think I can do anything about that other than remove the hazard like I did the suns.5thHorseman wrote:Don't asteroids sometimes start fires?
Forgot about those. They aren't as easy to fix with a single "blanket" code like the weapons and environmental hazards were, but it is possible to alter those events.5thHorseman wrote:And events where people sabotage your ship can do so as well.
I wish I ignored this request. I'm certainly not going to go back through all the events to find potential fires caused by events. Sure, they are easy enough to find with a search function, but I don't want to.

-
- Posts: 6
- Joined: Tue Apr 22, 2014 12:45 pm
Re: Could someone make a mod which removes fire?
I'm glad you didn't - I wasn't the one finding fault with it! I still really appreciate it and have been enjoying the game for hours thanks to it.RAD-82 wrote:5thHorseman wrote:I wish I ignored this request. I'm certainly not going to go back through all the events to find potential fires caused by events. Sure, they are easy enough to find with a search function, but I don't want to.
- R4V3-0N
- Posts: 1287
- Joined: Sun Oct 06, 2013 11:44 am
Re: Could someone make a mod which removes fire?
Did you guys remember to remove fire chance from a... fire bomb? 

R4V3-0N, a dreamer.
- RAD-82
- Posts: 795
- Joined: Sat Nov 09, 2013 12:16 am
Re: Could someone make a mod which removes fire?
It's removed from ALL weapons. There was no need to do it for each individual weapon, because as I mentioned before, there is a single "blanket" code. Fire bombs will still do crew damage, but Fire Beams are completely useless.R4V3-0N wrote:Did you guys remember to remove fire chance from a... fire bomb?
Code: Select all
<mod:findLike type="weaponBlueprint"> <mod:findLike type="fireChance"> <mod:removeTag/> </mod:findLike> </mod:findLike>
- R4V3-0N
- Posts: 1287
- Joined: Sun Oct 06, 2013 11:44 am
Re: Could someone make a mod which removes fire?
it was a slight joke, because now firebombs, beams, and drones are a tad useless if they appear in store or on the enemy. Was woundering if you removed it all together.
R4V3-0N, a dreamer.