Post tutorial Report RSS Installing & Playing

A short tutorial detailing how to install and play Palistov's Holiday Series.

Posted by on - Basic Other

There are two different methods of purchasing Amnesia: The Dark Descent -- through the Frictional Games Store (retail installation) or through the Steam client. Launching the mod is different for both, and may also vary depending on what platform you are on.

-- RETAIL --

.:. Windows - Extract the PalistovHolidaySeries into your Amnesia - The Dark Descent/redist/ folder. Download the retail launcher here, and place it in that same directory. Launch the batch file and select which mod to play.

.:. Mac - Open up Terminal and type in (without quotes) 'open /Applications/Amnesia.app --args PalistovHolidaySeries/config/1_main_init.cfg'. This assumes Amnesia is installed in the Applications folder. If it is not, type in the appropriate path for the Amnesia application. Also, the number before '_main_init.cfg' corresponds to which mod launches. The list of mods and their enumeration can be seen further down the page.

.:. Linux - Extract the PalistovHolidaySeries folder to the same directory as your Amnesia client. Create a bash script with the following code. Place it where the bin files for Amnesia are.


#!/bin/bash
# 32-bit operating systems
if [ -e "./Amnesia.bin" ]; then
./Amnesia.bin PalistovHolidaySeries/config/1_main_init.cfg

else
# 64-bit operating systems
if [ -e "./Amnesia.bin64" ]; then
./Amnesia.bin64 PalistovHolidaySeries/config/1_ main_init.cfg

else
echo "Could not find game binary.";
fi

fi


-- STEAM --

.:. Windows - Extract the PalistovHolidaySeries folder to the Amnesia root. Launch the included batch file. Choose which mod to play and press enter.

.:. Mac - Open up Steam. Go to your games Library and right-click on Amnesia: The Dark Descent. Go to Properties > Set Launch Options. In the field, type 'PalistovHolidaySeries/config/1_main_init.cfg' (without quotes). Be sure to replace the number with the number of the mod you wish to play. Also, remember to remove this launch argument if you wish to play The Dark Descent, or a custom story.

Alternatively, you can run the same script in Terminal as with the Retail insallation (without quotes) 'open /Applications/Amnesia.app --args PalistovHolidaySeries/config/1_main_init.cfg'. As always, replace the number with that of the mod you wish to play.

.:. Linux - Use the first method associated with Steam installation on a Mac platform (see above). You can probably also run it using a bash script similar to the one associated with the retail installation on a Linux system.


Holiday mod enumerations:
1) A Visit to Katherine - Valentine's Day 2012


Enjoy!

Post comment Comments
Rille
Rille - - 1 comments

The mod didnt launch for me :s

Reply Good karma Bad karma+2 votes
palistov Author
palistov - - 20 comments

Do you have retail or Steam? Also, what platform are you on.

Reply Good karma+2 votes
sniped118
sniped118 - - 15 comments

I'm on windows and I have steam version. But when I enter e.g. 1. St. Patrick's Day 2012 it just closes. Am I entering it wrong?

Reply Good karma Bad karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: