Custompathing assets
This guide will teach you how to create own copies of game assets instead of overwriting the original files.
Published: January 16 2024 by @madmaximusjb and manavortex
This guide will teach you how to set game assets as new files. Don't worry, it's really simple! We're taking this Liberty handgun mesh (I think it used to belong to some Dexter guy`?) and make our own copy of the file.
Prerequisites
You need a Wolvenkit Project. But if you're reading this, you probably have one already.
Custompathing (in) game files
You have added a game file to your project, or you have downloaded a template file, and now want to change the references.
If your file type isn't included in the lists of examples, you need to look through the file, or use Wolvenkit's file validation
.mesh
Find your CMaterialInstance
in either localMaterialBuffer.materials
or preloadLocalMaterials
, then change any depot paths in the properties:

.inkatlas
For modded files, you only need slot 0 - 1 and 2 can be blank.
The texture
property is optional.

Until next time, chooms!
Last updated
Was this helpful?