Forum: GameBots2004

instagib

Helo

I run hunterbot to Instagib server
but hunter still writes to console :
(Hunter4) WARNING 20:34:29.764 getCurrentWeapon(): There is no weapon descriptor for current bot's weapon of id: 'DM-TrainingDay.SuperShockRifle'

and he doesnt shoot..

What should I change the shot ?

thanks

Lukas
Hi!

This message is written by Weaponry agent module that relies on ItemDescriptor (namely WeaponDescriptor) to be present for incoming messages.
This is job of ItemTranslator class that resides within BotFSM that in turn relies on GB2004 to export such information. Thus I suspect GB2004 that fails
to send descriptor for ItemType.SUPER_SHOCK_RIFLE, I'll consult the issue with Michal Bida.

Please, can you describe the way how you start GameBots2004 server (especially how you enforce INSTAGIB mode?)

Best,
Jakub
Hi

this is my *.bat :

ucc server DM-TrainingDay?game=GameBots2004.BotDeathMatch?mutator=XGame.MutInstaGib?timelimit=999999

Bot moves, but doesnt shoot, and writes IT to the console

Lukas
The problem is simple, GameBots2004 does not support INSTAGIB mode (as well as any other weapon mutators). However its a bit weird that even shooting does not work. Weapon modifying mods are not our priority right now.