Darkplaces engine

From Blood Wiki
(Difference between revisions)
Jump to: navigation, search
(Games)
(Games)
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{WIP}}
+
[[File:Darkplaces logo.png|alt=|link=|right]]
 
DarkPlaces game engine encompasses more than 10 years of research and development in the field of real-time game engine technology by Forest "LordHavoc" Hale and Rudolf "divVerent" Polzer.  
 
DarkPlaces game engine encompasses more than 10 years of research and development in the field of real-time game engine technology by Forest "LordHavoc" Hale and Rudolf "divVerent" Polzer.  
  
Based off GPL GLQuake engine source code released by id Software, DarkPlaces Game Engine is one of the most solid and robust 3D engines available. It lets you to unleash your creative potential at virtually no cost. Being an open source 3D game engine under the GPL license, it only requires you to credit its creator and share the fixes and new implementations you might have made for your application or game.
+
Based on id Software Quake technology, DarkPlaces Game Engine is one of the most solid and robust 3D engines available. It lets you to unleash your creative potential at virtually no cost. Being an open source 3D game engine under the GPL license, it only requires you to credit its creator and share the fixes and new implementations you might have made for your application or game.
  
 
==Features overview==
 
==Features overview==
 
This is rough feature overview written by Forest "LordHavoc" Hale.
 
This is rough feature overview written by Forest "LordHavoc" Hale.
  
<h3>Basic features</h3>
+
'''<font size=3>Basic features</font>'''
 
* Supported Platforms: '''Windows''', '''Mac OS X''', '''Linux'''
 
* Supported Platforms: '''Windows''', '''Mac OS X''', '''Linux'''
 
* Future Platforms: '''iOS''', '''Android (in development)'''.
 
* Future Platforms: '''iOS''', '''Android (in development)'''.
Line 17: Line 17:
 
* BlindID user hash generation for online leaderboards.
 
* BlindID user hash generation for online leaderboards.
  
<h3>Renderer</h3>
+
'''<font size=3>Renderer</font>'''
 
* API supported: Direct3D 9 Shader Model 3 (in development), OpenGL (all versions), OpenGL ES 2.0, and software rasterizer.
 
* API supported: Direct3D 9 Shader Model 3 (in development), OpenGL (all versions), OpenGL ES 2.0, and software rasterizer.
 
* Broad range of performance and tuning options allow the renderer to work on very old and new video cards.
 
* Broad range of performance and tuning options allow the renderer to work on very old and new video cards.
Line 45: Line 45:
 
* Textures: [[DDS]], [[TGA]], PNG, JPG, PCX.
 
* Textures: [[DDS]], [[TGA]], PNG, JPG, PCX.
  
<h3>Physics</h3>
+
'''<font size=3>Physics</font>'''
 
* Open Dynamics Engine for real-time physics simulations of rigid bodies, cloth (in development), ragdolls (in development).
 
* Open Dynamics Engine for real-time physics simulations of rigid bodies, cloth (in development), ragdolls (in development).
 
* Internal Quake physics with advanced high-performance collision engine (swept-box collisions and trimesh support, [[BIH | Bounding Interval Hierarchy]] culling technology).
 
* Internal Quake physics with advanced high-performance collision engine (swept-box collisions and trimesh support, [[BIH | Bounding Interval Hierarchy]] culling technology).
  
<h3>Scripting</h3>
+
'''<font size=3>Scripting</font>'''
 
* Powerful high performance scripting language QuakeC (similar to C language syntax) supports server side, client side and menu GUI scripting. Such features as Portal rendering (indoor), Model Level of Detail (LOD) system, clutter objects, impostors, seamless world, advanced AI, advanced in-game GUI, procedurally generated levels and many other features can be achieved entirely in script.
 
* Powerful high performance scripting language QuakeC (similar to C language syntax) supports server side, client side and menu GUI scripting. Such features as Portal rendering (indoor), Model Level of Detail (LOD) system, clutter objects, impostors, seamless world, advanced AI, advanced in-game GUI, procedurally generated levels and many other features can be achieved entirely in script.
 
* Virtual machine with full state saving/restoring and networking as basic features.
 
* Virtual machine with full state saving/restoring and networking as basic features.
Line 59: Line 59:
 
* Advanced menu and in-game GUI creation via QuakeC.
 
* Advanced menu and in-game GUI creation via QuakeC.
  
<h3>Sound</h3>
+
'''<font size=3>Sound</font>'''
 
* OGG Vorbis (for sounds as well as music), WAV and CD Audio playback.
 
* OGG Vorbis (for sounds as well as music), WAV and CD Audio playback.
 
* Doppler and pitch shifting effects (achievable through QuakeC scripting).
 
* Doppler and pitch shifting effects (achievable through QuakeC scripting).
  
<h3>Input Devices</h3>
+
'''<font size=3>Input Devices</font>'''
 
