πͺRules
Instructions on configuring your server rules.
βΈ Server Rule Configuration
You are viewing the default website configured for your rules.
To change the website used to display your rules, open the navigation config file located in:
lua\modules\pirithous\cfg\sh_cfg_03_nav.lua
βΈ Text-Only Rules
If you wish to use text for your rules instead of a website, open the config file mentioned above and edit the setting:
cfg.nav.btn.rules_textonly = true
βΈ In-game Browser VS Steam Overlay
This script has two ways to display websites.
Integrated In-Game Browser
Displays the website using the built-in window feature of Pirithous.
Steam Overlay
Opens the website using the Steam overlay browser
INTEGRATED BROWSER:
To enable the integrated browser instead of the Steam Overlay browser, open the configuration file:
lua\modules\pirithous\cfg\sh_cfg_03_nav.lua
Change the following setting to
cfg.nav.btn.rules_openIngame = true
When the player clicks a link, a new window will appear leading them directly to the website:

STEAM OVERLAY:
To enable this script to use the Steam Overlay browser, open the configuration file:
lua\modules\pirithous\cfg\sh_cfg_03_nav.lua
Change the following setting to
cfg.nav.btn.rules_openIngame = false
When a player clicks on a link, they'll be shown a prompt:

Once the player clicks yes, the website will be opened in steam:

Last updated