1Jan

Cube 2 Sauerbraten Maps

Version
(as of 4/30/2015)
1
Platforms
LicenseOpen Source
CategoryGaming
More Info
(visit publisher's website)
Rating:

Cube 2: Sauerbraten - Map Editing. Editing In Cube 2; The Basics; Entities; Lighting; Materials; Cheat Sheet. Editing In Cube 2. Cube 2 (Sauerbraten) Release Various Licenses. Turok dinosaur hunter level 8. Blurb Industrial style CTF map suitable for 3v3 and 4v4. Map file fix-quadropolis.txt (20 bytes).

Software Overview

Main Features

  • Intense, FPS gameplay
  • Several single player and multiplayer modes
  • Online community of users that create and share mods, maps, and scripts

Cube 2: Sauerbraten is a first-person shooter (FPS) video game sequel to Cube, which was released in 2001. Much of the game was developed by Wouter 'Aardappel' van Oortmerssen but other persons have contributed, as It is an open source project.

The game features quick and intense gameplay similar to Doom 2 and Quake 1. You can choose from several single player and multiplayer game modes and edit maps as you play. The game also features an online community of users that create and share maps, mods, and scripts.

Cube 2: Sauerbraten provides fun gameplay that Doom 2 and Quake 1 players will enjoy. The game is friendly to beginners as it provides helpful documentation and tutorials on how to play. Cube 2: Sauerbraten is a fun and intense FPS game.

Supported File Types


Primary file extension

.OGZ – Cube 2 Map File

Other file extensions used by Cube 2 Sauerbraten 1

Supported File Types
.DMOCube 2: Sauerbraten Demo File
.MD3Quake 3 3D Model
.WPTCube 2 Waypoint File

Updated: April 30, 2015

Cube 2: Sauerbraten
Developer(s)Wouter van Oortmerssen, Lee Salzman, Mike Dysart[1]
Designer(s)Wouter van Oortmerssen
Composer(s)Marc A. 'Fanatic' Pullen[1]
Platform(s)Microsoft Windows, Linux, FreeBSD, OpenBSD, OS X, Unix
ReleaseMay 6, 2004
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[2], 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,[3] with commercial support available from the developer's business counterpart, Dot3 Labs.[4] 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.

Littlewood game trainer. See the, page that is a selection of cheats and strategies to overcome any hostility the game puts in front of you. Together with the cheats you can also find the list of objectives and trophies and how obtain them.We can also offer you the Trainer for this game.

Gameplay[edit]

Old logo

The game has singleplayer and multiplayer modes. Multiplayer functionality is possible with LAN, local, and online play. The Online play gets its server listings from a master server. Offered gameplay modes are Free-For-All (deathmatch), Capture (where teams fight for control of points on the map, all weapons allowed), Capture the Flag (two teams fight to capture the other's flag and return it to their base), Teamplay (defeat the other team's players to score points for your team), Tactics (FFA, but players spawn with random equipment), Efficiency (FFA, but players spawn with all equipment) InstaHold, where two teams have to possess a single flag for a minimum of 20 seconds to score points; Collect (kill enemy players and collect their skulls, which then have to be returned to the home base), and Protect (teams try to touch each other's flag). Instagib (rifles only, 99 pieces of ammo, one shot kill, no pick-ups), regenerative weapons, and Teamplay versions of some of the game modes are available, as well as online cooperative map editing—one of Cube 2's most interesting and popular features. There are also single-player modes featuring both episodic gameplay and deathmatches on multiplayer maps with AI bots instead of human opponents.

History[edit]

Development[edit]

Cube 2: Sauerbraten started as a redesign of the original Cubegame engine.[5][6]

The Cube 2: Sauerbraten engine is written in C++ and OpenGL. Cube 2: Sauerbraten shares most of its design goals and philosophy with its predecessor, but using a new 6-directional heightfield (or octree) world model.

Releases[edit]

Its first, developer-only, release was made on February 27, 2004.[7]

One of the latest releases, dubbed the 'Justice Edition', debuted on July 19, 2010,[8] adding two new player models, thirty new user-created maps, several new game modes, including Efficiency CTF, Efficiency Hold, Efficiency Protect, Hold, and InstaHold; a mini-map, clock, and crosshairs, among various other things. The latest release is called 'Collect Edition' and was released on January 4, 2013.

Derivatives and forks[edit]

Tesseract is both an improved version of the Cube 2 game engine and is also a fork from the Cube 2 Sauerbraten game. The game offers better graphics, but has higher system requirements.[9][10][11][12]

Inexor is a fork of Cube 2 intended to add more functionality. Eventually, it hopes to replace Sauerbraten.[13][14]

Red Eclipse was a fork of Cube 2 with improvements to the engine featuring a different gameplay. With version 2.0 it has been ported to the Tesseract engine.[15][16]

In 2012 a Mozilla researcher, Alon Zakai, created a browser based demo called BananaBread by using Emscripten to port the C++ code into JavaScript and WebGL.[17]

Features[edit]

Rendering engine[edit]

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[edit]

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.[18]

Reception[edit]

The game has been shown in a Burger Kingtelevision commercial.[19][20] It also received four out of five stars in a MacWorld UK review[21] 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'.[22]

The 'CTF Edition' was reviewed positively by Phoronix, a Linux-focused hardware and software review website,[23] as well as Linux.com,[24] a website providing news related to free and open-source software.

The game was quite popular; between 2004 and May 2017 the game was downloaded alone from Sourceforge.net over 5.3 million times.[25]

See also[edit]

References[edit]

  1. ^ abSauerbraten Team (2009). 'Sauerbraten Credits/Authors'. sauerbraten.org. Sauerbraten. Retrieved May 14, 2009.
  2. ^https://cvsweb.openbsd.org/ports/games/sauerbraten/Makefile
  3. ^Sauerbraten Team (2008). 'Sauerbraten License'. sauerbraten.org. Sauerbraten]. Retrieved June 12, 2008.
  4. ^Dot3 Labs (2008). 'Dot3 Labs - Sauerbraten Technology'. dot3labs.com. Dot3 Labs]. Retrieved June 12, 2008.
  5. ^'Sauerbraten FPS Updated'. insidemacgames.com. Inside Mac Games. 2007-04-18. Retrieved 2009-04-15.
  6. ^'Sauerbraten 2008_06_20'. macupdate.com. MacUpdate. Archived from the original on 2009-05-14. Retrieved 2009-04-15.
  7. ^Wouter van Oortmerssen (2004). 'Sauerbraten's initial release'. sourceforge.net. SourceForge. Retrieved July 9, 2010.
  8. ^'Cube 2: Sauerbraten - History'. sauerbraten.org. Sauerbraten. 2010. Retrieved July 19, 2010.
  9. ^Salzman, Lee (April 18, 2012). 'Announcing Tesseract..'
  10. ^Larabel, Michael (April 24, 2012). 'Cube 2's Tesseract Vastly Improves Graphics'.
  11. ^Tesseract page
  12. ^Lee Salzman's page, creator of Tesseract
  13. ^'Inexor Stays sauer, becomes better'. inexor.org. Retrieved 2016-11-20.
  14. ^'inexor-game/code'. GitHub. Retrieved 2016-11-20.
  15. ^'Red Eclipse: A free arena shooter featuring parkour'. www.redeclipse.net. Retrieved 2019-10-10.
  16. ^'Red Eclipse: Documentation - Information for v2'. www.redeclipse.net. Retrieved 2019-10-10.
  17. ^Paul, Ryan. 'Firefox 15 arrives, supports compressed textures for impressive 3D gaming'. Ars Technica. Retrieved August 29, 2012.
  18. ^Wouter van Oortmerssen. 'Sauerbraten initial development documentation'. Retrieved August 21, 2013.
  19. ^Wouter van Oortmerssen (2006). 'Sauerbraten in Burger King TV commercial!!'. cubeengine.com. Cube Engine Games]. Retrieved February 22, 2007.
  20. ^'Burger_King_Girlfriend_out_of_town_DC_25sec.mpg'. sauerbraten.org. Archived from the original on 2007-03-07. Retrieved 2007-02-22.
  21. ^Hodge, Karl (2007-06-29). 'Cube 2: Sauerbraten Review'. macworld.co.uk. MacWorld UK. Retrieved 2007-07-17.
  22. ^Games for Windows: The Official Magazine, p. 58, February 2007Missing or empty title= (help)
  23. ^Larabel, Michael (2008-06-21). 'Sauerbraten CTF Edition'. phoronix.com. Phoronix. Retrieved 2008-06-22.
  24. ^Sharma, Mayank (2008-08-26). 'Frag 'em in your own backyard with Sauerbraten'. linux.com. Linux.com. Retrieved 2008-08-28.
  25. ^stats 2000-05-18+to+2017-05-24 on Sourceforge.net (May 2017)
Sauerbraten linux game

External links[edit]

Wikimedia Commons has media related to Cube 2: Sauerbraten.
  • Sauerbraten project at SourceForge.net
  • BananaBread project on Github.com
  • Inexor project at Github.com
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Cube_2:_Sauerbraten&oldid=937694668'