* PC/Mac keyboards and mice.
 
* PC/Mac keyboards and mice.
 
* Xbox 360 gamepad.
 
* Xbox 360 gamepad.
Line 69: Line 69:
 
* Multi-touch screens (in development).
 
* Multi-touch screens (in development).
  
<h3>Network</h3>
+
'''<font size=3>Network</font>'''
 
* Advanced networking protocol with distance-based priority system allowing thousands of entities visible at once.
 
* Advanced networking protocol with distance-based priority system allowing thousands of entities visible at once.
 
* QuakeC code can provide custom networking for even more optimal bandwidth usage and prediction.
 
* QuakeC code can provide custom networking for even more optimal bandwidth usage and prediction.
Line 76: Line 76:
 
* Server-side traceline culling to block wallhack cheats.
 
* Server-side traceline culling to block wallhack cheats.
  
<h3>Tools</h3>
+
'''<font size=3>Tools</font>'''
 
* Compatible with NetRadiant level editor.
 
* Compatible with NetRadiant level editor.
 
* Blender and other modeling apps have various ways to get content into the engine (IQM, SMD from HL2 exporters, Unreal PSK/PSA files, md5mesh+anim can be converted as well).
 
* Blender and other modeling apps have various ways to get content into the engine (IQM, SMD from HL2 exporters, Unreal PSK/PSA files, md5mesh+anim can be converted as well).
Line 88: Line 88:
 
