We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65151f0 commit b4d3db0Copy full SHA for b4d3db0
Missionbasefiles/kp_liberation.green_sea/init.sqf
@@ -60,7 +60,7 @@ nul = [] execVM "RYD_FFE\FFE.sqf";
60
CHVD_allowNoGrass = false; // Set 'false' if you want to disable "Low" option for terrain (default: true)
61
// Brighter Nights
62
CHBN_adjustBrightness = 1;
63
-CHBN_adjustColor = [1.0,1.2,1.4];
+CHBN_adjustColor = [1.2,1.4,1.6];
64
65
// Temperature and humidity changes
66
[{
@@ -149,5 +149,5 @@ if (isServer) then {
149
publicVariable "KPLIB_initServerDone";
150
};
151
152
-//VAM_GUI: For changing camo and vehicle appearence without Zeus:
+//VAM_GUI: For changing camo and vehicle appearance without Zeus:
153
[] execVM "VAM_GUI\VAM_GUI_init.sqf";
0 commit comments