Game Manual - Configuration
We have not implemented a config tool yet, since we don't even know yet what you will be able to config in the final version (controls,...)
Thus, you have to edit our config file directly, but since it's pretty simple, that shouldn't hurt too much.
This is how you do it: Open the emcbase.cfg with the Editor, Wordpad or whatever. Under "screen_width =" and "screen_height =" you can edit the screen resolution. Make sure to use standard ones, like 800x600 or 1024x768, or OpenGL will probably complain. "scrren_bpp" is the pixel depth value. use 16 bit or 32 bit. Of course, you can also use 8 bit or whatever, but that probably won't look too good. To select windowed or fullscreen mode, change the "screen_fullscreen" value to 0 (window) or 1 (fullscreen). Leave the rest of the config alone, you could change the Font used in the game or so but we don't recommend it.