Afforess
The White Wizard
First grab the option object (not its value). Here "ANewDawnSettings" is the <mod>'s id attribute--not a Python module name. Notice there are no ()s after the option ID, and you don't use a getter function name. Next create your list as you did above. Finally call setValues() on the option.
You completely lost me here. Could you give me a rough example?
On an unrelated topic; I've noticed that some BULL options in MP only work when everyone has the same setting. Couldn't you create list of all players and their selected settings for those options, and get the option for each unique player, to ensure full MP support?
What part didn't you understand? The code I posted shows everything except calling updateAliveCivsOption() from several event handlers, but that should be old hat for you by now.


