The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I found some new things for Amnesia
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#1
I found some new things for Amnesia

I was digging through the Amnesia.exe file using string2 (kudos to Combine for linking it to me) and I found some interesting bits. I was trying to figure out what caused Amnesia - Justine to block the save feature but couldn't find that one. But what I did find was pretty interesting.

These two can be used in your custom_story_settings.cfg file to specify the lang file a bit more:
ExtraLangFilePrefix = "extra_"
DefaultExtraLangFile = "english.lang"

So here you can change the name of your lang file. If you don't want it to be named extra_english.lang, you can easily change it now. From what I've tested, it does not seem to work to set ExtraLangFilePrefix as empty.

What's even more interesting is that you can use slashes for directories.
ExtraLangFilePrefix = "config/lang_main/"
DefaultExtraLangFile = "english.lang"
This will set it up similarly to a full conversion mod - within this folder path.

I also found a script function by the looks of this:
PHP Code: (Select All)
void AddKeyPart(int alKeyPart); 
But I'm not sure what it does.

(This post was last modified: 01-01-2017, 11:27 PM by Mudbill.)
01-01-2017, 11:27 PM
Find


Messages In This Thread
I found some new things for Amnesia - by Mudbill - 01-01-2017, 11:27 PM



Users browsing this thread: 1 Guest(s)