action.txt jump question

Users who are viewing this thread

Alundra

Regular
is it possible to increase the jump value of my character in game with the action.txt?

so lets say i want to make my character jump as high as the houses objects in the game and start sniping enemies from there just for the RPG like feeling or like for me to create a scene where i could build jumping steps structures to put my hero on a high terrain view of the whole battle scene to watch and command in a melee safe area. but what i really want to do is just put structure i can climb on in the middle of a battle map and just snipe with my bow.
 
jump 256 2197815298  1
  1.000000 jump 22 46 2 0 0.0 0.0 0.0 0.0
jump_loop 256 50331650  1
  0.500000 jump_loop 0 14 268435460 0 0.0 0.0 0.0 0.0
jump_end 256 50331681  1
  0.300000 jump 48 55 3 0 0.0 0.0 0.0 0.0
jump_end_hard 256 50331681  1
  0.600000 jump_end_hard 36 54 2 0 0.0 0.0 0.0 0.0
 
In action.txt you can change only animation name and some settings like flags and ani_sequences.. to make real jump you need change player's camera position also. This possible only with module_system. Take a look here: http://youtu.be/hT942-x1_lg
 
Back
Top Bottom