Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2762058852
#ifdef PDX_OPENGL // for Linux
float vFoWDiffuse = tex2D( FoWDiffuse, ( vPos.xz + 0.5f ) / 256.0f + vFoWOpacity_Time.y * 0.02f ).r;
#else
float vFoWDiffuse = tex2D( FoWDiffuse, 0.5f ).r;
#endif
( tested, it works ;) )
Thumbnail="Thumbnail.png"
should be:
picture="Thumbnail.png"
The working file says:
float vFoWDiffuse = tex2D( FoWDiffuse, ( vPos.xz + 0.5f ) / 256.0f + vFoWOpacity_Time.y * 0.02f ).r;
the other one:
float vFoWDiffuse = tex2D( FoWDiffuse, 0.5f ).r;
https://drive.google.com/file/d/1pJpHhUUXA9jTfi9Bci6JKn0NYkr-2WmN/view?usp=sharing
https://drive.google.com/file/d/1qxNr_LEJR-ZRucvbJWBegqjbBfJa1awp/view?usp=sharing
Tell me if the pink screen occurs, Thank you.
I know that I could restore the vanilla fog of war in order to revert it on my end. The problem is that the vanilla fog of war is butt-ugly and the fact that this mod changes it is a large part of the reason I use it. Is there any way to get rid of the pink screen WITHOUT doing that?