Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
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.