How do You Make A Low Gravity Channel
How do You Make A Low Gravity Channel?
Re: How do You Make A Low Gravity Channel
theirs been 1 or 2 threads about it >_> look
Re: How do You Make A Low Gravity Channel
none acturly saying how to add it in one channel
Re: How do You Make A Low Gravity Channel
There's a function for it in GunZ. Thought it was called UpdateGravityxxxxxxxxxxx. Check the channelnumber you're in, then if the channelnumber (for example) is 4, set the gravity to 10 or something simmulair to that.
Re: How do You Make A Low Gravity Channel
Re: How do You Make A Low Gravity Channel
Quote:
Originally Posted by
Wizkidje
There's a function for it in GunZ. Thought it was called UpdateGravityxxxxxxxxxxx. Check the channelnumber you're in, then if the channelnumber (for example) is 4, set the gravity to 10 or something simmulair to that.
More exactly, ZModule_Movable::UpdateGravity.
btw, have you tested if hooking and changing that value works?
Quote:
Originally Posted by
own_prox
hmm asm edit i guess ?
It can be done by asm but is a pain, its more easy to do it in a DLL
Re: How do You Make A Low Gravity Channel
Quote:
Originally Posted by
Lambda
It can be done by asm but is a pain, its more easy to do it in a DLL
Teach =D
Re: How do You Make A Low Gravity Channel
Quote:
Originally Posted by
Lambda
More exactly, ZModule_Movable::UpdateGravity.
btw, have you tested if hooking and changing that value works?
It can be done by asm but is a pain, its more easy to do it in a DLL
No I haven't tried it yet... I'll do it as soon as I have a bit of time.
Re: How do You Make A Low Gravity Channel
Re: How do You Make A Low Gravity Channel
id like to have a low gravity channel, teach when you learn it xD
Re: How do You Make A Low Gravity Channel
i was in olly and i didnt find the code that Lambda provided.
Re: How do You Make A Low Gravity Channel
Quote:
Originally Posted by
gatewayhplg2
i was in olly and i didnt find the code that Lambda provided.
this is hex i think!!!!!!!
Re: How do You Make A Low Gravity Channel
Which way do you want? ASM or C++?
Re: How do You Make A Low Gravity Channel
Re: How do You Make A Low Gravity Channel
Quote:
Originally Posted by
own_prox
Asm
C++ (coded in a .dll) =D
Will be easier to share and and easier to use =D