Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

Amnesia The Bunker – Custom Assets Installation Guide

Posted on 12/04/2023 By Kiviviki ♪ No Comments on Amnesia The Bunker – Custom Assets Installation Guide
  • Title: Amnesia: The Bunker
  • Release Date: June 6, 2023
  • Developer: Frictional Games
  • Publisher: Frictional Games

This guide will show you how to properly add and install custom assets in Amnesia: The Bunker.

Downloading the Assets

In this guide, we’re using the Amnesia Rebirth ATDD Asset Pack created by TechOFreak & Patrisiogames.

To get a file from moddb, follow these steps:

  1. Visit the “files” section.
  2. Select the desired file.
  3. Press the “Download now” button.

Assets Installation

To add the assets to your mod in Amnesia: The Bunker, follow these steps:

  1. Unzip the file and navigate to the “assets” folder (refer to image 1).
  2. 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” folder, as it’s designed for Amnesia: Rebirth and won’t function correctly in Amnesia: The Bunker. Avoid placing assets in: Amnesia The Bunker\mods\YOUR MOD\Assets; they should go directly into the mod’s root directory.

Image 1

Image 2

Adding More Required Files

To make the assets work, you need to create specific files. Follow these steps:

resources file

  1. Make a new .txt file called resources.txt in your mod’s main folder: \Amnesia The Bunker\mods\YOUR MOD
  2. Open the file and paste the directories you want. Example:
<Resources>
<Directory Path="/billboards" AddSubDirs="true"/>
<Directory Path="/config" AddSubDirs="true"/>
<Directory Path="/entities" AddSubDirs="true"/>
<Directory Path="/graphics" AddSubDirs="true"/>
<Directory Path="/maps" AddSubDirs="true"/>
<Directory Path="/music" AddSubDirs="true"/>
<Directory Path="/sounds" AddSubDirs="true"/>
<Directory Path="/static_objects" AddSubDirs="true"/>
<Directory Path="/textures" AddSubDirs="true"/>
</Resources>
  1. Save the file as resources.cfg.

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. Make a new .txt file called lookupdirs.txt.
  4. Open the file and paste the categories you want. Example:
<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>
  1. Save the file as lookupdirs.cfg.

WIPMod file

  1. Ensure you have run LevelEditor.exe at least once.
  2. Navigate to C:\Users\YOUR USER\Documents\HPL3
  3. Create a new .txt file called WIPMod.txt.
  4. Paste your mod’s entry.hpc file location between “” (quotation marks). Example:
<WIPmod Path="C:\Program Files (x86)\Steam\steamapps\common\Amnesia The Bunker\mods\YOUR MOD\entry.hpc" />
  1. Save the file as WIPMod.cfg.

You can then delete the unnecessary .txt files.

That's everything we are sharing today for this Amnesia: The Bunker guide. This guide was originally created and written by Kiviviki ♪. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:Amnesia: The Bunker

Post navigation

Previous Post: YOHANE THE PARHELION -BLAZE in the DEEPBLUE- Complete Collectibles Guide
Next Post: New World – Weapon EXP Farming Guide

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: Amnesia: The Bunker
  • Release Date: June 6, 2023
  • Developer: Frictional Games
  • Publisher: Frictional Games

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme