Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. how to speed up my character in origins?

how to speed up my character in origins?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 4 Posters 917 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TheRobert10 Offline
    TheRobert10 Offline
    TheRobert10
    wrote on last edited by
    #1

    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

    chasef7 1 Reply Last reply
    0
    • TheRobert10 TheRobert10

      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

      chasef7 Offline
      chasef7 Offline
      chasef7
      Banned
      wrote on last edited by chasef7
      #2

      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 Chispicircuito 2 Replies Last reply
      0
      • chasef7 chasef7

        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 Offline
        TheRobert10 Offline
        TheRobert10
        wrote on last edited by
        #3

        chasef7 but where do I put it when I'm in the zm_tomb folder

        Memeking254 1 Reply Last reply
        0
        • TheRobert10 TheRobert10

          chasef7 but where do I put it when I'm in the zm_tomb folder

          Memeking254 Offline
          Memeking254 Offline
          Memeking254
          wrote on last edited by
          #4

          TheRobert10 %LOCALAPPDATA%/PLUTONIUM/STORAGE/T6/SCRIPTS/ZM

          1 Reply Last reply
          0
          • chasef7 chasef7

            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);
            }
            
            
            Chispicircuito Offline
            Chispicircuito Offline
            Chispicircuito
            wrote on last edited by
            #5

            chasef7 I don't know where that command is put, nor in what type of file

            1 Reply Last reply
            0

            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
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Unread 0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate