Dwarf Fortress puts in a lot of work to keep worlds and interactions rich. Even games like Football Manager are fundamentally role play, and the constantly evolving rivalries and personnel involved keep things fresh well into the game. Honestly think small but rich villages would be more interesting than massive but realistic looking cities, but this is still impressive stuff.
Medieval Fantasy City Generator
41–50 of 119 posts
Re: Medieval Fantasy City Generator
#42Serious application for these tools: crowded countries like the UK often talk about building new towns rather than annoying everyone is existing towns by more and more building work. Unfortunately, new towns tend to be rather formulaic and dull. With tools like these, you could start with a medieval city generator and use algorithms to apply changes that would have happened over 500 years and then build the new town…
One problem. Cars! Unless you can lay down some serious infrastructure as a constraint first hand. Driving in these types of places is always insane. Just look at Italy. It'd be an easy problem to solve by pushing for a carless city or smaller car city paradigm. But folk will want their cars.
Re: Medieval Fantasy City Generator
#43I love this sort of thing, but the far more interesting challenge to procedural games is engaging the player emotionally and intellectually, and giving them a sense of long term narrative progression. I'm mainly thinking of RPGs here, but it's a problem that surfaces up to this day in things like No Man's Sky. Even in non-procedural games that nevertheless allow you to continue playing in a world after all the storyl…
Re: Medieval Fantasy City Generator
#44Serious application for these tools: crowded countries like the UK often talk about building new towns rather than annoying everyone is existing towns by more and more building work. Unfortunately, new towns tend to be rather formulaic and dull. With tools like these, you could start with a medieval city generator and use algorithms to apply changes that would have happened over 500 years and then build the new town…
One problem. Cars! Unless you can lay down some serious infrastructure as a constraint first hand. Driving in these types of places is always insane. Just look at Italy. It'd be an easy problem to solve by pushing for a carless city or smaller car city paradigm. But folk will want their cars.
Re: Medieval Fantasy City Generator
#45I love this sort of thing, but the far more interesting challenge to procedural games is engaging the player emotionally and intellectually, and giving them a sense of long term narrative progression. I'm mainly thinking of RPGs here, but it's a problem that surfaces up to this day in things like No Man's Sky. Even in non-procedural games that nevertheless allow you to continue playing in a world after all the storyl…
The difficulty is that it is relatively easy to generate patterns that follow rules because computers are really good at it, but it is incredibly difficult to make an algorithm be creative. What we really want when we say we want an infinity to explore and interact with is that we want infinitely many new and interesting experiences, which procedural generation has been, thus far, unable to provide. This is not surpr…
Re: Medieval Fantasy City Generator
#46I love this sort of thing, but the far more interesting challenge to procedural games is engaging the player emotionally and intellectually, and giving them a sense of long term narrative progression. I'm mainly thinking of RPGs here, but it's a problem that surfaces up to this day in things like No Man's Sky. Even in non-procedural games that nevertheless allow you to continue playing in a world after all the storyl…
The difficulty is that it is relatively easy to generate patterns that follow rules because computers are really good at it, but it is incredibly difficult to make an algorithm be creative. What we really want when we say we want an infinity to explore and interact with is that we want infinitely many new and interesting experiences, which procedural generation has been, thus far, unable to provide. This is not surpr…
Agree.
> which procedural generation has been, thus far, unable to provide
Disagree.
I think Dwarf Fortress (and to a lesser extent, EVE Online) has shown how to do procedural generation that does result in interesting interactions. There are four important factors in successful procedural games:
1. Granular modulation (you don't just punch a dwarf, you punch out a dwarf's left eye).
2. Diverse interactions (lava can be used to smith weapons. Or burn invaders. Or mixed with water.)
3. Persistent state as a result of the above. In a game like GTA, you can stage a one-man stand against overwhelming military force, but when you return to the site of your last stand, not a trace is left. In Dwarf Fortress, even if you lose you leave behind traces that can be revisited in future games. This is also the magic of EVE Online's alliance endgame (establishing player structures in contested space and seeing your alliance people flying there), without which I think the game loses its luster.
4. Environments small enough to build up a history. You can remember sites of memorable conflicts in Dwarf Fortress because your play space is constrained to a single tiny piece of the larger world. In Minecraft, Starbound, or No Man's Sky, your play area is so large that you never build up memories of any particular place (Starbound offsets this somewhat by having set pieces, but loses that sense of location outside of those pre-crafted zones). In EVE Online alliances settle for months or longer at a time in a particular region of space so that they develop an emotional attachment to it.
Re: Medieval Fantasy City Generator
#47Re: Medieval Fantasy City Generator
#48Earlier quoted context omitted.
The difficulty is that it is relatively easy to generate patterns that follow rules because computers are really good at it, but it is incredibly difficult to make an algorithm be creative. What we really want when we say we want an infinity to explore and interact with is that we want infinitely many new and interesting experiences, which procedural generation has been, thus far, unable to provide. This is not surpr…
But such a thing exists, life ;-)
Re: Medieval Fantasy City Generator
#49Earlier quoted context omitted.
Medieval cities were limited by the size of the fortification walls, so streets had to be as narrow as possible to save the valuable space. You don't have such limits with this, so you can turn all streets into boulevards if you like...
please no :(
Re: Medieval Fantasy City Generator
#50Earlier quoted context omitted.
The difficulty is that it is relatively easy to generate patterns that follow rules because computers are really good at it, but it is incredibly difficult to make an algorithm be creative. What we really want when we say we want an infinity to explore and interact with is that we want infinitely many new and interesting experiences, which procedural generation has been, thus far, unable to provide. This is not surpr…
>What we really want when we say we want an infinity to explore and interact with is that we want infinitely many new and interesting experiences Agree. > which procedural generation has been, thus far, unable to provide Disagree. I think Dwarf Fortress (and to a lesser extent, EVE Online) has shown how to do procedural generation that does result in interesting interactions. There are four important factors in succe…