// display width
width 1280

// display height
height 1024

// Allow FSAA mode.
fsaa 0

// Use Fog.
fog 1

// activate smooth mode
smooth 1

// disables fog rendering
no fog

// set the color mode
rgb 555

// Select alpha bit
Alpha bit 1

ok use fog = 1 , haven't seen any fog yet , i suppose its about gfx effect fog and not the fog of war

so

is that because of disable fog for rendering = no fog ? if i want to use fog what should i type ? disable fog for rendering = fog ?

then , smooth mode =1 ; i liked the sharper terain gfx of DD instead of the washed out gfx of BD when zoomed in , i tried to set this to smooth = 0 but did't seem to help

and lastly ; what exactly is alpha bit ?

tx for any clarifications