Randomizer: Difference between revisions
From TF2 Classified Wiki
More actions
Technochips (talk | contribs) Created page with "'''Randomizer''' is a game setting which can randomize aspects of the gameplay for a server. It is enabled by changing the <code>tf2c_randomizer</code> cvar. Randomizer has different subsettings which are each 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 items:''' Players won't be able to select their own items, and instead, e..." |
mNo edit summary |
||
| (3 intermediate revisions 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 | '''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. | ||
* '''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. | Randomizer has different subset tings, each of which are toggleable: | ||
* '''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'''. | |||
* '''Randomized attributes:''' Every weapon will have their attributes randomized. | * '''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'''. Toggle with {{code|tf2c_randomizer 2}}. | |||
* '''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| | |||
{{Update|1.6.6}} | |||
* Added {{code|tf2c_random_weapons}} convar. It's a bit buggy. | |||
{{Update|2.0.0}} | |||
* Updated Randomizer to properly work with item schema. | |||
* Updated the Randomizer command to allow for toggling random classes, weapons and attributes. | |||
** Attributes are handled through a Randomizer config file, that can be modified by the server. | |||
* '''[Undocumented]''' Updated the convar name to {{code|tf2c_randomizer}} | |||
* Randomizer Respects the '{{code|tf2c_force_stock_weapons}}' ConVar. | |||
* The Sandvich can now be eaten by all classes in Randomizer. | |||
* Fixed Medigun heal beams, Ubers & HUD not working for non-Medics in Randomizer mode | |||
{{Update|2.0.1}} | |||
* Fixed an oversight that allowed achievements to be earned in Randomizer | |||
* Adjusted Randomized loadouts from being preserved on intentional deaths | |||
}} | |||
{{Nav gamemodes}} | |||
[[Category:Gamemodes]] | |||