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


Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fix for replacement items (like the flashlight) when doing conversion mods
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: Fix for replacement items (like the flashlight) when doing conversion mods

Well, I should explain in depth how I did since winks shows me Big Grin

I created two folders in main directory called wn_config and wn_models. wn stands for White Night.

Then I copied all the cfg files from config folder into wn_config. I also copied resources.cfg into wn_config folder.

I extracted everything from flashlight into wn_models and opened resources.cfg in the wn_config folder and edited the line:

<Directory Path="/models" AddSubDirs="true" />
to
<Directory Path="/wn_models" AddSubDirs="true" />

and saved. Then opened main_init.cfg file inside wn_config folder and edited the line:

<ConfigFiles
    Resources = "resources.cfg"

to

<ConfigFiles
    Resources = "wn_config/resources.cfg"

Now, open your Amnesia with the main_init.cfg file inside wn_config folder.

Now you have a full conversion without changing any actual game file.

Here's the video: http://www.youtube.com/watch?v=iBtS6l_CtxM

(This post was last modified: 05-01-2011, 05:11 PM by Tanshaydar.)
05-01-2011, 05:11 PM
Website Find


Messages In This Thread
RE: Fix for replacement items (like the flashlight) when doing conversion mods - by Tanshaydar - 05-01-2011, 05:11 PM



Users browsing this thread: 1 Guest(s)