amogusspecialsauce/README.md

48 lines
1 KiB
Markdown
Raw Normal View History

2023-08-19 20:17:57 +00:00
# AmogusSpecialSauce
2023-08-19 20:33:34 +00:00
Instagibserver with some special Sauce
## ⚠ Clone ⚠
You need to clone recurse with the submodules!
2023-08-22 19:24:25 +00:00
```bash
2023-08-19 20:33:34 +00:00
git clone --recurse-submodules https://git.hackmi.ch/amogus.tv/AmogusSpecialSauce.git
```
2023-08-22 19:24:25 +00:00
## Binary
Under the "Releases" Tab in git, there are the major versions for download.
The tags were automatically build via CI.
2024-10-05 22:13:14 +00:00
For Downloading the latest / main package please use the Packages Tab (0.0.1 version -> main branch)
2023-08-22 19:24:25 +00:00
2023-08-19 20:33:34 +00:00
## Building
2023-08-22 19:24:25 +00:00
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 ..
```
2023-08-22 19:24:25 +00:00
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
With this mod you can instantly reshoot on kill.
2023-08-26 16:21:28 +00:00
Added CVAR g_spawnshield_blockfiring 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.