Skip to content

Modifiers

James edited this page Apr 28, 2025 · 6 revisions

Modifiers are a set of options that let you change the files chosen from sources before uploading.

Note: Files chosen via Sources are copied to a cached folder to avoid unwanted changing of the original files.

Modifiers

Make changes to the files gathered from sources before uploading. Modifiers are executed in one at a time and in order.

  • Enabled: When on, this modifier will modify the content of the files for a build.

Compress

Compresses a file or directory into a smaller file. eg: .zip a directory

  • Compressed Name: The name of the compressed file. eg: MyCompressedFile.zip
  • Compression Type: Which format to compress the content to.
    • Zip
  • Remove Old files: If true, the original file or directory will be deleted after compression.
  • Target Path: The path to the file or directory in the cached directory to compress. If empty, the entire build will be compressed.

Exclude Files

Exclude/delete files from the build by specifying a regex pattern.

  • Regexes: A list of regex to select which files/folders that will be excluded/deleted before being uploaded.

Exclude Folders By Regex

Exclude/delete folders from the build by specifying a regex pattern.

  • Regexes: A list of regex to select which files/folders that will be excluded/deleted before being uploaded.

Steam DRM

Prevents your executable from being executed unless run from Steam by sending it to Steamworks.

Clone this wiki locally