From 794093708b2bf97071d40378ae0f392d9552c7f7 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Sun, 6 Dec 2015 03:32:33 +0600 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 48006608..968428bb 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,24 @@ At the moment, the work of reverse engineering continues ## How can use it? -At this stage we are working on the reverse engineering cs.so, so temporarily used library with hooks. -
    -
  1. -You should rename your original a file in the root HLDS filesystem_stdio.dll/so to filesystem_stdio2.dll/so -
  2. -
  3. -Put a compiled binary a file filesystem_stdio.dll/so in the root HLDS -
  4. -
+At the moment there is a workable CS 1.6 +Regamedll_CS is fully compatible with official mod CS 1.6 by Valve. All you have to do is to download binaries and replace original mo.dll/cs.so + +Compiled binaries are available here: http://nexus.rehlds.org/nexus/content/repositories/regamedll-snapshots/regamedll/regamedll/0.2-SNAPSHOT/ + +Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure' + + +Warning! Regamedll_CS is not binary compatible with original hlds since it's compiled with compilers other than ones used for original mod CS. This means that plugins that do binary code analysis (Orpheu for example) probably will not work with Regamedll_CS. + +## Current status + ## Build instructions There are several software requirements for building rehlds: