Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
On a related note, would it be possible to have dips in the landscape? Like a valley or canyon? That would make maps even more interesting. It could also work as a way to slow down vikings by digging out ditches around the walls. Then you could have bridges, or a building like bridges that builds across canyons and ravines. It would probably be hard to implement though :/ .
could interfeer with buildings but an idea
Or Tunnels to allow peasants/troops to pass underneath mountains
So for example, say we have a cave tile at coordinate (x = 5, z = 0), and also the grass tile above the cave at the same XZ position, but a different Y, then the game would try to find the cave tile by searching for a tile at (x=5, z=0), and this could return either of the 2 tiles, which can break a ton of stuff in the code.
The only exception to this system was castle walls, and how the devs solved that was they basically just added an entire seperate grid just for castle walls, so there are 2 pathfinding grids, one for literally everything in the game, peasants, vikings, ogres, buildings, and another just for troops to navigate castle walls.
Yeah that seems feasible. Though also consider the workaround above. Keep in mind also this is just for Caves, which would ultimately either just spawn wolves, or be for decoration. The tunnels I'm not to worried about.
Disclaimer: I haven't the faintest idea how the game engine actually works, this is just what I imagine might work from a logical standpoint.
The base for this could be: if a 3x3 or bigger wall segment field is built on flat ground the middle segments become grass land on which the player can build other stuff on.
If a wall segment is surrounded by elevated terrain the wall segment would become an elevated grass field.
With this change the game would allow for so much greater/cooler builds having two castles on two mountain tops connected by a bridge for example.
An additional thing could be longer bridges: so you'd be able to connect two towers or castles and build buildings below the bridge.
A bonus to Windmills placed on higher elevations.
To either increase the bonus they give to adjacent fields, or expand the aoe to make it easier to place farms on the uneven terrain.