Closed

Started by TheroPokemasd, March 29, 2017, 02:54:00 PM

Previous topic - Next topic

TheroPokemasd

Closed

Greep

#1
Not sure of the appropriate way to remove defs, but you could probably disable weapons with the given flags.  There's no way to make or use heavy charge blasters, so I'm sure there's a way to make weapons mechanoid only (And minigun you can add the no drop tag). 

Somewhat silly, but you could look at the flags of the doomsday and use those, set it's marketvalue to absurdly high so raiders never have it, and set tradeability to false so it never shows up.
1.0 Mods: Raid size limiter:
https://ludeon.com/forums/index.php?topic=42721.0

MineTortoise:
https://ludeon.com/forums/index.php?topic=42792.0
HELLO!

(WIPish)Strategy Mode: The experienced player's "vanilla"
https://ludeon.com/forums/index.php?topic=43044.0

RawCode

you can't remove defs this way.
also you can't remove defs referenced by code at all, game will crash with NPE as soon as try to spawn such weapon.
code injection route is out of question due to obvious lack of skill.

The-Eroks

Quote from: Greep on March 29, 2017, 04:46:03 PM
Not sure of the appropriate way to remove defs, but you could probably disable weapons with the given flags.  There's no way to make or use heavy charge blasters, so I'm sure there's a way to make weapons mechanoid only (And minigun you can add the no drop tag). 

Somewhat silly, but you could look at the flags of the doomsday and use those, set it's marketvalue to absurdly high so raiders never have it, and set tradeability to false so it never shows up.

What flags would you suggest?