# hardware resolution :
sizex = 320
sizey = 240

# view window :
height = 240 # window height
height_offset = 0 # window offset

# memory pools :
max_64k_slots = 171 # number of 64k aligned slots
max_screen_slots = 77 # number framebuffer slots

# fustrum/display pools :
max_polys = 2048 #1692
max_verts = 4096 #3534
max_edges = 8192 #6994

# parameters like the command line switches :

#WINDOWED
#NOSOUND
#COUNTERS
#DOCUMENTATION

#LOWQUALITY

ARCHIVE datas.dat
