Engine Tools/FCompress
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)
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.
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.