安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










this mod explicitly sets gravity to the value Vec(0, -10, 0), which conflicts with the game.
to solve the problem, we can:
1. make a local copy of the mod ( in the mod manager menu );
2. select the local version of this mod, and click the path at the bottom of the mod manager window;
3. open main.lua, replace all "SetGravity(Vec(0, -10, 0))" with "--SetGravity(Vec(0, -10, 0))" (or simply delete them);
4. in the mod manager, disable the original Natural Phenomena and enable the modified local version;
5. then it should work well with the new DLC.
hope that this helps.
it seems that the update on 6/25 should have fixed this but somehow it didn't work for me so use this method if you meet the same problem