Add consoomer mod

This commit is contained in:
Miloslav Číž 2023-06-11 01:41:01 +02:00
parent f4513c28fd
commit 295c66c68e
2 changed files with 19 additions and 1 deletions

View File

@ -10,7 +10,7 @@ everywhere, made for the benefit of all living beings*
![](media/3screens.png)
**NOTE: for a more consoomerist experience there are now mods in the mod directory with which you may rice the game.**
**NOTE: for a more consoomerist experience there are now mods in the mod directory with which you may rice the game.** See `mods/consoomer_edition.sh`.
![](media/riced.png)

18
mods/consoomer_edition.sh Executable file
View File

@ -0,0 +1,18 @@
#/bin/sh
# Applies mods to Anarch to create a consoomer edition more suitable for a
# mainstream gaymer. Run from the root directory of the repository.
# by drummyfish
echo "making consoomer edition"
git apply mods/hd/hd.diff
git apply mods/crt.diff
git apply mods/movement_inertia.diff
git apply mods/full_zbuffer.diff
git apply mods/demo.diff
git apply mods/terminal_messages.diff
sed -i 's/\(SFG_VERSION_STRING ".*\)"/\1 consoomer"/g' texts.h
sed -i 's/SFG_PLAYER_DAMAGE_MULTIPLIER 512/SFG_PLAYER_DAMAGE_MULTIPLIER 300/g' settings.h # make the game easier
echo "DONE"