Configuration

Script configuration boils down to a small set of convars and static data files. Convars overrides can be set in your server.cfg or you can leave them as default.

Defining new props can be done through static data files for more on this read: Adding or Modifying Props.

You can create new locale files within custom/locales make sure you upgrade the language convar to your chosen language.


Convars

  • siphon:debug_mode – Set to "true" for debug mode, "false" to disable. Default: "false".

  • siphon:image_file_path – Path to the image files for UI. Default: "nui://siphon/images/".

  • siphon:language – Sets the language for notifications. Default: "en". Change in server.cfg as needed.


Static Data Files

You can define new siphon-able props (e.g., barrels, tanks) in the custom.data.props folder. This is where you can tweak siphoning behaviour, rewards, and durations.

More on this read: Adding or Modifying Props.


Locales

Create new language files in custom.locales for custom translations. Make sure to set the siphon:language convar in server.cfg to your desired language (e.g., "fr" for French).

Last updated