• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

klaussilveira/qengine: Retro game engine for developers that enjoy creating game ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

klaussilveira/qengine

开源软件地址:

https://github.com/klaussilveira/qengine

开源编程语言:

C 97.4%

开源软件介绍:

qengine

Build Status GitHub license

qengine is a cross-platform retro game engine. It is aimed at nostalgic game developers that miss simple times and enjoy creating games like it's 1997. The software renderer provides the aesthetic that we all love and the engine limitations exist to make your creativity shine.

The engine is a fork of the Quake II codebase that focuses on serving as a base for standalone games. Unlike other ports, it does not aim at being compatible with mods or the base Quake II game. In fact, many features were removed to reduce the complexity of the codebase and make the process of creating new games on top of the engine easier and faster.

Some notable changes include:

  • Removal of overly specific gameplay code, such as enemies and weapons
  • Merge of modules into a single package. No more DLLs, just a single executable for client and another for server
  • Removal of OpenGL
  • Minimal dependencies

qengine screenshot

Free, open source and community-driven

qengine stands on the shoulders of giants from the Quake II community. The code is built upon Yamagi Quake II, which itself contains code from other amazing projects:

  • Hecatomb
  • Icculus Quake 2
  • KMQuake2
  • Q2Pro
  • QuDoS
  • r1q2
  • stereo quake
  • zeq2

Goals

  • Provide a clean and maintainable base game engine
  • Improve stability across different platforms
  • Enhance the software renderer
  • Improve documentation of asset pipeline

License

qengine is released under the terms of the GPL version 2. See the LICENSE file for further information.

Compiling

$ mkdir build
$ cd build
$ cmake ..
$ make

If you don't want to build the docs, or you don't want to install the deps they require, you can pass -DBUILD_DOCS=OFF to cmake.

$ cmake -DBUILD_DOCS=OFF ..
$ make

Running

The engine will look for game data in the assets folder. You can start from scratch, or use the original Quake II game data if you own it.

Tools

Included with the engine there are quite a few useful tools. They are:

Mapping

  • qbsp3
  • qrad3
  • qvis3
  • bspinfo

Textures

  • pcx2wal
  • pcx2pal
  • colormap
  • 16to8

UI

  • uigen
  • fontgen

Compiling maps

$ build/tools/qbsp3 assets/maps/sample.map
$ build/tools/qvis3 assets/maps/sample.bsp
$ build/tools/qrad3 assets/maps/sample.bsp

Base assets

In order to run, the engine needs a few base assets, such as sounds, models and UI textures. Most of them are already included in the assets folder.

Palette

The engine works with a 256 color palette. However, the colormap.pcx file is a 256x320 color re-arrangement of those colors, resulting in 64 shades of each.

A GIMP palette is included to facilitate creation of new graphics for the engine: assets/palette.gpl

If you want more creative freedom, you can easily create a new palette. Create a PCX file with the 256 colors you have chosen and then:

$ build/tools/pcx2pal palette.pcx palette.pal
$ build/tools/colormap palette.pal colormap.pcx



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap