No description
Find a file
Phil b77030ac1d
Some checks failed
ci/woodpecker/push/1-build-latest Pipeline was successful
ci/woodpecker/release/4-build-tagged Pipeline failed
Changed CI tagged
2024-10-06 14:31:30 +02:00
.woodpecker Changed CI tagged 2024-10-06 14:31:30 +02:00
gmqcc@2fe0af00e7 Added Submodules 2023-08-19 22:51:43 +02:00
xonotic-data.pk3dir@45df581bba Changed data to xonotic-v0.8.6 2024-10-06 01:26:06 +02:00
xonoticspecialsauce/qcsrc Replaced ITEM_IS_LOOT 2024-10-06 12:49:02 +02:00
.gitattributes .gitattributes hinzugefügt 2023-08-25 20:14:43 +02:00
.gitignore changed build for ci 2023-08-19 22:57:04 +00:00
.gitmodules .gitmodules aktualisiert 2024-10-04 21:35:07 +00:00
build.sh Added Check for files in CI 2024-10-06 12:18:40 +02:00
ci-dependencies.sh ci-dependencies.sh aktualisiert 2023-08-20 11:03:57 +02:00
LICENSE Initial commit 2023-08-19 22:17:57 +02:00
README.md README.md aktualisiert 2024-10-05 23:16:16 +00:00

AmogusSpecialSauce

Instagibserver with some special Sauce

Clone

You need to clone recurse with the submodules!

git clone --recurse-submodules https://git.hackmi.ch/amogus.tv/AmogusSpecialSauce.git

Binary

Under the "Releases" Tab in git, there are the major versions for download. The tags were automatically build via CI. For Downloading the latest / main package please use the Packages Tab (0.0.1 version -> main branch)

Building

For building you need an Linux based OS with gcc,g++ and bash.

Clone the repo as descripted above.

Compile the gmqcc Compiler:

cd gmqcc
make
cd ..

Compile the specialsauce:

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.

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.