2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-25 14:15:31 +03:00
Metamod is a plugin/DLL manager that sits between the Half-Life Engine and an HL Game mod, allowing the dynamic loading/unloading of mod-like DLL plugins to add functionality to the HL server or game mod. Metamod-r is improved version of metamod.
Go to file
2018-03-12 13:13:57 +03:00
buildSrc Refactoring versioning 2017-07-31 21:44:24 +07:00
gradle/wrapper Added gradle 2016-07-26 07:22:47 +07:00
metamod Fix #33 2018-03-11 02:23:01 +03:00
msvc Added example plugin 2017-06-26 23:38:39 +03:00
.editorconfig Add basic editor rules 2017-11-18 22:35:51 +07:00
.gitignore Implemented extension dll to avoid a list of entities e.g (linkgame.cpp). 2017-08-01 01:00:35 +07:00
build.gradle Refactoring versioning 2017-07-31 21:44:24 +07:00
getucrtinfo.bat Add support for VS2015/VS2017 in old gradle. 2017-07-31 19:41:53 +07:00
gradle.properties Refactoring versioning 2017-07-31 21:44:24 +07:00
gradlew Added gradle 2016-07-26 07:22:47 +07:00
gradlew.bat Added gradle 2016-07-26 07:22:47 +07:00
LICENSE Added gradle 2016-07-26 07:22:47 +07:00
publish.gradle publish.gradle: remove leading lib prefix 2017-11-18 22:40:04 +07:00
README.md readme.md update 2018-03-12 13:13:57 +03:00
settings.gradle Added gradle 2016-07-26 07:22:47 +07:00
shared_icc.gradle link libstdc++ dynamically (#10) 2017-06-29 01:25:21 +07:00
shared_msvc.gradle Add support for VS2015/VS2017 in old gradle. 2017-07-31 19:41:53 +07:00
shared.gradle Added gradle 2016-07-26 07:22:47 +07:00

metamod-r

Metamod-r is based on the original version of Metamod written by Will Day for Half-Life 1 with some improvements from Jussi Kivilinna (Metamod-p). This product contains a large number of performance optimizations and more pure code. The core was written using JIT compiler.

Metamod-r is incompatible with original HLDS. It's necessary to have installed ReHLDS (API 3.1+). There is no guarantee that the product will work in a different environment.

HLDS ReHLDS OS Download
API 3.1+ Download

Experimental Build Status GitHub issues GitHub forks GitHub stars

Distributed under GitHub license.

Documentation

  • All actual documentation in en English and ru Russian languages is placed at this link.

Supported games

Build instructions