mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
18 lines
527 B
Text
18 lines
527 B
Text
# E-URN:
|
|
# Allows you to print the debug information of this mod on the screen.
|
|
# Default: false
|
|
eurn.debug (Show E-Urn Debug) bool false
|
|
|
|
# E-URN:
|
|
# Whether the database will be BASE64 compressed.
|
|
# If enabled will save database bank in file '.db64',
|
|
# else in file '.tbl' without compression.
|
|
# Default: true
|
|
eurn.save_compressed (Database Compressed) bool true
|
|
|
|
# E-URN:
|
|
# Minimum game time in hours to become a voter.
|
|
# Default: 90 | Min: 0 | Max: 8760
|
|
eurn.voter.min_played_hours (Minimum Game Hours) int 90 0 8760
|
|
|
|
|