Post: Dive/Flying question for 1.12-1.13
02-16-2012, 10:52 PM #1
oNiiTrOx
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); I need someone to help me with this, i know its possible. A user i know is able to do it but im not sure when hes going to be back for me to ask. How do you make dive gravity "stop" you, or make you go UP, while you're already flying? Just look at this code, you'll get what im trying to do. I just need somebody who knows what their doing to help or give me the code to control going up/down and also stopping the freefall or upward flight.

    set FlyON "setPerk StealthyMods specialty_jumpdive 1;setPerk Player specialty_jumpdive 1;perk_diveDistanceCheck 64;perk_diveGravityScale 0.0001;perk_diveVelocity 500;perk_diveViewRollResetSpeed 4;perk_diveViewRollSpeed 0.5;perk_diveViewRollTarget 45;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999;bind BUTTON_LTRIG vstr FlyDown;bind BUTTON_RTRIG vstr FlyUp"
set FlyUp "perk_diveGravityScale -0.50;bind BUTTON_RTRIG vstr FlyStop;"
set FlyDown "perk_diveGravityScale 0.50;bind BUTTON_LTRIG vstr FlyStop;"
set FlyStop "perk_diveGravityScale 0;bind BUTTON_LTRIG vstr FlyDown;bind BUTTON_RTRIG vstr FlyUp"
set FlyOFF "reset perk_diveGravityScale;bind BUTTON_LTRIG +smoke;bind BUTTON_RTRIG +frag;setPerk StealthyMods specialty_jumpdive 0;setPerk Player specialty_jumpdive 0"


See what im doing? It doesnt work, and i wanna know how to make it work because i know its possible. the going down is simple, its just going up/stopping that im having problems with.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned oNiiTrOx for this awful post:

CodingNation
02-17-2012, 01:36 AM #2
Clouds
Error 404: Title Not Found
[redacted]
02-17-2012, 01:42 AM #3
ICS Vortex
Between Light and Lies
Originally posted by oNiiTrOx View Post
I need someone to help me with this, i know its possible. A user i know is able to do it but im not sure when hes going to be back for me to ask. How do you make dive gravity "stop" you, or make you go UP, while you're already flying? Just look at this code, you'll get what im trying to do. I just need somebody who knows what their doing to help or give me the code to control going up/down and also stopping the freefall or upward flight.

    set FlyON "setPerk StealthyMods specialty_jumpdive 1;setPerk Player specialty_jumpdive 1;perk_diveDistanceCheck 64;perk_diveGravityScale 0.0001;perk_diveVelocity 500;perk_diveViewRollResetSpeed 4;perk_diveViewRollSpeed 0.5;perk_diveViewRollTarget 45;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999;bind BUTTON_LTRIG vstr FlyDown;bind BUTTON_RTRIG vstr FlyUp"
set FlyUp "perk_diveGravityScale -0.50;bind BUTTON_RTRIG vstr FlyStop;"
set FlyDown "perk_diveGravityScale 0.50;bind BUTTON_LTRIG vstr FlyStop;"
set FlyStop "perk_diveGravityScale 0;bind BUTTON_LTRIG vstr FlyDown;bind BUTTON_RTRIG vstr FlyUp"
set FlyOFF "reset perk_diveGravityScale;bind BUTTON_LTRIG +smoke;bind BUTTON_RTRIG +frag;setPerk StealthyMods specialty_jumpdive 0;setPerk Player specialty_jumpdive 0"


See what im doing? It doesnt work, and i wanna know how to make it work because i know its possible. the going down is simple, its just going up/stopping that im having problems with.


Set it like this: setPerk name specialty_jumpdive;toggle perk_diveGravityScale 0.0001 0.7;
02-17-2012, 04:42 AM #4
oNiiTrOx
Do a barrel roll!
Originally posted by ForeverDamned View Post
Set it like this: setPerk name specialty_jumpdive;toggle perk_diveGravityScale 0.0001 0.7;


it doesnt stop me when i set the gravity to a lower scale. someone i know is able to do it and ive witnessed it but he wont tell me how xD he can go up and down and still be able to run around through the air and stuff.
02-17-2012, 06:47 PM #5
ICS Vortex
Between Light and Lies
Originally posted by oNiiTrOx View Post
it doesnt stop me when i set the gravity to a lower scale. someone i know is able to do it and ive witnessed it but he wont tell me how xD he can go up and down and still be able to run around through the air and stuff.


That code works. I use it in my private patch. What it does:
When you press it it make your jump dive perk make you fly. When you press it while in air it makes you fall to the ground. When it's on it will make you go up as far as you can. Once you hit the barrier it will stop you.
02-17-2012, 08:52 PM #6
Baby-panama
Bounty hunter
You need a perks off button sounds like.


dive off;

"unsetPerk YOUR_NAME specialty_jumpdive; reset perk_diveDistanceCheck; reset perk_diveGravityScale; reset perk_diveVelocity; reset perk_diveViewRollResetSpeed; reset perk_diveViewRollSpeed; reset perk_diveViewRollTarget"

Thats what i got in my patch and it works good.


and one button in your menu with

dive on;

"can remember right now" if you want it let me know
02-18-2012, 06:50 AM #7
oNiiTrOx
Do a barrel roll!
Ok, no, what im saying is, i want to be able to make myself RISE higher while in mid-air. How do i do that? i already know how to make myself fly with dive, but i want to be able to control whether i go up and down while im already flying. say i wanna stop in mid air, or go higher, i can control that. How do i do it? negative gravity doesnt work for that.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo