All Projects → gildor2 → Quake2

gildor2 / Quake2

Licence: other
Quake 2 modification with new renderer and many other unique features.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
perl
6916 projects
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Quake2

quakejs
Fork of inolen/quakejs with additonal content server, local play page, and start-stop script
Stars: ✭ 79 (+154.84%)
Mutual labels:  games, quake, quake3
PokemonBattleEngine
A C# library that can emulate Pokémon battles.
Stars: ✭ 92 (+196.77%)
Mutual labels:  games, engine
netradiant-custom
The open-source, cross-platform level editor for id Tech based games.
Stars: ✭ 154 (+396.77%)
Mutual labels:  games, quake
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (+293.55%)
Mutual labels:  games, engine
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (+22.58%)
Mutual labels:  quake, half-life
EtherEngine
简明易用的 Lua 跨平台游戏接口
Stars: ✭ 132 (+325.81%)
Mutual labels:  games, engine
Opendiablo2
An open source re-implementation of Diablo 2
Stars: ✭ 10,057 (+32341.94%)
Mutual labels:  games, engine
vkOpenArena
Old games never die, they just fade away...
Stars: ✭ 58 (+87.1%)
Mutual labels:  engine, quake3
rpgwizard
2D RPG Game creator
Stars: ✭ 37 (+19.35%)
Mutual labels:  games, engine
Nero-Game-Engine
Advanced SFML Game Engine, Designed to be Simple and Intuitive
Stars: ✭ 50 (+61.29%)
Mutual labels:  games, engine
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+1951.61%)
Mutual labels:  games, engine
Fractal Engine
WIP 3D game engine with editor and other stuff
Stars: ✭ 152 (+390.32%)
Mutual labels:  games, engine
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+709.68%)
Mutual labels:  games, engine
quakestats
Quake 3 Arena / Quake Live match processing app
Stars: ✭ 18 (-41.94%)
Mutual labels:  quake, quake3
john-carmack-plan
An archive of John Carmack’s .plan files in readable markdown format
Stars: ✭ 113 (+264.52%)
Mutual labels:  quake, quake2
sledge-formats
C# parsers and formats for Half-Life 1 and related engines.
Stars: ✭ 35 (+12.9%)
Mutual labels:  half-life
EpicGraphQL
Research about the Epic's non-documented Graphql API and main API, using Fiddler and Developer Tools to find requests and add them.
Stars: ✭ 22 (-29.03%)
Mutual labels:  games
enigma-go
Go library for consuming Qlik's Associative Engine.
Stars: ✭ 36 (+16.13%)
Mutual labels:  engine
bridgx
BridgX is an Open Source Cloud-Native infrastructure engine aimed to split and manage Hybrid-Cloud&Multi-Cloud computing power, schedule and scale Containers.
Stars: ✭ 204 (+558.06%)
Mutual labels:  engine
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (+1267.74%)
Mutual labels:  engine

Quake2

My own Quake 2 modification. Has a lot of unique features.

Source code: https://github.com/gildor2/Quake2

For more details, please visit http://www.gildor.org/en/projects/quake2

Just a brief list of major features

  • Support for game levels (maps) from other games: Quake 1, Half-Life, Quake 3, Kingpin. Those levels are playable with standard Quake 2 game and mods, level entities are converted into Q2 at loading time.
  • Transparent support for Quake 3 player models: when one of clients will not have one, or when client is playing with different engine (original Q2 etc) - standard model will be used. Q3 player models has a possibility to use Q2 weapon models.
  • Full network compatibility with original Quake 2 servers and clients.
  • Improved user interface: it's still looking like Quake 2, but has things originally missing there, like level screenshots etc.
  • More customization of player, for example a possibility to stylize railgun effect (like Q3A does).
  • Possibility to customize levels, mainly to add FX to it. Called "level patch".
  • Some eye-candy features like lens-flares, directional lighting etc.
  • Heavily optimized renderer (actually made a entirely new renderer), using fixed pipeline OpenGL functions. One of features is correct dynamic directional lighting for game models.
  • Gameplay features like "camper sounds", "falling sounds".
  • Reviewed collision and game physics system, fixed many bugs there (and sorry, some exploits used by "hardcore gamers" will not work anymore).
  • Lots of debugging console and 3D stuff which is possibly not interesting for most of people.

More detailed list of additions to the engine could be found in 4.XX_Changes.txt.

I didn't find a good name for this engine modifications, don't like things like "Quake 2 Pro", "Quake 2 XP", "Quake 2 2019", "Super Duper Quake 2" etc. So I simply called it "Quake 2 4.0", as the recent vanilla Quake 2 has version 3.21.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].