Before posting: If an new update has dropped it can take up to a week or more for the compiler to be updated. Unless the old compiler still works. So be patient, as soon as the compiler is updated I'll update my mod. Feedback is welcome, if you have any idea's or questions feel free to ask. If you encounter any bugs please let me know. Before posting any issues please read the description.
Sorry if mentioned elsewhere or otherwise known issues, I've been searching a while and haven't turned up anything. 1) There are two incinerators when cycling, one that works fine, one that does nothing, this slows down selection. 2) Should there be sound when firing? My flamethrower is silent. Thanks, either way! [Just noticed my jetpack has no sound, too. Must be unrelated to this mod, then.]
lua file...provided version from 2023 has problems with it. the GUIF doesn't do anything. check line 166. it uses index 1, rather than using Effect_Choice as the index. as another user pointed out, there's a duplicate flamethrower in weapon list. don't know how that'd be fixed, but removing all the extra stat stuff did remove it.
I ended up pruning down the script to just add it as an unlockable. Good enough.
Yeah i see the issue, forgot to change it {"DefaultProjectile", DefaultProjectile[1]} => {"DefaultProjectile", DefaultProjectile[Effect_Choice]} Will update later
Does this have any issues in multiplayer? I was in an area with a lot of other players, and whenever I fired the incinerator, me and everyone in my group suddenly got separated into a different instance from the players who weren't in my group.
It shouldn't affect multiplayer. But I do not know if the incinerator impacts performance. As far I've tested on Multiplayer I never got thrown into other instance (solo instance) when i used my incinerator when around a lot of people (fe during expedition).
FYI: Just so you know this mod juices up the incinerator too, so it isn't vanilla incinerator either in terms of stats. But in any case when you install this mod and incinerator if you uninstall you should still be left with the vanilla incinerator on your weapon
Do you ahve the latest version 4.25? Just uploaded that and verified it working. Make sure you changed the disablemods.txt as that comes back every update
37 comments
Feedback is welcome, if you have any idea's or questions feel free to ask.
If you encounter any bugs please let me know.
Before posting any issues please read the description.
If you have more then one mod that change the same file do not forget to merge those mods
How To merge with AMUMSS
How to merge without AMUMSS
Now Supports NMSMB
How to use NMSMB
How to use AMUMSS (pdf)
Mods folder has changed, all mods should now go in: ...\No Man's Sky\GAMEDATA\MODS
For more information read this: (credits to GumskBF): NMS modding After 5.50
1) There are two incinerators when cycling, one that works fine, one that does nothing, this slows down selection.
2) Should there be sound when firing? My flamethrower is silent. Thanks, either way!
[Just noticed my jetpack has no sound, too. Must be unrelated to this mod, then.]
the GUIF doesn't do anything. check line 166. it uses index 1, rather than using Effect_Choice as the index.
as another user pointed out, there's a duplicate flamethrower in weapon list. don't know how that'd be fixed, but removing all the extra stat stuff did remove it.
I ended up pruning down the script to just add it as an unlockable. Good enough.
{"DefaultProjectile", DefaultProjectile[1]} => {"DefaultProjectile", DefaultProjectile[Effect_Choice]}
Will update later
FYI: Just so you know this mod juices up the incinerator too, so it isn't vanilla incinerator either in terms of stats. But in any case when you install this mod and incinerator if you uninstall you should still be left with the vanilla incinerator on your weapon