google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

g_nextMap + callvote nextmap - decide on the next map in advance #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a useful little modification that allows players to call votes on the 
map that will be played next.

If g_nextMap is set to a valid map name - it will be played. g_nextMap is 
cleared each map.

Valid ways of setting g_nextMap:
  * callvote nextmap [map name]
  * rcon
  * server console

The patch was initially created for TremWars QVM - the main place it will 
likely not apply cleanly is g_local.h and Valid Vote Commands output.

Original issue reported on code.google.com by cri...@gmail.com on 12 Jul 2008 at 2:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 14 Jul 2008 at 1:30

GoogleCodeExporter commented 9 years ago
Attached patch cleans up initial patch to work with our code, and adds 
G_MapExists()
which that patch also depended upon.

Original comment by Rez...@gmail.com on 14 Jul 2008 at 2:51

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 15 Jul 2008 at 10:51