https://github.com/FWGS/xash3d
DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://github.com/FWGS/xash3d
cross-platform-game game-engine goldsrc half-life multiplayer-game-engine pure-c xash3d-engine xash3d-fwgs
Last synced: about 1 month ago
JSON representation
DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
- Host: GitHub
- URL: https://github.com/FWGS/xash3d
- Owner: FWGS
- License: gpl-3.0
- Archived: true
- Created: 2015-02-05T14:24:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T12:24:02.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T02:18:17.839Z (6 months ago)
- Topics: cross-platform-game, game-engine, goldsrc, half-life, multiplayer-game-engine, pure-c, xash3d-engine, xash3d-fwgs
- Language: C
- Homepage: https://xash.su
- Size: 12.5 MB
- Stars: 552
- Watchers: 77
- Forks: 109
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Xash3D FWGS Engine [](https://travis-ci.org/FWGS/xash3d) [](https://ci.appveyor.com/project/a1batross/xash3d)
Latest version of the engine is available at:
https://github.com/FWGS/xash3dOrignal project: [Xash3D on ModDB](http://www.moddb.com/engines/xash3d-engine)
Xash3D Engine is a custom Gold Source engine rewritten from scratch. Xash3D
is compatible with many of the Gold Source games and mods and should be
able to run almost any existing singleplayer Half-Life mod without a hitch.
The multiplayer part is not yet completed, multiplayer mods should work just
fine, but bear in mind that some features may not work at all or work not
exactly the way they do in Gold Source Engine.Xash3D FWGS is a fork of Xash3D Engine, which aims on crossplatform and compatibility
with original Xash3D and Gold Source.- [Building and running Xash3D FWGS](https://github.com/FWGS/xash3d/wiki/Building-and-running)
- [Installing and setting up the server on Debian/Ubuntu Linux](https://github.com/FWGS/xash3d/wiki/How-to-set-up-a-Xash3D-Dedicated-Server-on-Debian-Ubuntu-Linux)# License
The library is licensed under GPLv3 license, see [COPYING](https://github.com/FWGS/xash3d/blob/master/COPYING) for details.
CMakeLists.txt files are licensed under MIT license, you will find it's text
in every CMakeLists.txt header.