caveexpress
caveexpress copied to clipboard
The windowed display does not work
On my Debian Sid distro, the windowed display does not work. When i click on the FullScreen Off button (Graphics menu), it display on my console INFO: (LOG_COMMON): activewindow => settings INFO: (LOG_COMMON): fullscreen => changed value to: false INFO: (LOG_COMMON): fullscreen => changed value to: false INFO: (LOG_UI): pop window settings INFO: (LOG_COMMON): popwindow => settings But the game remain in fullscreen, even if i restart the game
~/dev/caveexpress$ ./cavepacker -set width 640 -set height 480 -set fullscreen false
Windowed might still use the full desktop resolution, could you please verify whether this works for you?
./cavepacker -set width 640 -set height 480 -set fullscreen false or $ ./caveexpress -set width 1280 -set height 1024 -set fullscreen false (Below this resolution it's not pleasant to play with caveexpress) Works well Is it possible to activate those commands from the interface?
those are cvars - they are all available via the in-game-console. But it looks changing them at runtime is was this bug is about ;)