Frictional Games Forum (read-only)

Full Version: Custom Stories
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, most of the custom stories usually are installed copying their files to the aplications folder.
While in Ubuntu i had to sudo cp their contents to the destined folder, and its been working so far.
Are there any easier way, for example, to put the custom story in the configs folder?

Also there are some which provided a modified executable( .bat?), do those also work as design in linux?
Unfortunately there is currently no support for putting custom stories in your "home" dir config folder. So your current options are to either sudo cp it over, or install Amnesia in our local home directory instead of in a system directory.

A ".bat" is analogous to a linux bash script. so simply look at the contents and see what arguments it's passing to Amnesia and create a bash script to do the same..