So fügen Sie benutzerdefinierte Assets in Amnesia hinzu: Der Bunker

Eine Anleitung zum Hinzufügen benutzerdefinierter Assets zu Amnesia: Der Bunker.

Downloading assets

In this guide we are using Amnesia Rebirth ATDD Asset Pack by TechOFreak & Patrisiogames.

To download a file in moddb:

1. Go to files
2. Click the file
3. Click Download now button.

Copying assets

Assets must be copied in your mod’s root directory: Amnesia The Bunker\mods\YOUR MOD\

Do NOT copy them into: Amnesia The Bunker\mods\YOUR MOD\Assets\

1. Open the Zip. file and go to assets folder (Bild 1)
2. Drag and drop the folders you want to: Amnesia The Bunker\mods\YOUR MOD\ (Bild 2)

Do NOT copy models folder since that is for Amnesia: Rebirth and will NOT work in Amnesia: Der Bunker

Bild 1

Bild 2

Adding necessary files

Now we need to create some files to make the assets work.

resources file

1. Create a new .txt file named resources.txt in your mod’s root directory: \Amnesia The Bunker\mods\YOUR MOD

2. Open the file and paste directories you want

Beispiel:

<Ressourcen>
<Directory Path="/billboards" AddSubDirs="WAHR"/>
<Directory Path="/config" AddSubDirs="WAHR"/>
<Directory Path="/Entitäten" AddSubDirs="WAHR"/>
<Directory Path="/Grafik" AddSubDirs="WAHR"/>
<Directory Path="/Karten" AddSubDirs="WAHR"/>
<Directory Path="/Musik" AddSubDirs="WAHR"/>
<Directory Path="/sounds" AddSubDirs="WAHR"/>
<Directory Path="/static_objects" AddSubDirs="WAHR"/>
<Directory Path="/Texturen" AddSubDirs="WAHR"/>
</Ressourcen>

3. Go to File->Speichern als…

4. Change the file name from resources.txt to resources.cfg and click save.

You can delete the unnecessary .txt file

lookUpDirs file

1. Create a folder named editor in your mod’s root directory: \Amnesia The Bunker\mods\YOUR MOD

2. Open the editor folder

3. Create a new .txt file named lookupdirs.txt

4. Open the file and paste the categories you want

Beispiel:

<Directories>
<Dir Category="StaticObjects" Path="assets/static_objects" />
<Dir Category="Entitäten" Path="assets/entities" />
<Dir Category="Billboards" Path="assets/billboards" />
<Dir Category="Particles" Path="assets/particles" />
<Dir Category="Geräusche" Path="assets/sounds" />
</Directories>

5. Go to File->Speichern als…

6. Change the file name from lookupdirs.txt to lookupdirs.cfg and click save.

You can delete the unnecessary .txt file

WIPMod file

1. Make sure you have launched LevelEditor.exe atleast once.

2. Gehen Sie zu C:\Users\YOUR USER\Documents\HPL3

3. Create a new .txt file named WIPMod.txt

4. Paste your mod’s entry.hpc file location between “”

Beispiel:

<WIPmod Path="C:\Programmdateien (x86)\Steam\steamapps\common\Amnesia The Bunker\mods\YOUR MOD\entry.hpc" />

5. Go to File->Speichern als…

6. Change the file name from WIPMod.txt to WIPMod.cfg and click save.

You can delete the unnecessary .txt file

Dieser Leitfaden über Amnesie: Der Bunker wurde geschrieben von Kiviviki. Von hier aus können Sie die Originalveröffentlichung besuchen Verknüpfung. Wenn Sie Bedenken bezüglich dieses Leitfadens haben, Bitte zögern Sie nicht, uns zu erreichen hier.

Über den Autor