Haha maybe my game is more broken than I thought then. ^^ So the colour selection just works how it used to with left and right click, and there's no new drop down box thing? EDIT: Don't worry, I can see how it's working now
HOTFIX! Not putting on PAMM, because PRoeleert is a genius and might fix rSettingsManager soon(TM). This removes the dependency to rSettingsManager, because that's stopping people from being able to save their settings right now. You can still change the style, by digging into bShowSecondaryColour.js. EDIT: Hotfix no longer needed due to PRoeleert updating rSettingsManager woooo
You cant change the color representation (as in lobby representation ofc) anymore. Just thought you might want to know...
It was an attempted fix for people that were having issues with it. I think there was a bug caused by the new PAMM doing things slightly differently and dropping "legacy" support for the old dependencies things. Not 100% sure it works though, because it's always worked for me :/ Also it set the default style to the "corner" settings, I think. Is nicer.
Is this mod working lately (Live & PTE) ? Tried with both corner & stripes style, to no avail And can something be done to secondary settings ? (cause if not, single "Random" value is useless, could be removed) (This is Favorite Colour mod, my bad)
Something must be wrong on my end, but both this mod and Favourite Colour (strangely, those two rely on rSettingManager) causes me issues : If I enable only one of those two (or both), I don't get the options in UI tab in Settings. If I enable any other mod that have settings (Instant Sandbox, Hotbuild, Auto Factory to name a few), options are displayed. In both cases, mod doesn't work, and looking at the debugger, I got : I reinstalled both mods + rSettingsManager, didn't work. I even uninstalled the other Setting Manager (GTC) just to be sure. Any ideas ? My bet is on rSettingsManager. As I understand it, mods no longer require it to create settings (since Instant Sandbox and other mentioned above are working nicely)
Mods relying on Settings Manager doesn't works on "fresh install" (or after deleted AppData\Local\Uber Entertainment\Planetary Annihilation\localstore)
Thanks for helping me finally find this It was weird having reports that it worked for "most" people, and I couldn't replicate the problem. Could you double check this new version works for me before I push to PAMM? EDIT: New version on PAMM. Tell me if it works! I also.. er.. fixed the "DOGE" option:
PA Build 71459 broke the settings screen. You need to add this to your mod: Code: $('.ui').children().append( ' <div class="sub-group">\n' + ' <div class="option" data-bind="template: { name: \'setting-template\', data: $root.settingsItemMap()[\'ui.bShowSecondaryColourStyle\'] }"></div>\n' + ' </div>\n' );
You're able to change primary color for the AI in the lobby, but aren't able to do the same for the secondary. @burntcustard fix it pls.
In the new PTE you can't pick your secondary colour, but you can still see it. Working on a fix, but it's been like a year since I made this, so I have no idea what I'm doing.
Yeah, my favourite colour mod isn't selecting the secondary colour anymore either. It looks like they dropped the 'next_secondary_color' message that we were both using...