Jump to content

Recommended Posts

First of all, I have a few questions for you. In the video I will give below, how can I jump for that region only or how to proceed?

 

Video: https://youtu.be/FrOxaXvYq_M

Share this post


Link to post
Share on other sites

Heya @asdsadasddsa; welcome to the forums. 
(I hope I didn't accidentally tag the wrong "asd.." user :icon_confused:)

It looks like everyone jumps identically, and that they are not able to change direction/speed once they are in the air. 
So I am guessing the players have a scripted action that gives them a fixed upward and forward boost when they press a certain key.

My guess is that the following commands are used:

https://community.bistudio.com/wiki/setVelocity
https://community.bistudio.com/wiki/setVelocityModelSpace
https://community.bistudio.com/wiki/BIS_fnc_holdKey  (one way to assign a button ingame)

Good luck!

Share this post


Link to post
Share on other sites
18 hours ago, Melody_Mike said:

selam @asddasddsa; forumlara hoşgeldiniz. 
(Umarım yanlışlıkla yanlış "asd.." kullanıcısını etiketlememişimdir  :icon_confused:)

Görünüşe göre herkes aynı zıplıyor ve havadayken yön/hız değiştiremiyorlar. 
Bu yüzden, oyuncuların belirli bir tuşa bastıklarında onlara sabit bir yukarı ve ileri destek sağlayan bir komut dosyası eylemi olduğunu tahmin ediyorum.

Tahminime göre şu komutlar kullanılıyor:

https://community.bistudio.com/wiki/setVelocity
https://community.bistudio.com/wiki/setVelocityModelSpace
https://community.bistudio.com/wiki/BIS_fnc_holdKey   ( Oyun içinde bir düğme atamanın bir yolu)

İyi şanslar!

Hello, thank you very much for your help, but I did not understand how to write code. I mean can you write me the code, please, it is very important for me.

Share this post


Link to post
Share on other sites

 

1 hour ago, asdsadasddsa said:

Hello, thank you very much for your help, but I did not understand how to write code. I mean can you write me the code, please, it is very important for me.

How many Altian dollars are you willing to spend? :icon_cool:

More seriously, you have picked a pretty good topic to start playing with scripting. 

Skim read this: https://community.bistudio.com/wiki/Introduction_to_Arma_Scripting

Read the links I sent you and type a command into the debug console ( "Execute" ) when you play a mission from the Eden Editor. 
Debug console:
A3_console_mission.jpg

Example command:

player setVelocity [20, 0, 10];

Play around with this, and if you try enough and ask a question that shows you made an effort, someone may help you.

Good luck!

Share this post


Link to post
Share on other sites
18 hours ago, Melody_Mike said:

 

How many Altian dollars are you willing to spend? :icon_cool:

More seriously, you have picked a pretty good topic to start playing with scripting. 

Skim read this: https://community.bistudio.com/wiki/Introduction_to_Arma_Scripting

Read the links I sent you and type a command into the debug console ( "Execute" ) when you play a mission from the Eden Editor. 
Debug console:
A3_console_mission.jpg

Example command:


player setVelocity [20, 0, 10];

 Play around with this, and if you try enough and ask a question that shows you made an effort, someone may help you.

Good luck!

Hello, first of all, thank you very much for your help, my script also has a normal jumping script, but when there is a teleport to a certain region, I cannot jump high, I tried the code you sent, how should I proceed?

 

 

 

SDAxai.jpg

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×