Skip to content
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

Mk6 mortars disappear upon unload from cargo #10010

Open
b-mayr-1984 opened this issue May 23, 2024 · 4 comments
Open

Mk6 mortars disappear upon unload from cargo #10010

b-mayr-1984 opened this issue May 23, 2024 · 4 comments

Comments

@b-mayr-1984
Copy link
Contributor

b-mayr-1984 commented May 23, 2024

Mods (complete and add to the following information):

Type: Public
Build: Stable
Version: 2.16.151618


20:06:15                                               name |               modDir |    default |   official |               origin |                                     hash | hashShort | fullPath
20:06:15 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20:06:15                      Community Base Addons v3.17.1 |              @cba_a3 |      false |      false |             GAME DIR | b1bba6ed2df7f371de833183693f367d8dff152b |  143629e0 | C:\_srvroot\webapps\a3s-repository\repo_mods\@cba_a3
20:06:15                 Advanced Combat Environment 3.17.0 |                 @ace |      false |      false |             GAME DIR | 3ae721fea7b36d0f0fc72cd2d0f64f611a4c5983 |  f54d87d1 | C:\_srvroot\webapps\a3s-repository\repo_mods\@ace

Description:
During many game nights of Shoot and Scoot have Opfor players losing their MK6 mortars when they unload them from their vehicle (ACE cargo).

  • It doesn't matter wether players use Unload or Deploy.
  • Happens in dense jungle as well as open space near a street.

For some reason I don't recall this ever happening to a BluFor Mk6 mortar.

Steps to reproduce:
I can't reproduce the problem. It just shows quite often and I capture it on video (see below)

Expected behavior:
Mortars shouldn't disappear.

Where did the issue occur?

  • Dedicated Server hosting a 57 players TvT event

Log Files:

Additional context:
You will see in the videos that I sometimes also struggle to place a new Mk6 mortar as Zeus.
Maybe the problems are related.

Zeus never loses the mortar though. I just appears somewhere else.

In versions prior to ACE 3.17.0 (and prior to having Deploy as an option to unload) the mortar spawned but immediately got destroyed afterward.

Screen recordings:

1st.broken.mortar.mp4
2nd.broken.mortar.mp4
3rd.broken.mortar.mp4
4th.broken.mortar.mp4
@b-mayr-1984
Copy link
Contributor Author

As discussed with @LinkIsGrim on Discord:

  • We will update to 3.17.1 or higher for the next game night.
    • Maybe this fixes the problem already.
  • In case 3.17.1 doesn't fix it, I will also try to find the lost mortars (e.g. via variable names and distance or getPos commands etc.).

@b-mayr-1984
Copy link
Contributor Author

b-mayr-1984 commented May 24, 2024

@jokoho48 noticed that in the 2nd video one can see mortars on the Zeus map.
image

  • One is directly where the players are
  • The otherone is ~20m South of the players

The southern position pretty much matches where the players first pinged me to help them (see 1st video).
image

So if both shown mortars are located in 2D space where

  • players are right now (just having lost a mortar)
  • players were at the previous position (having lost their last mortar there)

then I think it is safe to say that the mortars are either

  • very high up in altitude
  • or very low beneath the terrain

(both positions I wouldn't see when looking at the 3D world).

@b-mayr-1984
Copy link
Contributor Author

b-mayr-1984 commented May 26, 2024

  • We will update to 3.17.1 or higher for the next game night.
    • Maybe this fixes the problem already.

Gruppe Adler server has been upated.

Finding missing mortar

  • In case 3.17.1 doesn't fix it, I will also try to find the lost mortars (e.g. via variable names and distance or getPos commands etc.).

Finding the mortar I will do with this module.
image

Bringing a mortar back to the surface I will do with this code snippet (executed from the Zeus dialog that opens upon double-clicking the object):

private _pos = getPosATL _this; 
diag_log format ["getPosATL: %1", _pos];
_this setPosATL [_pos#0, _pos#1, 0];

b-mayr-1984 added a commit to gruppe-adler/Shoot_and_Scoot.Tanoa that referenced this issue Jul 7, 2024
b-mayr-1984 added a commit to gruppe-adler/Shoot_and_Scoot.Tanoa that referenced this issue Jul 7, 2024
b-mayr-1984 added a commit to gruppe-adler/Shoot_and_Scoot.Tanoa that referenced this issue Jul 7, 2024
@b-mayr-1984
Copy link
Contributor Author

Hopefully this workaround alleviates the problem for the players (and me 😅).
gruppe-adler/Shoot_and_Scoot.Tanoa@8b06f13

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants