Quote:

how did you do the fog effect?




Never worked with fog? Set the fog color in WED or by script. And some code:

fog_color=1;
camera.fog_start=1000;
camera.fog_end=6000;

See manual for more...