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-10 20:40:46 +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 Update metamod.cpp 2018-02-13 18:37:54 +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 Update README.md 2018-03-10 20:40:46 +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 Build Status Download License: GPL v3

GitHub issues GitHub forks GitHub stars Experimental

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. It is better to use with ReHLDS. Distributed under license GitHub license.

Documentation

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

Supported games

Build instructions