View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0021505 | AI War 2 | Graphical Bug | Aug 12, 2019 8:38 pm | Dec 6, 2019 12:14 pm | |
Reporter | Zoreiss | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.881 AI Neighborhood Watch | ||||
Fixed in Version | 1.013 Menacing Messages From The Machine | ||||
Summary | 0021505: Color picker for trim-only AI minor factions doesn't work | ||||
Description | I set the AI Hunters to have a bright pink border so I would see them better and I only see them as having a white border like the generic AI ships. The AI Wardens have a distinctive orange border so I left it as default and I do not know if changing the border color as no effect like it seems to have on the AI hunters. | ||||
Tags | No tags attached. | ||||
related to | 0022128 | resolved | Chris_McElligottPark | Hunter Color is still broken |
related to | 0022033 | resolved | Chris_McElligottPark | AI Hunter fleet displays wrong color scheme |
related to | 0022229 | resolved | Chris_McElligottPark | AI border colors reset to "default" |
|
|
|
I've noticed this with the Praetorian Guard as well. |
|
I'm suspicious that the "Set trim colour" doesn't really work for Hunter/Warden/Praetorians |
|
So what's happening is that for updating AI minor factions (warden/hunter/praetorian) we set those colors by setting fields (PraetorianGuard_BorderColor,HunterFleet_BorderColor) on the associated AI faction; we never interact with the ConfigurationForFaction for the minor faction itself. Then in ProcessFactionConfigCustomFields() we call faction.GetNextFactionOfSpecialFactionData( "PraetorianGuard" ); and set the center/border color for those directly. However, SyncTeamColorToAndFromOthersIfNeeded() looks at the ConfigurationForFaction for the AI minor factions, and those never get set. So we always wind up overriding with the default values. |
|
Thanks! * Setting the border colors for sub-factions of the AI (warden, hunter, and praetorian guard) now actually works properly. |
Date Modified | Username | Field | Change |
---|---|---|---|
Aug 12, 2019 8:38 pm | Zoreiss | New Issue | |
Aug 12, 2019 8:38 pm | Zoreiss | File Added: AI Hunters have white border.savemet | |
Aug 12, 2019 8:38 pm | Zoreiss | File Added: AI Hunters have white border.save | |
Aug 29, 2019 10:51 am | BadgerBadger | Note Added: 0052670 | |
Aug 29, 2019 5:28 pm | BadgerBadger | Note Added: 0052673 | |
Aug 29, 2019 5:28 pm | BadgerBadger | Note Edited: 0052673 | |
Aug 31, 2019 12:06 pm | BadgerBadger | Note Added: 0052717 | |
Aug 31, 2019 12:07 pm | BadgerBadger | Summary | Wrong Border Color of AI Hunter Ships => Color picker for trim-only AI minor factions doesn't work |
Aug 31, 2019 12:07 pm | BadgerBadger | Note Edited: 0052717 | |
Aug 31, 2019 12:14 pm | BadgerBadger | Assigned To | => Chris_McElligottPark |
Aug 31, 2019 12:14 pm | BadgerBadger | Status | new => assigned |
Aug 31, 2019 12:14 pm | BadgerBadger | Note Edited: 0052717 | |
Sep 2, 2019 2:58 pm | BadgerBadger | Note Edited: 0052717 | |
Nov 5, 2019 1:42 pm | BadgerBadger | Relationship added | related to 0022033 |
Nov 5, 2019 1:43 pm | BadgerBadger | Note Edited: 0052717 | |
Nov 8, 2019 10:09 am | BadgerBadger | Relationship added | related to 0022128 |
Nov 17, 2019 3:40 pm | BadgerBadger | Relationship added | related to 0022229 |
Dec 6, 2019 12:14 pm | Chris_McElligottPark | Status | assigned => resolved |
Dec 6, 2019 12:14 pm | Chris_McElligottPark | Resolution | open => fixed |
Dec 6, 2019 12:14 pm | Chris_McElligottPark | Fixed in Version | => 1.013 Menacing Messages From The Machine |
Dec 6, 2019 12:14 pm | Chris_McElligottPark | Note Added: 0054855 |