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

Plutonium

  1. Home
  2. BO2 Client Support
  3. My character is slow after a jump in custom games

My character is slow after a jump in custom games

Scheduled Pinned Locked Moved BO2 Client Support
plutonium
3 Posts 2 Posters 605 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.
  • Walscopundefined Offline
    Walscopundefined Offline
    Walscop
    wrote on last edited by Walscop
    #1

    Hello, I don't understand why but the jump in custom games doesn't work. The gravity is modified and the jump height is low. That's horrible when I want to play Zombies or 1v1. I can't fix it. I've seen in the command "jump_slowdownEnable" I tried to delete this section in the files but it didn't worked, I tried modify the value on 0 but it also didn't work. I tried to download plutonium another time but same results, I don't understand .. please help me !

    mikzyundefined 1 Reply Last reply
    0
    • Walscopundefined Walscop

      Hello, I don't understand why but the jump in custom games doesn't work. The gravity is modified and the jump height is low. That's horrible when I want to play Zombies or 1v1. I can't fix it. I've seen in the command "jump_slowdownEnable" I tried to delete this section in the files but it didn't worked, I tried modify the value on 0 but it also didn't work. I tried to download plutonium another time but same results, I don't understand .. please help me !

      mikzyundefined Offline
      mikzyundefined Offline
      mikzy
      Banned
      wrote on last edited by
      #2

      Walscop here's how you would disable the jump slowdown:

      you just need to learn how to use gsc clientside, then replace: maps/mp/gametypes_zm/_clientids.gsc. and then, just pop in this the init.

      init()
      {
      	setdvar("jump_slowdownEnable", 0);
      }
      
      Walscopundefined 1 Reply Last reply
      0
      • mikzyundefined mikzy

        Walscop here's how you would disable the jump slowdown:

        you just need to learn how to use gsc clientside, then replace: maps/mp/gametypes_zm/_clientids.gsc. and then, just pop in this the init.

        init()
        {
        	setdvar("jump_slowdownEnable", 0);
        }
        
        Walscopundefined Offline
        Walscopundefined Offline
        Walscop
        wrote on last edited by
        #3

        mikey Thank you for your help, gonna try it asap !

        1 Reply Last reply
        0
        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
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Donate