* few script changes; added new func "ScriptExists". * started an extractor tool; using StormLib (thx to Ladislaw Zezula!). for now convert some dbc files to scp. more stuff will follow. * some changes to the realm/world connect code; still needs a rewrite. * support conf parameters for GUI (check conf/gui.conf/gui.conf[.default] )
24 lines
395 B
Plaintext
24 lines
395 B
Plaintext
[#uppercase]
|
|
[GUI]
|
|
|
|
// drivers:
|
|
// 0: Nulldevice (no graphics)
|
|
// 1: fast but crappy software driver
|
|
// 2: good software driver, but slower
|
|
// 3: OpenGL
|
|
// 4: DirectX 8.1
|
|
// 5: DirectX 9.0c
|
|
driver=5
|
|
|
|
// resolution and more
|
|
resx=1024
|
|
resy=768
|
|
windowed=1
|
|
vsync=0
|
|
|
|
// use realtime shadows?
|
|
// works only with DirectX or OpenGL
|
|
shadows=1
|
|
|
|
// color depth; 16 or 32 bit
|
|
depth=32 |