Forum: PogamutUT2004

several questions about Items

I have read on the Java Doumentation of Game (http://diana.ms.mff.cuni.cz/pogamut_files/latest/doc/javadoc/cz/cuni/amis/pogamut/ut2004/agent/module/sensor/Game.html)

Boolean getWeaponsStay()
Tells, whether the weapons stay on pick-up points, even when they are picked-up by players.

Does it mean that the weapons will reapear even when a player had picked-up them?

Another questions,
What happens with the weapons that a player is carrying when he die? Do they repear where the player have picked-up them?


Is there anywhere more documentation which contains more details besides to the Java Documentation?

Thanks.
This depends on the game type and game rules set in UT2004.

The usual default behavior is that the weapons reapear after some time, when the player picks them up. When the player dies the default behavior is that he drops the weapon he is currently wielding (so not all the weapons he is carrying, just the last he was using).

Best,
Michal