Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Randomizer: Difference between revisions

From TF2 Classified Wiki
VivaRomania (talk | contribs)
m + Update history & gamemodes navbox
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Todo|What are the acceptable values for the tf2c_randomizer convar? This page is really short and could really use some more information on how to work with the convar and the config files.}}
'''Randomizer''' is a game setting which can randomize aspects of the gameplay for a server. It is enabled by changing the {{code|tf2c_randomizer}} cvar.
'''Randomizer''' is a game setting which can randomize aspects of the gameplay for a server. It is enabled by changing the {{code|tf2c_randomizer}} cvar.


Randomizer has different subset tings, each of which are toggleable:
Randomizer has different subset tings, each of which are toggleable:


* '''Randomized classes:''' Players won't be able to select their own [[classes]], and instead, each time they spawn, they'll play as a random class.
* '''Randomized classes:''' Players won't be able to select their own [[classes]], and instead, each time they spawn, they'll play as a random class. Toggle with {{code|tf2c_randomizer 1}}.
* '''Randomized items:''' Players won't be able to select their own [[Weapons|items]], and instead, each time they spawn, they'll receive a completely random set of items '''including items intended for other classes'''. This can lead to some interesting gameplay.
* '''Randomized items:''' Players won't be able to select their own [[Weapons|items]], and instead, each time they spawn, they'll receive a completely random set of items, '''including items intended for other classes'''. Toggle with {{code|tf2c_randomizer 2}}.
* '''Randomized attributes:''' Every weapon will have their attributes randomized.
* '''Randomized attributes:''' Every weapon will have their attributes randomized. Toggle with {{code|tf2c_randomizer 4}}.
 
To enable one or more at the same time, add the numbers together, for example, {{code|tf2c_randomizer 6}} would randomize both weapons and attributes.


== Update history ==
== Update history ==