mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-13 15:18:00 +03:00
Update README.md build.yml [skip ci]
This commit is contained in:
parent
f60e5eabee
commit
e86284b08c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
- name: Play demos
|
- name: Play demos
|
||||||
run: |
|
run: |
|
||||||
chown root ~
|
chown root ~
|
||||||
cp -r deps/regamedll/* .
|
rsync -a deps/regamedll/* .
|
||||||
mv $GITHUB_WORKSPACE/tests/mp.dll cstrike/dlls/mp.dll
|
mv $GITHUB_WORKSPACE/tests/mp.dll cstrike/dlls/mp.dll
|
||||||
|
|
||||||
descs=(
|
descs=(
|
||||||
|
17
README.md
17
README.md
@ -10,13 +10,12 @@ Regamedll_CS is a result of reverse engineering of original library mod HLDS (bu
|
|||||||
## How can use it?
|
## How can use it?
|
||||||
ReGameDLL_CS is fully compatible with official mod CS 1.6 / CZero by Valve. All you have to do is to download binaries and replace original mp.dll/cs.so
|
ReGameDLL_CS is fully compatible with official mod CS 1.6 / CZero by Valve. All you have to do is to download binaries and replace original mp.dll/cs.so
|
||||||
|
|
||||||
Compiled binaries are available here: [link](https://github.com/s1lentq/ReGameDLL_CS/releases)
|
## Downloads
|
||||||
|
* [Release builds](https://github.com/s1lentq/ReGameDLL_CS/releases)
|
||||||
|
* [Dev builds](https://github.com/s1lentq/ReGameDLL_CS/actions/workflows/build.yml)
|
||||||
|
|
||||||
Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
|
<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.
|
||||||
* 'pure' version is designed to work exactly as official mod CS
|
This means that plugins that do binary code analysis (Orpheu for example) probably will not work with ReGameDLL_CS.
|
||||||
* 'bugfixed' version contains some fixes and improvements
|
|
||||||
|
|
||||||
<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.
|
|
||||||
|
|
||||||
## How can use beta?
|
## How can use beta?
|
||||||
<pre>ReGameDLL_CS also have beta version with latest changes from official version of Counter-Strike.</pre>
|
<pre>ReGameDLL_CS also have beta version with latest changes from official version of Counter-Strike.</pre>
|
||||||
@ -104,13 +103,17 @@ Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
|
|||||||
* Extract all the files from an [archive](regamedll/extra/zBot/bot_profiles.zip?raw=true)
|
* Extract all the files from an [archive](regamedll/extra/zBot/bot_profiles.zip?raw=true)
|
||||||
* Enter `-bots` option at the command line HLDS
|
* Enter `-bots` option at the command line HLDS
|
||||||
|
|
||||||
|
## How to install CSCZ hostage AI for CS 1.6?
|
||||||
|
* Extract all the files from an [archive](regamedll/extra/HostageImprov/host_improv.zip?raw=true)
|
||||||
|
* Enter `-host-improv` option at the command line HLDS
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
### Checking requirements
|
### Checking requirements
|
||||||
There are several software requirements for building ReGameDLL_CS:
|
There are several software requirements for building ReGameDLL_CS:
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
<pre>
|
<pre>
|
||||||
Visual Studio 2013 and later
|
Visual Studio 2015 (C++14 standard) and later
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user