- Apr 2, 2019
- 3,012
- 10,790
Indeed. Well, they can still be checked and set by way of the debug console which only requires activating the developer tools. Drop this into an rpy file (name doesn't matter) inside the game's 'game' directory:What happens is that the URM does not detect them, for example the a.dom and a.sub appear as a._m1_definitions__dom and a._m1_definitions__sub, and the variables that appear in the election conditions give me an error.
Python:
init +1:
python hide:
config.developer = True
SHIFT
+O
) the variables can be checked by their names (a.dom
) and altered by assigning them new values (a.dom = 99
). Hit ESC
to close the console.