




Cube 2: Sauerbraten (German for "sour roast", also known as Sauer) is a cross-platform, Quake-like first-person shooter that runs on Microsoft Windows, Linux, FreeBSD and Mac OS X using OpenGL and SDL. The game features single-player and multiplayer gameplay and contains an in-game level editor, its main feature. The game engine is free and open source software, under the zlib License, with commercial support available from the developer's own business counterpart, Dot3 Labs.
The game media is released under various non-free licenses. The aim of the project is not to produce the most features and highest-quality graphics possible, but rather to allow map-editing to be done in real-time within the game, while keeping the engine source code small and elegant.
Support Summary
Game Information
Screenshots Comparison
Solutions & Issues
Getting the resolution right requires using command line parameters.
For example:
bin\sauerbraten.exe -w1920 -h1200 %1 %2 %3 %4 %5
will launch the game at 1920x1200.
But to adjust the FOV, just edit config.cfg, and find this line
fov 100
And increase it. No need to mess with the console.
The FOV calc doesn't give the right values for this game, though. 120 is correct for 16:10. I don't know what is correct for 16:9, but 130 sounds right. The max FOV is 150.






