Engine Tools/FCompress

From Equilibrium Engine Wiki
Revision as of 18:56, 19 March 2025 by NikkiChan92 (talk | contribs) (Added description and tutorial on how to compile an .epk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Utility to create packages


FCompress is often used by developers to protect their work.

By default PackageCONFIG found in DrvSyn's root direction has a Pack Addon target. Developers can target this with a batch file. (See example images)

PackageCONFIG Pack Addon.png

Within the target of Pack_Addon developers can adjust the variables to their needs, including:

Compression level - Adjusts the level of compression.

ignoreCompressionExt "ogg"; - Adds a file extension for fcompress to ignore and not compress.

Example batch.png

add "%BASEDIR%/<filepath> - Adds a new filepath if needed to necessary files.

To compile simply run the batch file and the <modname.epk> will be dumped in Addons directory. Ready for testing or publishing.