安装 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 have a map mod I'm still working on and it uses semi transparent province borders. They look great zoomed in but the border texture causes "pop-in" and "flashing" when moving the camera around zoomed out.
You don't need this mod to do that. This mod removes all borders when zoom in. It can't remove them selectively.
I made the changes that you explained to the other guy how to do (borders disappear when zoomed out). What I also would like is for the borders between each country (which i think is border5) to still remain, but the other borders disappear.
Because this process is a little complicated, you need some modding skills. You can find basic ones in EU4 Wiki.
This mod tweaks all borders include sea, areas, etc.
Note: You shouldn't remove suffix f. It means floating point number in programming languages.
They're line 198 in /gfx/FX/border.shader and line 122 in /gfx/FX/strait.shader.
All you need is to reverse the signs of inequality. e.g. WATER_HEIGHT > 40.0f.
You can adjust the height where borders appear/disappear by changing the value 40.0f.
Good luck!
I would like to see provinces borders when zooming in (i.e when managing troop movement) while they would disappear when zooming out (displaying only area borders, then when zooming out even more, only countrdy borders).
How could I edit that ?