Thread: [DFX2] Operation Twilight
View Single Post
  #4  
Old 06-16-2017, 02:17 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

COOP games won't run a custom environment file so the settings are approximated in the WAC

Code:
;START COOP SETTINGS - test time 0230 - 0500
if eq(curTOD,05:00) and never() then
	consol("Setting Environment")// for debug
	sky(18,20,16)
	sun(0,0,0)
	floor(16,17,16 )
	ceiling(250,255,250)
	ground(6,9,10)
	cloud(120,128,120)
	lightning(30,25,25)
	fog(4,2,3)
	fogtype(0)
	fogdist(1600)
	foglevel(1024)
endif
EDIT:
"I get in this map to test it and end up just wanting to camp out in it - LOL!"

Last edited by Guest001; 06-16-2017 at 02:41 PM.
Reply With Quote