Hi
There's not a lowjump limit in gs.conf on arena04 but it works with lowjump.
If I just change number of tag from 204 to 203 it works without lowjump.
Wtf? And how to remove lowjump from arena04?
Printable View
Hi
There's not a lowjump limit in gs.conf on arena04 but it works with lowjump.
If I just change number of tag from 204 to 203 it works without lowjump.
Wtf? And how to remove lowjump from arena04?
Its in elementclient.exe
You need reverse engeneering
exactly? no problem for me, but I couldn't even suppose it's in elementclient and was searching for it in gs )
thanks!
If you find offsets, it will be nice to see results in Tutorials section.
In gf.conf .....
[World_arena04]
index = 24
tag = 204
cid = 14,2,13
limit = nothrow;clear-ap;allow-root;lowjump;nomount;nofly;use-save-point;
base_path = b04/
#grid = {80,80,25,-1000.0,-1000.0}
grid = {800,800,25,-10000.0,-10000.0}
base_region = {-512.0,-512.0} , {512,512.0}
local_region = {-512.0,-512.0} , {512,512.0}
player_capacity = 400
npc_count = 1000
matter_count = 1000
save_point=1,1311,223,801
>> There's not a lowjump limit in gs.conf on arena04 but it works with lowjump.
It works anyway.
He is right. From my testing I've noticed if you add "lowjump" to a map that isn't really limited to 'low jump' (by it's ID in the EXE) then it will still allow you to 'big jump' but just cause that notorious "rubber-banding"...
So, as far as making a map 'small jump', definitely useless.
Maybe not entirely useless to keep your players from using any kind of 'jump hacks' in a map that is already small jump, because then it will "rubber-band" them back to the ground :lol: I guess it would certainly be a worthwhile 'variable' if/once we do figure out how to control big/small jump in the client EXE... Which is probably exactly why PW added it.
Which also makes me think they've been watching this forum for a long time, because that's always been one of the things I have questioned over and over (First asked on 22/5/10 ~ HERE)... http://www.mossonarock.ca/forum/Smil...ne/tinfoil.gif
This is discussed for some time, but I found the solution (and it was much simpler than I thought):
configs\instance.txt:
"Archosaur Arena"
{
204 // ID
"b04" // path
1, 1 // row, column
0 <---------------Big Jump
}
-------------------------------------------------------------------------
"Archosaur Arena"
{
204 // ID
"b04" // path
1, 1 // row, column
1 <---------------Low Jump
}
[]s
That parameter is only found in 146v70+ :(:
I would still like to know how to change this for 136, or 144, or 145...
Though I would still like to thank you for this find :wink::):