A3Armory / A3A_A3Wasteland.Altis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others.
http://a3wasteland.com
GNU Affero General Public License v3.0
9 stars 6 forks source link

Enhanced Movement Script #27

Closed SpanishSurfer closed 7 years ago

SpanishSurfer commented 7 years ago

Ability to climb over objects, climb onto roof tops, etc. Animations look pretty great, the script can be inserted for client side use, no unnecessary loops, and it goes off the weight you carry. So a fully loaded soldier can't climb over a wall. This script is on our BECTI server and we have not had any issues with it.

Wasteland could def use this!

https://steamcommunity.com/sharedfiles/filedetails/?id=333310405

Gigatek1 commented 7 years ago

If its anything like Advanced Rappelling I was told it would lag the server bad. Definitely would like some feedback from others who run a a3w server and AgentRev as well. It looks cool.

Here's the official issue tracker and forum for A3Wasteland https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/issues http://forums.a3wasteland.com/

SpanishSurfer commented 7 years ago

Rappeling lags because of the client to client relationship involved. This script doesnt depend on another player hence no lag.

Gigatek1 commented 7 years ago

Is this a client mod? They kill the servers pop.

SpanishSurfer commented 7 years ago

No, built into the mission. No download required

Gigatek1 commented 7 years ago

Cool, if you want do a pull request and we can add it. We can always revert if it causes a lot of issues.

SpanishSurfer commented 7 years ago

Sure if the feedback leans that way I'll do it

Gigatek1 commented 7 years ago

Let me know if you need help with anything.