Arma 3
WMO - Walkable Moving Objects
Mostrando 1-10 de 12 aportaciones
< 1  2 >
Actualización: 6 ABR 2022 a las 11:42

Added WMO_Enabled variable to enable mission makers to enable/disable WMO on the fly. Thanks to Jerry

Actualización: 18 AGO 2019 a las 14:01

- fixed script error
- tweaked sacrificial collision feature for walkable planes

Thank you Coryf88:
- added vanilla parachutes to the WMO_noRoadway array
- now properly checking for "acex_sitting" addon instead of random ACE config

Actualización: 22 MAR 2019 a las 11:45

- ACE X sitting should work fine now (Also when running EM)
- The sacrifical roadway can now be disabled by adding the object to the "WMO_noRoadway" array

Actualización: 4 SEP 2018 a las 10:53

Changelog:

- compatibillity for attached objects

- compatibillity for objects without velocity. F.e. oneachframe setpos like ATS by duda (WMO_specialObjects array)

- sacrifical collision with the object that is ridden

- improved stability (less dying, smoother experience overall)

- improved Multiplayer synchronisation when going slow (<40 km/h)

Notes for Developers:

- pushback (object, classname or model) to the array WMO_specialObjects makes objects compatible with WMO (f.e. when it's not kind of land/air/ship))

- pushback (function) to the array BW_WMO_enter/BW_WMO_exit executes the function when the player steps onto a WMO Object with the object as a parameter.

Notes:

Slopes that point into the direction the vehicle is going might cause (more then usual) stuttering.

Please provide feedback to this new version.

I don't think that I can improve the walk on moving stuff feature much more in Arma 3. The limit seems to be reached for me. :dontgetit:

Have fun!

Actualización: 21 MAY 2017 a las 12:02

Actualización: 21 MAY 2017 a las 11:57

Actualización: 21 MAY 2017 a las 8:25

- Performance optimizations
- Compatibility with Exile Mod
- WMO_specialObjects now supports classname and modelinfo
- Now the mod only needs to be installed on the client who wants to use it (except serverkeys)

Thanks to NiiRoZz for giving many optimization suggestions!

Update is quite small to avoid problems. Maybe I will release a WIP version in the future for bigger stuff, so that more people can test it.

Actualización: 14 MAY 2017 a las 9:48

- Added binarisazion for faster loading
- Added Server Key

Actualización: 14 MAY 2017 a las 4:28

Actualización: 14 MAY 2017 a las 3:34