Arma 3
Not enough ratings
WMO_ACE
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Mechanics
File Size
Posted
Updated
38.864 KB
4 Oct, 2024 @ 2:20pm
16 Oct, 2024 @ 2:28pm
2 Change Notes ( view )

Subscribe to download
WMO_ACE

Description
This is a reupload of the great original from Bloodwyn: https://gtm.steamproxy.vip/workshop/filedetails/?id=925018569

- With this Pull Request added to fix ACE Stamina Drain: https://github.com/Bloodwyn/Arma-3-WMO/pull/4/commits/45b11bfebd4769c02bb7d3d477e3c875fad00b0a

- Plus my own Fixes applied ontop to make it work with the latest Version of ACE (PR Itself did not work)

- Alongside some cleanup and

- A WORKING SERVER KEY (Yippie)
16 Comments
ElPedroChico 17 Sep @ 3:00pm 
Interesting, thanks for looking deeper into it and finding out what the issue was
NeroTheHero111  [author] 17 Sep @ 7:38am 
Okay so I looked into it. In short: This isn't something that can be fixed, as it is an engine limitation.

In order for a player to be able to walk on an object, it needs to be defined a certain way inside the model file itself. When defined like that, it causes clutter (in this case, grass) beneath the object to be hidden when spawned. You can observe this behaviour in its intended use case when placing down buildings. The grass beneath is deleted. The same happens with the invisible model here.
I could make the object smaller, but then there is a risk of players falling off when vaulting and the grass would still be cut below.
ElPedroChico 17 Sep @ 1:04am 
I rember
NeroTheHero111  [author] 17 Sep @ 12:06am 
I forgor
ElPedroChico 16 Sep @ 10:59pm 
The grass cutter bug seems to happen when the player lands on terrain from a fall, no matter the height. For example stepping down from a rock, vaulting over a fence with EM, etc.

I can confirm it is a problem exclusive to WMO and versions like WMO_ACE
Garuda XIII 15 Sep @ 10:09pm 
Hello, any updates with regards to an update? Especially the grass cutter issue.
NeroTheHero111  [author] 2 Jun @ 1:41pm 
I put it in quotations because knowing Arma I will have to break the code before I can fix it, no Ill will towards you, thanks for the report :)
R. Gonzalez 2 Jun @ 1:14pm 
I just ASSUMED it is like a grass cutter... Don't know if you are talking like you know it actually is or just based on my comment...

Anyways, I imagine that should be the trick

Thanks for the attention!
NeroTheHero111  [author] 2 Jun @ 1:10pm 
In that case it should be as "easy" as swapping out the grass cutter object for a different one. I'll have a look in the coming week.
R. Gonzalez 2 Jun @ 1:01pm 
It happens with any version of WMO. I came here since I just found it, tested it, and yours is the most up-to-date version...

I know this may seem like an issue of those mods, but on the contrary, happens only when WMO is loaded alongside.

What it looks like to me is that when vaulting/jumping with those mods, WMO recognizes the surface being steped over and spawns a "ground prop" below it... Looks pretty much like those 'grass cutter' props avaiable in Eden: a short circle radius is cleared of grass

... Once you do another jump, the grass from before returns (like the 'cutter' has been deleted) and them the new grass below you is cleared

That's whats happening exactly