Page 1 of 1

how to remove DMMutator?

Posted: Wed Jul 19, 2023 5:30 pm
by yurkapotam
I want to disable DMMutator so that pickups wouldn't be automatically activated.
how?

Re: how to remove DMMutator?

Posted: Wed Jul 19, 2023 7:03 pm
by sektor2111
Subclass another game-type that uses "BaseMutator = None" aka

Code: Select all

	MutatorClass=Class'Botpack.DMMutator'
Side effects, some maps will have ammo without weapon and/or weapon without ammo which is a problem solved by this mutator - CTF-Niven it's a stock sample at this point.
NoDMMutator.PNG
Edit: Without overthinking, it would be more easy to "create" a simple mutator that keeps "bAutoActivate = False" instead of removing "BaseMutator".