how to speed up my character in origins?
-
I want to know if there is a mood or command to increase the speed of my character, it is very annoying to go slow in the mud in origins
-
TheRobert10
Put this in scripts/zm/zm_tomb/#include common_scripts\utility; #include maps\mp\_utility; #include maps\mp\zombies\_zm_utility; #include maps\mp\zombies\_zm_net; #include maps\mp\zombies\_zm_spawner; #include maps\mp\zombies\_zm_craftables; #include maps\mp\zombies\_zm_equipment; #include maps\mp\zm_tomb_teleporter; #include maps\mp\zm_tomb_vo; #include maps\mp\zombies\_zm_ai_basic; #include maps\mp\animscripts\zm_shared; #include maps\mp\zombies\_zm_unitrigger; #include maps\mp\zombies\_zm_zonemgr; #include maps\mp\zm_tomb_chamber; #include maps\mp\zombies\_zm_challenges; #include maps\mp\zm_tomb_challenges; #include maps\mp\zm_tomb_tank; #include maps\mp\zm_tomb_craftables; #include maps/mp/zm_tomb_utility; main() { replaceFunc( maps/mp/zm_tomb_utility::player_slow_movement_speed_monitor, ::player_slow_movement_edit ); } player_slow_movement_edit() { is_player_slowed = 0; self.is_player_slowed = 0; self setmovespeedscale(1); }
-
chasef7 but where do I put it when I'm in the zm_tomb folder
-
TheRobert10 %LOCALAPPDATA%/PLUTONIUM/STORAGE/T6/SCRIPTS/ZM
-
chasef7 I don't know where that command is put, nor in what type of file