Game Design, Programming and running a one-man games business…

Liberalism/Socialism tweaks

I’ve been looking at the political compass part of Democracy 4 while running the first few decent play-tests and it was clear that the compass was not accurately reflecting my policy choices. Some further digging suggested that the problem was that not enough of the choices the player made were affecting the underlying values for global ‘liberalism’ and ‘socialism’.

In the game, every player has a (more or less) random innate level of socialism or liberalism (there are a few voter group and country based adjusters). Initially, this determines the extent to which they identify as socialists/capitalists and liberals/conservatives. The game also models all the effects on the global values of socialism and liberalism and pre-calculates how this will have adjusted voters opinions before the game starts.

I also take those global values to indicate where the country currently lies on the political compass:

It was clear that I had missed out those effects from a whole ton of policies and simulation values, where I might be upsetting liberals, but that didn’t actually make them less liberal. Obviously these are different things.

Some policies in the game (or situations etc…) anger people with a certain view, which is often instantaneous, and some actually change peoples view over time. For example, if you legalize cannabis, then this is likely to upset conservatives and make liberals happy, almost immediately as the change in policy hits the news cycles. The longer term effect though, is likely to be increased liberalism, and people get used to the idea that cannabis is legal. This is a shift in nationwide attitudes.

This has happened a lot in my lifetime. Attitudes in the UK towards homosexuality have definitely changed dramatically since I was a teenager. The idea that a CONSERVATIVE government would be the one to legalize gay marriage would have been ridiculous in the 1980s, for example. Also there have been big changes in the attitudes towards a free press and deference to politicians. (Free press in a driver of liberalism in the game). By the way, gay marriage and also gender transition are policies in the game.

In many ways, what I’m trying to model here is shifts in the overton window, which is a concept that illustrates how political values shift over time:

The way this works in our simulation is that we are effectively moving voters around on the political compass as you change policies (in fact-oh-my-god as I type this I realize I could add a mode that plots them all on there…). The actual policies you implement have to stay within that virtual overton window in which the majority of the voters are contained. In fact, I can plot it as a sort of flexible overton splat :D

I think the last two days of fiddling with this stuff have gone well, and the game is more balanced, more accurate and more fun as a result. I wrote some extra debug mode code that let me dump out a nice list of all of the potential inputs to these values to a spreadsheet so I could check everything looked as it should. Doubtless there will be further tweaks over time, in response to player feedback, but its a step in the right direction.

Anyway, thats enough blogging, I’m going to go add tiny voter dots to the political compass :D


8 thoughts on Liberalism/Socialism tweaks

  1. In Democracy 3 liberalism/socialism location on compass is result of amount of liberal/socialist voters.

    In democracy 4 it should depend on opinion strength of socialist/capitalist and liberal/conservative voters.
    Is that what you meant by voter dots all over compass?
    That is voter that is 100% socialist and 100% conservative would end up in left upper column.
    Then country compass would be average of all those locations.

    Also opinion strength of voters should vary over time.
    For example if you have high inequality and you don’t have anti-socialist propaganda active, then not only you would gain more socialist voters, their opinions would get stronger.

    1. yes the opinions definitely change massively over time. The simulation of this stuff in D4 is way better now than it was in D3. I added and tweaked a ton of stuff yesterday :D

      1. I still would fully legalize abortion and delegalize creationism on first turn :D

        By the way is creationism-evolution redone to something boarder?

  2. Does this mean that if you want policies like banning abortion, public housing, raising or implementing taxes that it’ll have to happen within the window? So if i have a conservative base then i can get more gun legislation not legalize drugs?

    1. Oh you can do ANYTHING you like, with enough political capital, but you will be definitely upsetting more voters if you are outside the current overton window

  3. It should be possible to make very conservative, very capitalist and very religious country, that still has low or no poverty, and relatively high income in poor wealth class.
    Essentially USA 1950 – 1970 or something like that.

    By the way is there something like church charity?


    Here is political compass with 4 independent axes https://8values.github.io/
    And more detailed with 9 axes: https://9axes.github.io/ (they should have make it 10 axes – split cultural and technological progressivism in two parts).
    How many of them could be modelled in game?

  4. Hi,

    I am fairly excited about Democracy3. Thanks for that!

    I was wondering whether there is like one best or fastest approach to raise GDP, solve all the problems and win the electorat or the game so to speak. Because it seems to me like that.

    Kind regards

Comments are currently closed.