Software:Cube 2: Sauerbraten

From HandWiki
Cube 2: Sauerbraten
Sauerbraten logo.png
Developer(s)Wouter van Oortmerssen, Lee Salzman, Mike Dysart[1]
Designer(s)Wouter van Oortmerssen
Composer(s)Marc A. "Fanatic" Pullen[1]
EngineCube 2 Engine
Platform(s)Microsoft Windows, Linux, FreeBSD, OpenBSD, OS X, Unix
ReleaseMay 6, 2004[2]
Genre(s)First-person shooter
Mode(s)Single-player, multiplayer

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, OpenBSD,[3] and Mac OS X using OpenGL and SDL.

The game features single-player and multiplayer gameplay and contains an in-game level editor. The game engine is free and open-source software, under the zlib License,[4] with commercial support available from the developer's business counterpart, Dot3 Labs.[5]

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.

Gameplay

Old logo

Cube 2 features singleplayer and multiplayer, the latter offering LAN, local, and online play. The game features multiple modes, such as deathmatch, Capture the Flag, and variations thereof. Players can also engage in online cooperative map editing. Single-player modes feature both episodic gameplay and deathmatches on multiplayer maps with AI bots instead of human opponents.

History

Development

Cube 2: Sauerbraten started as a redesign of the original Cube game engine.[6][7] The engine is written in C++ and OpenGL. The game shares most of its design goals and philosophy with its predecessor, but uses a new 6-directional heightfield (or octree)[dubious ] world model. The game was ported to iOS by FernLightning.[8]

Derivatives and forks

Since the engine code is open-source, a number of forks and derivatives have been based on it,[9] most notably:

  • Red Eclipse, a fork of Cube 2 with improvements to the engine featuring a different style of gameplay. With version 2.0, it has been ported to the engine of Tesseract.[10][11]
  • Tesseract, which features an improved version of the Cube 2 game engine. It offers better graphics, but has higher system requirements.[12][13][14][15][16]
  • OctaForge is a fork of Tesseract.[17]
  • Tomatenquark is a fork of Cube 2 that is available from Steam.[18]
  • Cardboard is fork created for the shooter game Carmine Impact available on Steam.[19]
  • Syntensity was a fork of Cube 2 focused on creating online content using the Intensity engine.[20][21]
  • In 2012, Mozilla researcher Alon Zakai created a browser based demo called BananaBread by using Emscripten to port the C++ code to JavaScript and WebGL.[22]

Features

Rendering engine

Cube 2's rendering engine is designed around modern graphics processing units, which perform best with huge batches of geometry already stored in video memory. Lighting is precomputed into lightmaps—image files that correspond to geometry as textures—for efficient batching, with an additional stored directional component, that allows for efficient shader-based lighting effects. The original Cube engine's rendering engine assumed that overdraw (where polygons that do not appear in the final scene are occluded via the z-buffer) was more processor-intensive than sending new streams of triangles to the graphics processing every frame, which vastly limited its performance on more modern hardware where memory bandwidth is a greater limiting factor. The most recent releases (starting with "CTF Edition") support a precomputed visibility system (PVS) for graphics cards that do not support hardware occlusion.

Real-time editing

An example of a primitive cube subdivision

Cube 2: Sauerbraten uses a 6-directional heightfield (or octree) world model. An octree, in Sauerbraten, is a cube that can be split into eight smaller cubes; those smaller cubes are also octrees, and can be subdivided further. This allows much more complex level geometry and easier editing.

Each cube-shaped node in the octree represents a renderable volume, or a type of Marching cube, which are referred to as a cube, where each edge of this cube can be lengthened or shortened to deform the cube into a variety of other shapes. Corners of cubes can also be "pushed" or "pulled" to create crude curves. The what you see is what you get realtime editing has enabled level designers to add a lot of detail to maps, while reducing the time spent on actual creation. This is in contrast to traditional modern polygon soup 3D engines which take a model generated as an essentially random batch of triangles from an external modelling program and attempt to spatially subdivide the model's triangles after the fact by splitting them to fit into tree structures, such as a BSP tree or even an octree, that require costly pre-processing to build. Cube 2's novelty thus lies in that the world representation is the octree, or Marching cubes, structure itself, from which efficient triangle batches are generated for the graphics processing unit to render, without need for expensive and time-consuming pre-processing.[23]

Reception

The game has been shown in a Burger King television commercial.[24][25] It also received four out of five stars in a MacWorld UK review[26] and was mentioned in Issue 3 of Games for Windows: The Official Magazine (as well as their "101 Free Games" article), where it was described as being "perfect for both stingy and creative gamers alike".[27]

The "CTF Edition" was reviewed positively by Phoronix, a Linux-focused hardware and software review website,[28] as well as Linux.com,[29] a website providing news related to free and open-source software. PC World recommended the in-game editor for amateur game design.[30]

See also

  • Cube
  • List of free first-person shooters
  • List of open source games
  • Platinum Arts Sandbox Free 3D Game Maker

