安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I'm gonna tentatively say that I will try not to delve into biomes territory; there would probably need to be a lot of learning to be done to get there, and there already exists mods that complete this feature. I'm including some below for you, in case you're interested:
Force Biomes - this one allows you to pick and choose which biomes you like.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=926178831
Triple MacTusk - this is exactly what you're looking for, and should be compatible with most if not all mods. If I incorporate triple mactusks into this mod, it'd likely have to include a lot of code (or ideas) from this mod too, so I don't want to step on too many toes just yet.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=885426046
Megarandom World Generation - this one is if you wanna go all out and create a massive world of some form, outside the vanilla worldgen parameters. Well-maintained, tested to be compatible with some other ambitiously-large mods.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1073203411
They spawn in the same way as the insane pig (UNSURE), like this below.
---------
AddRoom("Clearing",
value = GROUND.FOREST,
countstaticlayouts={["MushroomRingLarge"]
-------------
AddRoom("DeciduousClearing", {
value = GROUND.DECIDUOUS,
countstaticlayouts={["MushroomRingLarge"]
---------
PS: But perhaps even custom tasks for different colors (mushrooms) instead of just a random chance to spawn 1 variety of color.
So like MushroomRingLargeRed, MushroomRingLargeBlue, MushroomRingLargeGreen.
This way we can spawn every large mushroom ring.