Open enzanki-ars opened 6 years ago
{'ClassName': 'TAGame.Team_Soccar_TA',
'Id': 2,
'InitialPosition': {'X': 0, 'Y': 0, 'Z': 0},
'TAGame.Team_TA:ClubColors': [False, 17, True, 197],
'TAGame.Team_TA:CustomTeamName': 'TEAM 1 - GREEN',
'TAGame.Team_TA:GameEvent': {'Active': True, 'ActorId': 1},
'TypeName': 'Archetypes.Teams.Team0'},
{'ClassName': 'TAGame.Team_Soccar_TA',
'Id': 3,
'InitialPosition': {'X': 0, 'Y': 0, 'Z': 0},
'TAGame.Team_TA:ClubColors': [True, 19, True, 206],
'TAGame.Team_TA:CustomTeamName': 'TEAM 2 - PURPLE',
'TAGame.Team_TA:GameEvent': {'Active': True, 'ActorId': 1},
'TypeName': 'Archetypes.Teams.Team1'},
2: ['Id',
'TypeName',
'ClassName',
'InitialPosition',
'TAGame.Team_TA:ClubColors',
'TAGame.Team_TA:CustomTeamName',
'TAGame.Team_TA:GameEvent',
'Engine.TeamInfo:Score'],
3: ['Id',
'TypeName',
'ClassName',
'InitialPosition',
'TAGame.Team_TA:ClubColors',
'TAGame.Team_TA:CustomTeamName',
'TAGame.Team_TA:GameEvent',
'Engine.TeamInfo:Score'],
In game, there is the ability to change team colors.
It should be determined how these color changes are stored, and add the ability to use these.
Additionally, it should be possible to customize the colors further.