From 295c66c68eead3153905834c6abb7737ca3f069b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 11 Jun 2023 01:41:01 +0200 Subject: [PATCH] Add consoomer mod --- README.md | 2 +- mods/consoomer_edition.sh | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100755 mods/consoomer_edition.sh diff --git a/README.md b/README.md index 1d78f5a..b2ca969 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/mods/consoomer_edition.sh b/mods/consoomer_edition.sh new file mode 100755 index 0000000..13d70fa --- /dev/null +++ b/mods/consoomer_edition.sh @@ -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"