About This File
Get the latest release always from: https://github.com/test137E29B/RPF-Packager/releases
A utility for automatically creating RPF files for Map Mods. This will not work for vehicle mods (yet)
This tool uses PKG for NodeJS, so you will not need to install everything.
Usage (from GitHub README file):
-
In the
input
folder, create a folder with the name you want your DLC Pack to have, for exampleMYDLCPack
. This has to be unique as it'll be used as the DLC hashname etc. -
In your newly created folder, create a folder called
interior
(orint
). This is where you will place all your files for MLO Interiors. Do not place non-MLO files in here. -
In your newly created folder, create a folder called
props
. This is where you will place all your files for regular maps (such as ymaps in the world). Do not place MLO interior files in here. - You will need a correctly generated _manifest file no matter which you are using, you can create this with CodeWalker.
-
Run
index.exe
to package your DLC Pack (You can create multiple folders and package multiple DLC Packs at once!). The Max size of this DLCPack is 4GB - you can package multiple packs together in a single DLCPack if you like! -
In
output
you will find your folder with adlc.rpf
inside of it. The tool will have automatically generated all the files it needs, so you do not need to edit this rpf!
It doesn't work and crashes!
Make sure you have a valid _manifest file - you can create one in CodeWalker. Without this file, the DLCPack will either crash or not load. Other issues causing crashes are usually the map, and not the DLCPack structure created by this helper.
Edited by xNameless69
Update 1.0.1 usage