References

  1. 1.0 1.1 Sauerbraten Team (2009). "Sauerbraten Credits/Authors". sauerbraten.org. Sauerbraten. http://sauerbraten.org/README.html#credits_slash_authors. 
  2. "Cube 2: Sauerbraten". https://www.gamespot.com/games/cube-2-sauerbraten. 
  3. "CVS log for ports/Games/Sauerbraten/Makefile". https://cvsweb.openbsd.org/ports/games/sauerbraten/Makefile. 
  4. Sauerbraten Team (2008). "Sauerbraten License". sauerbraten.org. Sauerbraten]. http://sauerbraten.org/README.html#license. 
  5. Dot3 Labs (2008). "Dot3 Labs - Sauerbraten Technology". dot3labs.com. Dot3 Labs]. http://dot3labs.com/sauerbraten.php4. 
  6. "Sauerbraten FPS Updated". insidemacgames.com. Inside Mac Games. 2007-04-18. http://www.insidemacgames.com/news/story.php?ArticleID=14975. 
  7. "Sauerbraten 2008_06_20". macupdate.com. MacUpdate. http://www.macupdate.com/info.php/id/21106/sauerbraten. 
  8. Snow, Jean (2008-10-27). "Cube, Open Source FPS, Comes to iPhone". Wired. https://www.wired.com/2008/10/fps-on-iphone-c/. Retrieved 2023-04-10. 
  9. Nixot (2012-04-23). "A list of every cube and sauerbraten mod ever". http://cubeengine.com/forum.php?action=display_thread&thread_id=2536&start=0. 
  10. "Red Eclipse: A free arena shooter featuring parkour". https://www.redeclipse.net/. 
  11. "Red Eclipse: Documentation - Information for v2". https://www.redeclipse.net/docs/Information-for-v2. 
  12. Salzman, Lee (April 18, 2012). "Announcing Tesseract...". http://cubeengine.com/forum.php4?action=display_thread&thread_id=2534. 
  13. Larabel, Michael (April 24, 2012). "Cube 2's Tesseract Vastly Improves Graphics". https://www.phoronix.com/scan.php?page=news_item&px=MTA5MjM. 
  14. "Tesseract page". http://tesseract.gg/. 
  15. Lee Salzman's page, creator of Tesseract
  16. Dawe, Liam (12 May 2014). "Tesseract A Brand New Open Source FPS Derived From Cube 2: Sauerbraten". https://www.gamingonlinux.com/2014/05/tesseract-a-brand-new-open-source-fps-derived-from-cube-2-sauerbraten/. 
  17. "OctaForge". https://download.tuxfamily.org/sdtraces/BottinHTML/Bottin_K-O_files/OctaForge-12117.html. 
  18. Dawe, Liam (25 May 2020). "Free and open source FPS 'Tomatenquark' releases on Steam". https://www.gamingonlinux.com/2020/05/free-and-open-source-fps-tomatenquark-releases-on-steam/. 
  19. "Carmine Impact". https://www.igdb.com/games/carmine-impact. 
  20. Mr. Psychopath (2009-12-19). "Syntensity". https://www.fosgames.com/node/18. 
  21. "Make your own games with Syntensity". 2010-11-15. https://www.dedoimedo.com/games/game-engines-syntensity.html. 
  22. Paul, Ryan (28 August 2012). "Firefox 15 arrives, supports compressed textures for impressive 3D gaming". Ars Technica. https://arstechnica.com/information-technology/2012/08/firefox-15-arrives-supports-compressed-textures-for-impressive-3d-gaming/. 
  23. Wouter van Oortmerssen. "Sauerbraten initial development documentation". http://sauerbraten.org/docs/dev/readme_developer.txt. 
  24. Wouter van Oortmerssen (2006). "Sauerbraten in Burger King TV commercial!!". cubeengine.com. Cube Engine Games]. http://cubeengine.com/forum.php4?action=display_thread&thread_id=1145. 
  25. "Burger_King_Girlfriend_out_of_town_DC_25sec.mpg". sauerbraten.org. http://sauerbraten.org/Burger_King_Girlfriend_out_of_town_DC_25sec.mpg. 
  26. Hodge, Karl (2007-06-29). "Cube 2: Sauerbraten Review". macworld.co.uk. MacWorld UK. http://macworld.co.uk/macsoftware/reviews/index.cfm?reviewid=2230. 
  27. Games for Windows: The Official Magazine: 58, February 2007 
  28. Larabel, Michael (2008-06-21). "Sauerbraten CTF Edition". phoronix.com. Phoronix. https://www.phoronix.com/scan.php?page=article&item=sauerbraten_ctf&num=1. 
  29. Sharma, Mayank (2008-08-26). "Frag 'em in your own backyard with Sauerbraten". linux.com. http://www.linux.com/feature/145339. 
  30. Harac, Ian (2010-06-04). "Design Your Own First-Person Shooter for Free With Cube 2: Sauerbraten". https://www.pcworld.com/article/507370/cube_2_sauerbraten-2.html. 

External links