Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

I'm gonna look through the code now, it's annoying me too much!

Update: I looked through the code of the 'level' files and all I found was a bunch or garbled letters and numbers... Does anyone know what this is?

Update 2: I'm gonna need a programmer to figure this out, so I will be back once I have one

(3 edits)

sorry a bit late but you can use ILSpy to dissect the code which is in Assembly-CSSharp.dll  in which in references we can find all the scripts. the necessary code I found was that it picks a random number between 1 and 15 every time you draw. If its lands 1 - 3 its large expand, 4 - 6 medium expand,  7 - 9 small expand. 10 new nations, 11 split, 12 small split, 13 union and 14 is new leader


edit: this is outdated now