How to Add Custom Assets in Amnesia: 더 벙커

A Guide how to add custom assets to Amnesia: 더 벙커.

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 (image 1)
2. Drag and drop the folders you want to: Amnesia The Bunker\mods\YOUR MOD\ (image 2)

Do NOT copy models folder since that is for Amnesia: Rebirth and will NOT work in Amnesia: 더 벙커

image 1

image 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

예:

<자원>
<Directory Path="/billboards" AddSubDirs="진실"/>
<Directory Path="/config" AddSubDirs="진실"/>
<Directory Path="/entities" AddSubDirs="진실"/>
<Directory Path="/graphics" AddSubDirs="진실"/>
<Directory Path="/지도" AddSubDirs="진실"/>
<Directory Path="/음악" AddSubDirs="진실"/>
<Directory Path="/sounds" AddSubDirs="진실"/>
<Directory Path="/static_objects" AddSubDirs="진실"/>
<Directory Path="/textures" AddSubDirs="진실"/>
</자원>

3. Go to File->Save as

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

예:

<Directories>
<Dir Category="StaticObjects" Path="assets/static_objects" />
<Dir Category="Entities" Path="assets/entities" />
<Dir Category="Billboards" Path="assets/billboards" />
<Dir Category="Particles" Path="assets/particles" />
<Dir Category="Sounds" Path="assets/sounds" />
</Directories>

5. Go to File->Save as

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. Go to 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 “”

예:

<WIPmod Path="씨:\프로그램 파일 (x86)\Steam\steamapps\common\Amnesia The Bunker\mods\YOUR MOD\entry.hpc" />

5. Go to File->Save as

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

You can delete the unnecessary .txt file

이 가이드는 기억력 상실: 더 벙커 에 의해 작성되었습니다 Kiviviki. 여기에서 원본 간행물을 방문할 수 있습니다. 링크. 이 가이드에 대해 우려 사항이 있는 경우, 주저하지 마시고 연락주세요 여기.

저자 소개