Hey Solarius Scorch,
I'm trying to identify what generates the list of allowable suits for a specific environment that is displayed on the in-game menu? The main reason I'm asking is I want to update the menu in-game to show any additional armors I add to a specific environment.
For example, dimension x, shows the list in the attached screenshot, but that list is much smaller than the list in the "startingConditions_XCOMFILES.rul" which include sub armors for each type of soldier upgrade, like INFERNAL, SPARTAN, etc. and those are not listed. I'm working on a submod with some customs suits and added one to the list via override like the following, but it doesn't show up in the list on the screenshot
startingConditions:
- type: STR_DIMENSION_X_GEAR
allowedArmors: !add
- STR_NEW_TEST_ARMOR_UC
When testing in game play and the armor when equipped does in fact work in that environment. I'm guessing that in this specific case it's because dimension-x has so many outfits that it's below whats being shown? But also wondering why suits like INFERNAL, etc don't show up?
If that's case maybe I'll suggest a low priority request to update OXCE GUI to scroll the allowable outfits?
Thanks!