Skip to content

TF2 'gamemode' that lets everyone switch classes anywhere.

Notifications You must be signed in to change notification settings

woisalreadytaken/ChangeClassOnTheGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Change Class on the Go

Scuffed pseudo-gamemode that allows everyone to change classes at will, anywhere.

Dependencies

ConVars

ConVar Default Value Description
ccotg_enabled 1 Is 'Change Class on the Go' enabled?
ccotg_cooldown 0.0 Amount of time (in seconds!) required for a player to be allowed to change classes again.
ccotg_particle 1 Adds a team-coloured particle effect for switching classes.
ccotg_only_allow_team "" Only allows the specified team to make use of this plugin's functionality.
Accepts 'red' and 'blu(e)', anything else means we'll assume you're fine with both teams.
ccotg_keep_buildings 1 Lets buildings stay on the map if a player switches from Engineer.
Disabling makes them get destroyed instead.
ccotg_keep_momentum 1 Players keep momentum after switching classes.
ccotg_restrict_broken_conditions 1 Disallows switching classes if players are jetpacking (to prevent a persistent looping sound bug) or hauling a building (does some bad animation stuff).
ccotg_arena_change_round_states 1 Pretends to change the round state in arena mode so players can use the default 'changeclass' key mid round.
Visually, slightly breaks the central Control Point!
Disabling will let players change classes with their 'dropitem' key as a fallback instead.
ccotg_health_mode 1 How should health be handled upon changing classes?
- 1: Don't change health
- 2: Keep the ratio of health to max health the same
- Any other value: Full heal
ccotg_health_max_overheal 1.5 Max amount of overheal (multiplier of max health) that players are allowed to keep upon changing classes.
ccotg_ammo_management 1 Saves ammo, charge meters, heads and similar things separately for each class until death.

Thanks To

About

TF2 'gamemode' that lets everyone switch classes anywhere.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published