mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-03 06:02:15 -05:00
Add consoomer mod
This commit is contained in:
parent
f4513c28fd
commit
295c66c68e
@ -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
18
mods/consoomer_edition.sh
Executable 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"
|
Loading…
Reference in New Issue
Block a user