This guide will show you how to properly add and install custom assets in Amnesia: Bunkier.
Downloading the Assets
W tym przewodniku, we’re using the Amnesia Rebirth ATDD Asset Pack created by TechOFreak & Patrisiogames.
To get a file from moddb, wykonaj następujące kroki:
- Odwiedź “akta” sekcja.
- Select the desired file.
- Naciśnij “Download now” przycisk.
Assets Installation
To add the assets to your mod in Amnesia: Bunkier, wykonaj następujące kroki:
- Unzip the file and navigate to the “aktywa” falcówka (refer to image 1).
- Choose the folders you want and move them to: Amnesia The Bunker\mods\YOUR MOD\ (refer to image 2).
Make sure NOT to copy the “models” falcówka, as it’s designed for Amnesia: Rebirth and won’t function correctly in Amnesia: Bunkier. Avoid placing assets in: Amnesia The Bunker\mods\YOUR MOD\Assets; they should go directly into the mod’s root directory.
Obraz 1
Obraz 2
Adding More Required Files
To make the assets work, you need to create specific files. Follow these steps:
resources file
- Make a new .txt file called resources.txt in your mod’s main folder: \Amnesia The Bunker\mods\YOUR MOD
- Open the file and paste the directories you want. Przykład:
<Zasoby> <Directory Path="/billboards" AddSubDirs="PRAWDA"/> <Directory Path="/config" AddSubDirs="PRAWDA"/> <Directory Path="/entities" AddSubDirs="PRAWDA"/> <Directory Path="/grafika" AddSubDirs="PRAWDA"/> <Directory Path="/mapy" AddSubDirs="PRAWDA"/> <Directory Path="/music" AddSubDirs="PRAWDA"/> <Directory Path="/brzmi" AddSubDirs="PRAWDA"/> <Directory Path="/static_objects" AddSubDirs="PRAWDA"/> <Directory Path="/textures" AddSubDirs="PRAWDA"/> </Zasoby>
- Save the file as resources.cfg.
lookUpDirs file
- Utwórz folder o nazwie “editor” in your mod’s root directory: \Amnesia The Bunker\mods\YOUR MOD
- Otwórz “editor” falcówka.
- Make a new .txt file called lookupdirs.txt.
- Open the file and paste the categories you want. Przykład:
<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>
- Save the file as lookupdirs.cfg.
WIPMod file
- Ensure you have run LevelEditor.exe at least once.
- Navigate to C:\Users\YOUR USER\Documents\HPL3
- Create a new .txt file called WIPMod.txt.
- Paste your mod’s entry.hpc file location between “” (quotation marks). Przykład:
<WIPmod Path="C:\Pliki programu (x86)\Steam\steamapps\common\Amnesia The Bunker\mods\YOUR MOD\entry.hpc" />
- Save the file as WIPMod.cfg.
You can then delete the unnecessary .txt files.
To wszystko, co dzisiaj udostępniamy w tym celu Amnezja: Bunkier przewodnik. Ten przewodnik został pierwotnie stworzony i napisany przez Kiviviki ♪. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.