CLI tool to create manifest files for CFX.re projects, such as FiveM
(This package requires NPM)
- Run anywhere
npm i -g fxmanifestmaker
Run the fxmanifest
command in your terminal.
If you want to include a file in the manifest include this in the file:
TYPE:[ENTRY TYPE]
-SV: Server
-SH: Shared
-CL: Client
-UIP: UI page
-FILE: Standard File
If you enable the option to use file based entry determination, the following terms will apply:
If the file name includes SV
(uppercased) it will be a server file, and so on.
If the file name is index.html it will be UI page.
If you put an invalid name after TYPE: (not SV, CL, SH, FILE, UIP). It will be considered a data file, the type of the data file is determined by the string you put after TYPE:
For example:
<!--TYPE:OVERLAY_INFO_FILE-->
(this is from an XML file)
This will appear in your manifest:
data_file 'OVERLAY_INFO_FILE' 'FILEPATH'