carball
carball copied to clipboard
Players with the same name or named ["ball", "game", "zTTL"]
There are issues if players have specific names. It messes up the Dataframe analysis.data_frame
Can't parse at all:
- Two players with the same name (https://cdn.discordapp.com/attachments/493849514680254468/503509429224865812/PLAYERNAME_TWO_PLAYERS_NAMED_SAME.replay)
- Player named "ball" (https://cdn.discordapp.com/attachments/493849514680254468/503509417577152512/PLAYERNAME_BALL.replay)
Actually "can parse" but series of the df just gets extended, no new series for the player
- Player named "game" (https://cdn.discordapp.com/attachments/493849514680254468/503509425882005506/PLAYERNAME_GAME.replay)
- Player named "zTTL" (https://cdn.discordapp.com/attachments/493849514680254468/503509431342989313/PLAYERNAME_ZTTL.replay)
Engine.PlayerReplicationInfo:PlayerID
could be used instead of Engine.PlayerReplicationInfo:PlayerName
for the df index to fix this.