-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parachute #145
Comments
Parachute and skydiving features in MTA are realized using a Lua script so it is practically impossible to mimic it in the exact same way, however it can be improved. It would be helpful if you could post a video highlighting the differences you have in mind. |
Will do! Thanks for your response, and I understand about the fact that you cant just replicate it. |
I'm sorry that it took so long, I am currently going through some personal issues. wrong behaviour (mta): as you can see, in mta its completely impossible to move forward, or to rotate fast as shown in the sa-mp video. It's very frustrating and its blocking me from creating maps in this category for sa-mp servers.. |
I'd argue it's not impossible to mimic, we have the logic from GTA available, we just need to implement it properly. |
I had to remove the expected behaviour video due to IP adresses from other players which were shown in the chat |
Is there any luck with solving the issue? I'm sorry for double posting |
It's in the backlog now, which means it's a task that needs to be worked on! We'll accept pull requests that aim to provide a more SA-like parachuting experience. |
The first video (expected behaviour video) is down. Could you reupload it? |
https://www.youtube.com/watch?v=VrSsXieoWPk Here's a side-by-side comparison - you can see some slight differences |
Are you talking about the full mission script for SA that I believe is somewhere out there on the internet? If so do you know where exactly the relevant code is? @Woovie |
R* coded parachute physics in SCM scripting. I enjoy reversing C++, but I can't stand SCM or CLEO. If anybody can rewrite the SCM to readable Lua or C++ even if it doesn't work, I'll implement it properly in C++. You can also rewrite the code in Lua for moonloader, that would be much better. Just let me know if anyone's interested. parachute SCM code for SA: https://pastebin.com/Cu5HHDuA |
Related: multitheftauto/mtasa-blue#1977 |
Which resource(s) have this problem?
The parachute resource
Describe the bug
Skydiving feels completely different in comparison to SA-MP or San Andreas
To Reproduce
Jump off a high building in sa-mp or SA, try to skydive and turn around and move forward. Then do the same in MTA, and notice the difference.
Expected behavior
Have the parachute behave the same way as in the other mentioned versions. (That also includes skydiving)
Version
Multi Theft Auto v1.5.6-release-16588
Additional context
If there is a solution to this, I would love to be redirected to it. It's pretty frustrating that it has to behave completely different in comparison to the regular San Andreas game.
The text was updated successfully, but these errors were encountered: