Changed README.md
This commit is contained in:
parent
ad9072c908
commit
4a20f9edf4
1 changed files with 30 additions and 4 deletions
34
README.md
34
README.md
|
@ -6,16 +6,42 @@ Instagibserver with some special Sauce
|
||||||
|
|
||||||
You need to clone recurse with the submodules!
|
You need to clone recurse with the submodules!
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone --recurse-submodules https://git.hackmi.ch/amogus.tv/AmogusSpecialSauce.git
|
git clone --recurse-submodules https://git.hackmi.ch/amogus.tv/AmogusSpecialSauce.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Binary
|
||||||
- tbd
|
Under the "Releases" Tab in git, there are the major versions for download.
|
||||||
|
The tags were automatically build via CI.
|
||||||
|
|
||||||
|
## Building
|
||||||
|
For building you need an Linux based OS with gcc,g++ and bash.
|
||||||
|
|
||||||
|
Clone the repo as descripted above.
|
||||||
|
|
||||||
|
Compile the gmqcc Compiler:
|
||||||
|
```bash
|
||||||
|
cd gmqcc
|
||||||
|
make
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
|
|
||||||
|
Compile the specialsauce:
|
||||||
|
```bash
|
||||||
|
chmod +x build.sh
|
||||||
|
./build.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Now you have the sauce zipped in dist/compiled.zip
|
||||||
|
It contains:
|
||||||
|
```
|
||||||
|
- csprogs.dat
|
||||||
|
- progs.dat
|
||||||
|
- menu.dat
|
||||||
|
```
|
||||||
|
|
||||||
## Our Special Sauce
|
## Our Special Sauce
|
||||||
|
|
||||||
With this mod you can instantly reshoot on kill.
|
With this mod you can instantly reshoot on kill.
|
||||||
|
|
||||||
Added CVAR g_weapons_spawnshield_forbid_firing to the mix. If set on False, the Spawnshield will operate as usual, if set on true, you wont be able to shoot while having a Spawnshield.
|
Added CVAR g_weapons_spawnshield_forbid_firing to the mix. If set on False, the Spawnshield will operate as usual, if set on true, you wont be able to shoot while having a Spawnshield.
|
Loading…
Reference in a new issue