06-29-2015, 02:07 PM
Directory structure should be as follows:
And you run Colobot using switch:
Where ### is one of available graphics engines:
opengl -- OpenGL 1.4 engine (default)
gl21 -- OpenGL 2.1 engine
gl33 -- OpenGL 3.3 engine
auto -- automatically determines best available engine (added in dev branch)
Code:
Your-colobot-directory
- colobot.exe
- data
- ai
- fonts
- help
...
- shaders
- shaders go here
And you run Colobot using switch:
Code:
colobot.exe -graphics ###
Where ### is one of available graphics engines:
opengl -- OpenGL 1.4 engine (default)
gl21 -- OpenGL 2.1 engine
gl33 -- OpenGL 3.3 engine
auto -- automatically determines best available engine (added in dev branch)
"After three days without programming, life becomes meaningless."
~The Tao of Programming
~The Tao of Programming