Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

re: my quest to one-shot the journal. LFU9XOV2 is a seed which should work. Beautifully, even, it's got a high ceiling for population. But the quarries no matter what I do always yield the exact same outcome. Since I need both outcomes, that nixes the whole thing in the bud. (Let me know if you managed both.)

If those yields are set into the seed, and not conditional to placement, a venture like mine is all chance and no strategy. I've had the same problem with the Wood camps. Is there a pre-generated list of outcomes? I.e. I can replay forever and set the first building on any eligible tile, and it will always give me a windmill, or always give me a seed (mountain).

That's not a lot of fun if you want to do a challenge run like this. You could randomize for ages and then have to pre-test the board like I am, instead of glancing at it and dm'ing your friend for a race. Y'know?

Ah that is frustrating! Let me explain how the seeding works in case it helps your quest.

The seed you enter seeds the game’s internal random number generator. This means every time the game picks a random number over the entire course of the game, it is pulled from that initial seeding.

This makes the maps generate the same way each time. But, this also means that the same sequence of moves will also return the exact same results each time.

Some of the buildings, like camps, have a small random pool of options to pull from. If you place a camp at the same point in your sequence of moves it will always return the same value. If the camp is the first object you place that makes a random choice in your run it will always return the same thing. If you play a mine first (which also makes a random choice) and THEN play a camp you might get a different outcome.

Adding the placement location to the random choice in addition to the seed is an interesting thought though! I’ll have to see if there’s some way to work that in…

I’ve been thinking about doing another update soon where I remove a lot of this randomness though (after the initial generation). Might make it a new mode!