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
Thank you so much for your answer! I'll try this right away. Thanks!
In the path of this mod similar to 42.0\media\shaders is a file called basicEffect.frag.
Open it with notepad and you'll see a section with the following code
const float lc = 0.2; // 灯光
const float ac = 1.6; //环境光
const float sc = 1.4; //饱和度
These are the rendering parameters I set aside, the first determines the light brightness factor, the second implies the ambient light brightness factor, and the third implies the saturation factor.
You need to change the third one, which will look like this.
const float lc = 0.2; // 灯光
const float ac = 1.6; //环境光
const float sc = 1.0; //饱和度
Making any changes to these won't affect game saves, so you can try it yourself without any risk.Remember to back up the files you are going to modify just in case.
https://steamcommunity.com/sharedfiles/filedetails/?id=3422081809
From what I remember I think it was this mod that had a backpack that could mount a weapon, the backpack model was hidden by me. There are a lot of similar mods I'm not sure.
In case of that, consider to move id=<ModName_Here> to the last line of mod.info file.