Update README.md

This commit is contained in:
s1lentq 2015-12-06 03:32:33 +06:00
parent fd665a9764
commit 794093708b

View File

@ -12,15 +12,24 @@ At the moment, the work of reverse engineering continues
</ul> </ul>
## How can use it? ## How can use it?
At this stage we are working on the reverse engineering cs.so, so temporarily used library with hooks. At the moment there is a workable CS 1.6
<ol> 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
<li>
You should rename your original a file in the root HLDS filesystem_stdio.dll/so to filesystem_stdio2.dll/so Compiled binaries are available here: http://nexus.rehlds.org/nexus/content/repositories/regamedll-snapshots/regamedll/regamedll/0.2-SNAPSHOT/
</li>
<li> Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
Put a compiled binary a file filesystem_stdio.dll/so in the root HLDS <ul>
</li> <li>'pure' version is designed to work exactly as official mod CS</li>
</ol> <li>'bugfixed' version contains some fixes and improvements</li>
</ul>
<b>Warning!</b> 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
<ul>
<li> Counter-Strike 1.6 - 100%</li>
<li> Counter-Strike: Condition Zero - 35%</li>
</ul>
## Build instructions ## Build instructions
There are several software requirements for building rehlds: There are several software requirements for building rehlds: