I plan on NOT using the original MBP skybox as that was a test.
You can obtain the 'skies' folder here:
(link to some place that doesn't exist anymore and shouldn't worry you but you still don't need to know it)
Overwrite the original 'skies' folder and you are set! The Day skybox is set to the default for all levels (currently)
Below, I have a picture of what each sky looks like and then the Sun code (for the mission file). The skybox MUST match the sky's Sun setting is (duh)
Day Sample:
Day Sun Setting:
new Sun() {
direction = 0.701976 -0.52137 -0.485184;
color = 1.400000 1.200000 0.400000 1.000000;
ambient = 0.300000 0.300000 0.400000 1.000000;
};
Sunrise Sample:
Sunrise Sun Setting UPDATED:
new Sun() {
direction = 0.638261 0.459006 -0.61801;
color = 1.400000 1.200000 0.400000 1.000000;
ambient = 0.300000 0.300000 0.400000 1.000000;
};
Night Sample:
Night Sun Setting:
};
new Sun() {
direction = 0.280868 0.579493 -0.76505;
color = 1.400000 1.200000 0.400000 1.000000;
ambient = 0.400000 0.400000 0.400000 1.000000;
};
Storm is coming tomorrow...