how to remove DMMutator?

Discussions about Coding and Scripting
Post Reply
yurkapotam
Novice
Posts: 3
Joined: Wed Jul 19, 2023 4:21 pm
Personal rank: didn't ask

how to remove DMMutator?

Post by yurkapotam »

I want to disable DMMutator so that pickups wouldn't be automatically activated.
how?
SMILES BATTLE!!!
:minigun1: :minigun2:
User avatar
sektor2111
Godlike
Posts: 6412
Joined: Sun May 09, 2010 6:15 pm
Location: On the roof.

Re: how to remove DMMutator?

Post 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".
Post Reply