Yes. It works for me
Have you decompressed it into your maps directory?
Quote from: Piglet on April 17, 2019, 22:38Have you decompressed it into your maps directory?Yes and renamed it into ut2.
We tried with translocator but it didn't work that well.Surprisingly it worked less well than with lots of 'deemers!
function ModifyPlayer(Pawn Other){ Other.GiveWeapon("xWeapons.Translauncher"); if ( NextMutator != None ) NextMutator.ModifyPlayer(Other);}
You learn UnrealScript mainly by reading other people's code. Removing code without an important reason (download size reduction and lack of helpfulness are not important in that sense) is extremely antisocial IMHO.