The patch for the Penumbra:Necrologue 1.1 since steam updated The Dark Descent with 1.3 patch. The patch is contain both English and Russian versions. Now you can play in this mod on Mac, Linux and Windows OS. For steam version of Amnesia only.
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.
This comment is currently awaiting admin approval, join now to view.
This comment is currently awaiting admin approval, join now to view.
The game will now open, but when I start a new game, it crashes after the beginning scene every time.
This path for steam Amnesia only. It's must be automaticaly update to 1.3 version. Frictionalgames.com
This comment is currently awaiting admin approval, join now to view.
Necrologue_rus.sh not works if it is in the same folder as Amnesia (Linux Steam version).
I've changed Necrologue_rus.sh for proper work
---
#!/bin/bash
FCNAME="Necrologue"
# 32-bit operating systems
if [ `arch` != "x86_64" -a -e "./Amnesia.bin.x86" ]; then
./Amnesia.bin.x86 "Necrologue_rus/config/main_init.cfg"
else
# 64-bit operating systems
if [ -e "./Amnesia.bin.x86_64" ]; then
./Amnesia.bin.x86_64 "Necrologue_rus/config/main_init.cfg"
else
echo "Could not find game binary.";
fi
fi
---
-also you need to create steam_appid.txt file with AppID of Amnesia in steam/SteamApps/common/Amnesia The Dark Descent/ folder.
-and you need to add 2 lines into Necrologue_rus/config/main_init.cfg
DefaultMainSettingsSDL2 = "config/default_main_settings_sdl2.cfg"
DefaultUserKeysSDL2 = "config/default_user_keys_sdl2.cfg"