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
-
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); } -
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
-
chasef7 but where do I put it when I'm in the zm_tomb folder
TheRobert10 %LOCALAPPDATA%/PLUTONIUM/STORAGE/T6/SCRIPTS/ZM
-
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 I don't know where that command is put, nor in what type of file
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login