console command for city culture?

jawilson

Chieftain
Joined
May 31, 2005
Messages
7
Hey,
I was screwing around with the world builder (in Warlords) to see what effect changing a city's culture would have on its borders, when I discovered that the max culture level you can set in the worldbuilder is 1000. The level previously was something like 12000, and when I tried to increase it to 15000 (the next expansion level), it went to 1000, and it cannot be raised back to its previous level. So: a) is there another was to set the culture level in world builder; and b) if not, is there a way to do it with the ~ console? (Barring that, I'll probably just use the worldbuilder to create a great artist or 2 and create some great works...)
Thanks!
 
You could do it, but you wouldn't want to. It'd probably take a minimum of 5 mintues just to type all the stuff out, and would take quite some trial and error.
 
first go into the city's screen. then open console with Shift-~ and type this:
CyInterface().getHeadSelectedCity().setCulture(0, 15000, true)
 
Back
Top Bottom