Adding custom resources / props
This page explains how to spawn and use custom resources, and how to best share them with other modders
Summary
Custom resource list
With Wolvenkit (recommended)
* Locate the data folder, found in `Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\entSpawner\data\spawnables\...`* Find the specific sub folder for the type of resource you wish to spawn
* E.g. For entity templates `.ent`, this would be `...\spawnables\entity\templates`
* Create a new `.txt` file in the sub-folder
* Add all the resource paths you want to the file, each path being on a new line
<figure><img src="../../../../.gitbook/assets/OSCustomResourcesFolderStructure" alt="" width="563"><figcaption><p>Example of how it looks like when you have added your text file containing the cutom paths, in this case containing <code>.ent</code> paths</p></figcaption></figure>Importing AMM props
Sharing custom resource packs
Cache Exclusions
Last updated