fun night, something different

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Small problem, I can't remember the line to put in an int file to have hammer only arena, i think it's something like


Object=(Name=BotPack.BotPack.ImpactHammerArena,Class=Class,MetaClass=Engine.Mutator,Description="Hammer arena,Hammer only.")


here is the one for asmd only from botpack.int

Object=(Name=BotPack.RocketArena,Class=Class,MetaClass=Engine.Mutator,Description="Rocket Launcher Arena,Rocket launchers only.")

any ideas ?
 
Out of interest why there is pulseammo, I had a look at the code and found this



//=============================================================================
// PulseArena.
// replaces all weapons and ammo with Pulseguns and pulsegun ammo
//=============================================================================

class ImpactArena expands Arena;

defaultproperties
{
WeaponName=ImpactHammer
AmmoName=PAmmo
WeaponString="Botpack.ImpactHammer"
AmmoString="Botpack.PAmmo"
DefaultWeapon=Class'botpack.ImpactHammer'
}



Talk about a quick copy paste job, lol