Skip to content
  • 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 325 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TheRobert10undefined Offline
    TheRobert10undefined 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

    chasef7undefined 1 Reply Last reply
    0
    • chasef7undefined Offline
      chasef7undefined Offline
      chasef7 Banned
      replied to TheRobert10 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);
      }
      
      
      TheRobert10undefined Chispicircuitoundefined 2 Replies Last reply
      0
      • TheRobert10undefined Offline
        TheRobert10undefined Offline
        TheRobert10
        replied to chasef7 on last edited by
        #3

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

        Memeking254undefined 1 Reply Last reply
        0
        • Memeking254undefined Offline
          Memeking254undefined Offline
          Memeking254
          replied to TheRobert10 on last edited by
          #4

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

          1 Reply Last reply
          0
          • Chispicircuitoundefined Offline
            Chispicircuitoundefined Offline
            Chispicircuito
            replied to chasef7 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

            • Login

            • Don't have an account? Register

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