carball icon indicating copy to clipboard operation
carball copied to clipboard

Players with the same name or named ["ball", "game", "zTTL"]

Open Destiphy opened this issue 6 years ago • 1 comments

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)

Destiphy avatar Oct 21 '18 10:10 Destiphy

Engine.PlayerReplicationInfo:PlayerID could be used instead of Engine.PlayerReplicationInfo:PlayerName for the df index to fix this.

Longi94 avatar Mar 01 '19 21:03 Longi94