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

Duplicate structure placement #4

Closed
dragunoff opened this issue Oct 23, 2018 · 2 comments
Closed

Duplicate structure placement #4

dragunoff opened this issue Oct 23, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dragunoff
Copy link

I've been parsing some release-20180923 replays and noticed that sometimes two nearly identical building placements happen in the span of a few seconds. For example:

        {
          "structure": "proc",
          "game_time": {
            "formatted": "00:03:30",
            "msec": 210000
          },
          "placement": {
            "x": 66,
            "y": 66
          }
        },
        {
          "structure": "proc",
          "game_time": {
            "formatted": "00:03:32",
            "msec": 212400
          },
          "placement": {
            "x": 65,
            "y": 66
          }
        },

Here's a replay where that occurs twice (with PROC and WEAP): http://openra.mine.nu/mIRROR/ora_replays/RAGL_Season_Six/R02/Master/RAGL-S06-MASTER-R02-NNG-ZXG-G1.orarep

@AMHOL AMHOL self-assigned this Oct 23, 2018
@AMHOL
Copy link
Owner

AMHOL commented Dec 11, 2018

Can't currently see anything in the order data that I could use to indicate whether the PlaceBuilding command failed or succeeded, will have to consult IRC / @pchote on this.

@AMHOL AMHOL added the bug Something isn't working label Dec 11, 2018
@AMHOL
Copy link
Owner

AMHOL commented Apr 13, 2020

@dragunoff I think this was down to timing calculations being incorrect, I got help from an openra dev on Discord and they should be working as expected after #10 (2.2.0)

@AMHOL AMHOL closed this as completed Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants