You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
Linked below is a simple example that contains a replay with just a few events. Event 5 is a TrainSCV event, and Event 6 should be a CancelTrain or Cancel event (the SCV was cancelled in the replay. However, the EventType is Unknown.
Linked below is a simple example that contains a replay with just a few events. Event 5 is a TrainSCV event, and Event 6 should be a CancelTrain or Cancel event (the SCV was cancelled in the replay. However, the EventType is Unknown.
You can download the replay from:
http://dl.dropbox.com/u/361009/test.zip
Debugging into AbilityData.cs, the Unknown is coming from the final return, and not the check for index being greater than Data.Length.
Just adding some more info. GameEventType is also Unknown
Here is the Locals panel output for the Event should should be TrainCancel or Cancel.
The text was updated successfully, but these errors were encountered: