Xonotic Forums

Full Version: GunGame gametype
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whatever.
Well done, that was quick.  Skimmed through the code, wanted to point out that you typically need 3 kills or a knife kill to get to the next gun.  Three kills ensure the game isn't over in thirty seconds.  Not sure what sort of art and animation assets exist but knife kills are a pretty interesting and important part of the game because they let you immediately gain a level, while dropping the player you killed to the previous gun.  That would be cool to see but I think it's a lot to ask.

Offtopic, but is it possible to get this mode and other custom modes onto a server without having them make it into the release branch?
Very interesting idea! I like that players cannot rely on only one powerful weapon.
Is the order of the weapons random?
(09-22-2017, 03:16 PM)Lyberta Wrote: [ -> ]
(09-22-2017, 02:52 PM)BuddyFriendGuy Wrote: [ -> ]Very interesting idea! I like that players cannot rely on only one powerful weapon.
Is the order of the weapons random?

See the g_gg_weapons variable in the first post. It defines the order.

Duh! Thanks!
Hi, I'm trying to make custom game modes, but I need help. How would I make one?