Very nice, something different, I'd be happy to see more of it.
Team3lost
Recent community posts
Is there or will there be a difficulty setting for the combat parts?
I love this game isn't another VN, but the combat feels a bit off. Enemies run circles around you, attacking at random, and have way too much health compared to the health of the MC and weapon durability. I really like the real-time combat but an Easy mode would be nice.
Thank you,
+1
Edit: I found a walkthrough of sorts but I think some things are still be worked through and flushed-out.
https://docs.google.com/spreadsheets/d/1fDTga-dhWarmZjoPLGN9X85UqCQwDj1L9NpInVcV...
First, let me say Thank you.
I really like this game, and I am happy to see it is still 'something' and not abandoned.
With the latest build I am a bit crossed with berserk mode and ghosts catching me entering a room or appearing out of a door way. A bit of pause before the attack would be nice
Thank you
From what I've found from heavily AI-created games, they all feel lacking; Soulless is the best way to put it; all the correct elements are there and it's functional, but doesn't feel "Good".
I do feel bad for the artists who are being outsourced or replaced by AI but I think there is a light at the end of the tunnel.
Also Love your games dude!
I am on Linux Arch, seeing the issue below:
#!/bin/sh
PYTHON="py3"
SCRIPT="$0"
# Resolve the chain of symlinks leading to this script.
while [ -L "$SCRIPT" ] ; do
LINK=$(readlink "$SCRIPT")
case "$LINK" in
/*)
SCRIPT="$LINK"
;;
*)
SCRIPT="$(dirname "$SCRIPT")/$LINK"
;;
esac
done
# The directory containing this shell script - an absolute path.
ROOT=$(dirname "$SCRIPT")
ROOT=$(cd "$ROOT"; pwd)
# The name of this shell script without the .sh on the end.
BASEFILE=$(basename "$SCRIPT" .sh)
if [ -z "$RENPY_PLATFORM" ] ; then
RENPY_PLATFORM="$(uname -s)-$(uname -m)"
case "$RENPY_PLATFORM" in
Darwin-*|mac-*)
RENPY_PLATFORM="mac-universal"
;;
*-x86_64|amd64)
RENPY_PLATFORM="linux-x86_64"
;;
*-i*86)
RENPY_PLATFORM="linux-i686"
;;
Linux-*)
RENPY_PLATFORM="linux-$(uname -m)"
;;
*)
;;
esac
fi
LIB="$ROOT/lib/$PYTHON-$RENPY_PLATFORM"
if ! test -d "$LIB"; then
echo "Ren'Py platform files not found in:"
echo
echo "$LIB"
echo
echo "Please compile the platform files using the instructions in README.md"
echo "or point them to an existing installation using ./after_checkout.sh <path>."
echo
echo "Alternatively, please set RENPY_PLATFORM to a different platform."
exit 1
fi
if [ -e "$LIB/$BASEFILE" ] ; then
exec $RENPY_GDB "$LIB/$BASEFILE" "$@"
fi
if [ -e "$LIB/renpy" ] ; then
exec $RENPY_GDB "$LIB/renpy" "$@"
fi
echo "$LIB/$BASEFILE not found."
echo "This game may not support the $RENPY_PLATFORM platform."
exit 1
Let me start by saying I'm loving this game!
Two questions, 1. Is the a Gallery or somewhere I can re-watch scenes?
2. Not to spoil too much but will there be a way to get back at the people who tricked or corrupted you? Part of me wants to see all the corrupted scene but only if I get to give it to those who gave it to me. So you slowly become the Batman in some odd twisted way.
Anyways, keep up the good work!
Hi mrdrnose,
First Off, Love the game! Anytime I need to watch a YouTube video to learn what is going on and can still say I am having a great time I feel something is being done right. Like it's complicated enough to not get it on the first try but fun enough to keep me coming back.
Suggestions:
Just as an accessory it would be nice to have Cheats/Sandbox mode as a checkbox in story mode. So if I want to break from my current story to try something out it is possible.
Also Multiple save slots would also be nice. I am new to the game so there are a lot of things I don't understand or want to test, but at the same time I don't want to ruin my current run.
This one maybe for more long-term but having something more console friendly would be nice, I am playing on the Steam Deck and there are things you can't do without a keybored. I honestly think this game would do great with a larger audience.
This one might also be planned but being able to increase or decrease the Food and Energy bar would be nice. Like I'm in it for the programming, exploring and scares; having to manage my hunger kinda takes me out of it.
Thank you,
I might be up sh*t creek but I'll try and post anyways.
So I played 4 hours of the Demo on my Steam Deck (absolutely love the game and hope you go far with is) and got the v0.2.0.1 version but something is wrong. The opening screen isn't in English, and nothing happens when I select "English" in the starting screen. If I start the game anyways it just freezes.
I ran the v0.2.0.1 version on my windows 11 PC and it runs like normal.
It sounds like this game doesn't support Linux so I understand if no one is able to help, but if anyone have any idea how I can get the update working on my Steam Deck that would be a huge help.
Thank you