* [http://www.xonotic.org/ Xonotic] - Fast-paced multiplayer first person shooter
 
* [http://www.xonotic.org/ Xonotic] - Fast-paced multiplayer first person shooter
 
* [http://www.alientrap.org/nexuiz/ Nexuiz Classic] - Xonotic predecessor
 
* [http://www.alientrap.org/nexuiz/ Nexuiz Classic] - Xonotic predecessor
* [http://www.transfusion-game.com/ Transfusion]
+
* [https://rexuiz.com/ Rexuiz] - another Nexuiz fork
 +
* [https://sourceforge.net/projects/chaosesqueanthology/ Chaos Esque Anthology] - yet another Nexuiz fork
 +
* [https://openquartz.sourceforge.net/index.html Open Quartz] - first free replacement for Quake
 +
* [https://github.com/MissLavender-LQ/LibreQuake LibreQuake] - new free replacement for Quake
 +
* [https://www.fortressone.org FortressOne] - free replacement for Team Fortress
 +
 
 
'''Commercial Games'''
 
'''Commercial Games'''
* [http://www.retroblazer.com/ Retro Blazer]
+
* [http://www.retroblazer.com/ Retro Blazer] - First person shooter that reminicent and a tribute to older shooters such as Doom and Quake
* [http://www.steel-storm.com/ Steel Storm]
+
* [http://www.steel-storm.com/ Steel Storm] - Top-down arcade shooter released on Steam
* [http://www.moddb.com/games/stealer-guy/ Stealer Guy]
+
* [http://tom.kot-in-action.com/ Tomes of Mephistopheles] - Medieval style dungeon crawl game (defunct)
 +
* [http://www.wrath.game/ Wrath: Aeon of Ruin] - old school boomer shooter
 +
* [https://store.steampowered.com/app/1156120/DOOMBRINGER/ DOOMBRINGER] - old school arena shooter
 +
 
 +
'''Gallery'''
 +
<gallery>
 +
File:Darkplaces xonotic.jpg|Xonotic
 +
File:Darkplaces blood omnicide.jpg|Blood Omnicide
 +
File:Darkplaces arcade quake.jpg|Arcade Quake - 2d platformer game
 +
File:Darkplaces nexuiz.jpg|Nexuiz Classic
 +
File:Darkplaces tomes of mephistopheles.jpg|Tomes of Mephistopheles
 +
File:Darkplaces custom1.jpg|Some custom map
 +
File:Darkplaces quake.png|Quake with high resolution textures
 +
File:Darkplaces e1m1 retextured.jpg|E1M1 retextured
 +
File:Darkplaces darsana.jpg|Darsana - medieval style multiplayer game
 +
File:Darkplaces retro blazer.jpg|Retro Blazer
 +
File:Darkplaces stealer guy.jpg|Stealer Guy
 +
File:Darkplaces steel storm.jpg|Steel Storm
 +
File:Darkplaces transfusion.jpg|Transfusion - remake of game 'Blood'
 +
File:Darkplaces the hunted.jpg|The Hunted - zombie fan game
 +
File:Darkplaces honeycomb.jpg|Honeycomb - a Quake custom level
 +
File:Darkplaces wraith.jpg|Wraith monster retextured
 +
</gallery>
  
 
[[Category:Darkplaces engine]]
 
[[Category:Darkplaces engine]]
 
{{finished}}
 
{{finished}}

Latest revision as of 06:32, 23 November 2023

DarkPlaces game engine encompasses more than 10 years of research and development in the field of real-time game engine technology by Forest "LordHavoc" Hale and Rudolf "divVerent" Polzer.

Based on id Software Quake technology, DarkPlaces Game Engine is one of the most solid and robust 3D engines available. It lets you to unleash your creative potential at virtually no cost. Being an open source 3D game engine under the GPL license, it only requires you to credit its creator and share the fixes and new implementations you might have made for your application or game.

[edit] Features overview

This is rough feature overview written by Forest "LordHavoc" Hale.

Basic features

  • Supported Platforms: Windows, Mac OS X, Linux
  • Future Platforms: iOS, Android (in development).
  • SIMD optimizations: SSE, SSE2.
  • Support for 32-bit and 64-bit architectures for Windows, Mac OS X and Linux.
  • Statistics and debugging features for tracking memory usage, textures, models and other assets.
  • Fully automated save/restore game system as part of the QuakeC Virtual Machine.
  • Compressed zip archive loading and automatic downloads via CURL library.
  • BlindID user hash generation for online leaderboards.

Renderer

  • API supported: Direct3D 9 Shader Model 3 (in development), OpenGL (all versions), OpenGL ES 2.0, and software rasterizer.
  • Broad range of performance and tuning options allow the renderer to work on very old and new video cards.
  • 64-bit Color HDR Rendering.
  • Anti-aliasing and coverage sampling.
  • OpenGL Quad-Buffer Stereo 3D rendering.
  • NVIDIA 3D Vision / NVIDIA Surround / NVIDIA 3D Vision Surround compatible (Direct3D 9 only).
  • NVIDIA SLI compatible.
  • AMD CrossFire compatible.
  • Dynamic per pixel lighting with shadowmaps or stencil shadow volumes
  • Photon-mapping global illumination (static or dynamic).
  • Compiled lightmaps with bump and specular features.
  • Normal mapping and Specular mapping with per-pixel hardness.
  • Offsetmapping and Reliefmapping.
  • sRGB tonemapping.
  • Deferred lighting (in development).
  • Glow textures.
  • Support for Quake 3 Arena 'shaders'.
  • Customizable particle system (effectinfo files as well as QuakeC scripting).
  • Motion blur.
  • Normal mapped environment cubemap reflections.
  • Dynamic water reflection and distortion effects and Fresnel factor.
  • Decal system with support for animated models.
  • Quake bsp and Quake 3 Arena bsp level support.
  • Skeletal model formats supported: IQM (recommended to use), DPM (compiled from HL2 SMD files or Doom 3 MD5 files), Unreal PSK/PSA.
  • Non-Skeletal Model: Quake MDL, Quake 2 MD2, Quake 3 MD3, OBJ.
  • Textures: DDS, TGA, PNG, JPG, PCX.

Physics

  • Open Dynamics Engine for real-time physics simulations of rigid bodies, cloth (in development), ragdolls (in development).
  • Internal Quake physics with advanced high-performance collision engine (swept-box collisions and trimesh support, Bounding Interval Hierarchy culling technology).

Scripting

  • Powerful high performance scripting language QuakeC (similar to C language syntax) supports server side, client side and menu GUI scripting. Such features as Portal rendering (indoor), Model Level of Detail (LOD) system, clutter objects, impostors, seamless world, advanced AI, advanced in-game GUI, procedurally generated levels and many other features can be achieved entirely in script.
  • Virtual machine with full state saving/restoring and networking as basic features.
  • QuakeC supports localized multilingual text, and automatic console variable access.
  • Graphic User Interface
  • TTF and OTF fonts support (using Freetype library).
  • Unicode (UTF8) support.
  • Built-in support for standard .po translation files for localization of text.
  • Advanced menu and in-game GUI creation via QuakeC.

Sound

  • OGG Vorbis (for sounds as well as music), WAV and CD Audio playback.
  • Doppler and pitch shifting effects (achievable through QuakeC scripting).

Input Devices

  • PC/Mac keyboards and mice.
  • Xbox 360 gamepad.
  • Standard PC joysticks and gamepads.
  • Multi-touch screens (in development).

Network

  • Advanced networking protocol with distance-based priority system allowing thousands of entities visible at once.
  • QuakeC code can provide custom networking for even more optimal bandwidth usage and prediction.
  • Automatic zip archive downloads via CURL library as specified by game server.
  • Automatic Client Side QuakeC code download when playing on modified servers.
  • Server-side traceline culling to block wallhack cheats.

Tools

  • Compatible with NetRadiant level editor.
  • Blender and other modeling apps have various ways to get content into the engine (IQM, SMD from HL2 exporters, Unreal PSK/PSA files, md5mesh+anim can be converted as well).

[edit] Community

  • QuakeOne - Quake 1 Resurrection portal
  • Inside3D - Quake's most active developers portal dedicated to modding and QuakeC coding

[edit] Games

Free Games

Commercial Games

Gallery

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox