mgerhardy / caveexpress

CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
http://www.caveproductions.org/
Other
144 stars 20 forks source link

The windowed display does not work #105

Open goupildb opened 6 years ago

goupildb commented 6 years ago

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

mgerhardy commented 6 years ago

~/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?

goupildb commented 6 years ago

./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?

mgerhardy commented 6 years ago

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 ;)