kacha=ftw=
Grunt
Posts: 15
Registered: 1-8-2004
Member Is Offline
|
|
Turning the sun off
Anoshi,
this may be a dumb question but how do you turn the sun off? Is in possible in a WAC file? I messed around with the sun settings with little effect.
I would like to use a day environment but get rid of the sun or at least tone it down. Any other details on this would be appreciated.
thanks in advance.
K=ftw=
|
|
|
Eagle_Eye
|
|
Copy and paste this into your text ed...have a play..
;TOD Test
;
;sun # # # sets sun rgb ENV override
;sky # # # sets sky rgb
;ground # # # sets ground rgb
;lightning # # # sets the color of the lightning
;cloud # # # sets the cloud color
;gain # # # sets the brightness of the whole scene
;skyfogcolor # # # set fogcolor to R,G,B (same as fogcolor)
;fogcolor # # # set fogcolor to R,G,B, changes in 1 second
;fogtype # set fog type 0=fog, 1=haze, 2=haze wall, 3=fog wall
;fogdist # sets fogdist to # meters (same as set(fog,#)
;
;************** Time of Day Change Fade to Night **************
if never and past 2 then ;Must occur after 1 tick or else will click to settings upon mission start
colorfade 1200 ;Time (in seconds, MAX 3600 = 1hr) to fade to settings below (Default 0)
cloud 6 6 6
skyfogcolor 4 4 4
fogcolor 8 8 8
fogtype 2
sunfade 100 120
colorfade 0 ;Reset Time variable to avoid resetting other mission event
colorfade 900
sun 2 2 2
sky 8 8 8
ground 2 2 2
colorfade 0
endif
Regards
EE
|
|
|
kacha=ftw=
Grunt
Posts: 15
Registered: 1-8-2004
Member Is Offline
|
|
Hey EE,
thanks for the quick response. That was some very useful info. Especially the sunfade command.
take care,
K=ftw=
|
|
|
anoshi
DFB Map Rater
    
Posts: 849
Registered: 1-25-2003
Location: Australia
Member Is Offline
|
|
good show eagle eye
|
|
|
Eagle_Eye
|
|
Thanks mate...still can't fill your shoes thou mate..
|
|
|
anoshi
DFB Map Rater
    
Posts: 849
Registered: 1-25-2003
Location: Australia
Member Is Offline
|
|
ever seen me try to skin an ah-6?
trust me, you don't know your own value eagle eye!
|
|
|
Eagle_Eye
|
|
Yeah, I suppose....I get spread pretty thin sometimes...now with the new EXP incoming, there's a heap of new stuff to do..items to make, skin...maps
etc..still need your knowledge...If I actually U2U'd you every time I scatched my head with some of the problems here..You'd still be reading
them...LOL..I've almost lost my Cool a few times this week....Repeating myself...over..and over...
|
|
|
chrislew200
Field Marshall
     
Posts: 3368
Registered: 3-30-2003
Member Is Offline
Mood: ~RSU~ Is Home
|
|
i agree eagle if you notice i aint posted this much due to the failure of bt. but anyway as you will notice i no longer post replies twice in a row
cause i find it agrivating after the 20th time.
Note: im am wondering at this time if eagle is now bald. because if i scratched my head each time i was trying to work something out i would have a
dip in my skull.
Extra Note: did anyone notice that the note was the near enough the same size as the actual message i posted and that this extra note will be around
the same size as the last note.
|
|
|
HumanTarget
Skin Creator/DFB Staff
     
Posts: 1986
Registered: 10-1-2003
Location: Brisbane, Australia
Member Is Offline
Mood: Feeling Trgeted
|
|
lol chris. yeah very noticable now that u point it out to us mere plebs :P
|
|
|
KRULL*GP
Grunt
Posts: 1
Registered: 11-23-2003
Location: VIRGINIA, USA
Member Is Offline
Mood: Grim'z Pro
|
|
Day to Night
Thanks for the information on the day to night settings. Anoshi, it was good seeing your name in BHD/TS map rating again. And I hope better maps are
created from your comments.
Thanks,
KRULL
|
|
|
BoyTigas
Private

Posts: 22
Registered: 10-28-2003
Location: Toronto, Canada
Member Is Offline
Mood: swinging
|
|
What about from Night to Day?
I've seen one, but it didn't work.
Could someone post a working wac commands for changing Night to Day on this thread?
Thanks.
BT
[img]http://members.rogers.com/jdonnie64/images/projbtsig1@dfb.gif[/img]
"He who hesitates, didn't have his second cup yet..."
|
|
|
-Hawkeye-
Private

Posts: 40
Registered: 3-19-2003
Location: Michigan
Member Is Offline
Mood: Defenestrated
|
|
Well...
Just an idea, but: might one be able to set Colorfade properties to negative...giving the same effect as colorbrighten (which I assume doesn't exist)?
I would assume that, starting with a night map, you couldn't use any Sun settings as the sun doesn't appear on-screen.
"There are certain rules about war and rule number one is young men die. And rule number two is doctors can't change rule number one." - Col. Henry
Blake, MASH 4077
|
|
|
joselz
Colonel
   
Posts: 491
Registered: 4-24-2004
Location: Davie, Florida, 33325. United State
Member Is Offline
Mood: OUT of MAPPING
|
|
| Quote: | Originally posted by BoyTigas
I've seen one, but it didn't work.
Could someone post a working wac commands for changing Night to Day on this thread?
Thanks.
BT |
if never then
fogcolor(38,34,56)
fogdist(270)
fogtype(3)
skyheight(42)
endif
if never and past 2 then ;Must occur after 1 tick or else will click to settings upon mission start
colorfade 300 ;Time (in seconds, MAX 3600 = 1hr) to fade to settings below (Default 0)
cloud 240 240 240
skyfogcolor 112 111 96
fogcolor 116 116 98
sunfade 100 600
colorfade 0 ;Reset Time variable to avoid resetting other mission events
colorfade 600 ;Reset Time variable to avoid resetting other mission events
sun 98 75 63
sky 93 95 84
ground 47 47 47
colorfade 0 ;Reset Time variable to avoid resetting other mission events
endif
This was located in the SPBHD_19.WAC inside the Localress.pff.
J.L.
|
|
|
BoyTigas
Private

Posts: 22
Registered: 10-28-2003
Location: Toronto, Canada
Member Is Offline
Mood: swinging
|
|
Muchas Gracias! Senor josel 
I'll try it right now. brb.
[img]http://members.rogers.com/jdonnie64/images/projbtsig1@dfb.gif[/img]
"He who hesitates, didn't have his second cup yet..."
|
|
|
davesnow
DFB Map Rater
    
Posts: 947
Registered: 8-5-2003
Location: Jonesboro, Arkansas
Member Is Offline
Mood: Old'n'Cranky
|
|
Night and dark, but not TOO dark
There is one setting for night that is totally dark. How would I set my settings (!) to make it dark, but not totally dark. Like I'd want to be able
to see my HAND in front of my face, but I don't want to have to set fog distance to make it appear dark.
|
|
|