Jayden Butler
Results
1
issues of
Jayden Butler
Replay in question: [HeatseekerTerritory.replay.zip](https://github.com/user-attachments/files/21981397/HeatseekerTerritory.replay.zip) I added in the new archetypes to `ActorState.cs` which usually fixes the new gamemode parsing issue ```csharp case "GameInfo_HeatseekerTerritory.GameInfo.GameInfo_HeatseekerTerritory:Archetype": return classNetCacheByName["TAGame.GameEvent_Soccar_TA"]; ... case "GameInfo_HeatseekerTerritory.GameInfo.GameInfo_HeatseekerTerritory:GameReplicationInfoArchetype": return classNetCacheByName["TAGame.GRI_TA"];...