Title: Server with selected weapons Post by: Kamyczk on January 25, 2010, 08:54:25 AM Hello, I haven't got an answer, so...
Is it possible to make a server with selected weapons (for example I want to create place with gauntlet, railgun and rocket only)? If yes - how? If no - can I somehow set up start values for armor, bullets etc.? Known commands from Q3 aren't working (or I'm doing it wrong ;)). And - is there any replacement for g_rockets which brings me possibility to determine what weapon can be used during the game, not only rockets? Thanks in advance. Title: Re: Server with selected weapons Post by: Cacatoes on January 25, 2010, 09:53:43 AM From this thread (http://openarena.ws/board/index.php?topic=3410.msg28583#msg28583), you can do things like:
Code: // weapons Changing the quantity of Ammo is only possible if you edit the map with gtk/netradiant, then build it again, then make it available to players, which is a pain in the arse and not worth the effort IMO, so you may forget about it. There is also a variable, I don't know if it's available in actual version or in future 0.8.5, which allows you to have unlimited ammo : the ammos don't respawn and stay on the map, then you "charge" them by staying a few seconds over the item. I don't know which cvar does that, maybe something like persistant ammo. About g_rockets, it has been discussed some game mods could be made with "a single weapon which has to be chosen with unlimited ammo", though it is not implementend and may not be in near future. Welcome here and good luck with setting up your server ;) Title: Re: Server with selected weapons Post by: HelloKitty! on January 25, 2010, 11:15:09 AM WOW!
So it is possible to disable the grenade launcher in FFA matches? OMG, this would be heaven! Somebody quickly do this! Title: Re: Server with selected weapons Post by: RMF on January 25, 2010, 03:13:19 PM Didn't know it was that easy! Pff actually all those hundreds or thousands of variables should be put together, in nice categories, and with a proper search function.
(for example I want to create place with gauntlet, railgun and rocket only) Btw where have i seen that before? ;) Yes Evil|Insta+rj. But they use a mod for that, think xbattle but i can be wrong.Title: Re: Server with selected weapons Post by: Kamyczk on January 27, 2010, 07:01:20 AM I have used chosen mod to create a dynamic server. It works, thanks.
Title: Re: Server with selected weapons Post by: vindimy on February 04, 2010, 11:41:47 AM Didn't know it was that easy! Pff actually all those hundreds or thousands of variables should be put together, in nice categories, and with a proper search function. I'm working on this. See http://openarena.ws/board/index.php?topic=3064.0 (http://openarena.ws/board/index.php?topic=3064.0) No server variables yet, though. |