This guide will show you how to properly add and install custom assets in Amnesia: المخبأ.
Downloading the Assets
في هذا الدليل, we’re using the Amnesia Rebirth ATDD Asset Pack created by TechOFreak & Patrisiogames.
To get a file from moddb, اتبع هذه الخطوات:
- Visit the “files” قسم.
- Select the desired file.
- Press the “Download now” زر.
Assets Installation
To add the assets to your mod in Amnesia: المخبأ, اتبع هذه الخطوات:
- Unzip the file and navigate to the “assets” مجلد (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” مجلد, as it’s designed for Amnesia: Rebirth and won’t function correctly in Amnesia: المخبأ. Avoid placing assets in: Amnesia The Bunker\mods\YOUR MOD\Assets; they should go directly into the mod’s root directory.
صورة 1
صورة 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. مثال:
<موارد> <Directory Path="/billboards" AddSubDirs="حقيقي"/> <Directory Path="/config" AddSubDirs="حقيقي"/> <Directory Path="/entities" AddSubDirs="حقيقي"/> <Directory Path="/graphics" AddSubDirs="حقيقي"/> <Directory Path="/maps" AddSubDirs="حقيقي"/> <Directory Path="/music" AddSubDirs="حقيقي"/> <Directory Path="/sounds" AddSubDirs="حقيقي"/> <Directory Path="/static_objects" AddSubDirs="حقيقي"/> <Directory Path="/القوام" AddSubDirs="حقيقي"/> </موارد>
- Save the file as resources.cfg.
lookUpDirs file
- Create a folder named “editor” in your mod’s root directory: \Amnesia The Bunker\mods\YOUR MOD
- Open the “editor” مجلد.
- Make a new .txt file called lookupdirs.txt.
- 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="الأصوات" 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). مثال:
<WIPmod Path="ج:\ملفات البرنامج (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.
هذا كل ما نشاركه اليوم من أجل هذا Amnesia: المخبأ مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة Kiviviki ♪. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.