Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Change colors as needed. #39

Open
2 tasks
enzanki-ars opened this issue Dec 27, 2017 · 2 comments
Open
2 tasks

Change colors as needed. #39

enzanki-ars opened this issue Dec 27, 2017 · 2 comments

Comments

@enzanki-ars
Copy link
Owner

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.

  • Use in game colors
  • Use user provided colors
@enzanki-ars
Copy link
Owner Author

  {'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'},

@enzanki-ars
Copy link
Owner Author

 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'],

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.