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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
https://steamproxy.net/sharedfiles/filedetails/?id=3213378349
Also, sometimes it becomes the City texture, and other times the world becomes dark brown.
static const float GB_OPACITY_NEAR = 1.0f; // Transparency when camera is near
static const float GB_OPACITY_FAR = 0.85f; // Transparency when camera is far
Those are the vanilla values. I only made a change in the second line:
static const float GB_OPACITY_NEAR = 1.0f; // Transparency when camera is near
static const float GB_OPACITY_FAR = 0.9f; // Transparency when camera is far
Not sure if you can get rid of the gradients completely, but that's a way to modify their behaviour.
static const float GB_THRESHOLD = 0.05f; // interpolation time
to
static const float GB_THRESHOLD = 0.075f; // interpolation time
and
static const float GB_THRESHOLD2 = 0.25f; // interpolation time
to
static const float GB_THRESHOLD2 = 0.33f; // interpolation time
Feel free to upload your own version. If you want your mod to overwrite constants.fxh from my mod, you will have to add my mod as dependancy in the *mod file of your mod so that mine gets loaded first. There's a good guide on the ck2 wiki on how to do that.
Thanks for your tutorial videos, btw. They are great and helped me a lot to get into HoI4.
If you don't mind I'd like to upload this tweaked version of your mod? With full credit and link to this original of course.
Alternatively if you want to upload a tweaked version that I could link to that would also be awesome. I'm putting together a video of my recomended mod list for people and I really want to include this slightly tweaked version of your mod.
Please let me know, I plan to publish the video next week.
Any advice?