mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-01 14:39:18 -06:00
Update SP to tag Nov-11-2023
This commit is contained in:
parent
57eb77054c
commit
2e7c0f087f
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#"detailed" - FINE logs are hidden, which is generally bulk/debug info.
|
||||
#"cautious" - FINE, INFO logs are hidden, meaning this level only shows warnings and errors.
|
||||
#"silent" - FINE, INFO, WARN logs are hidden, meaning this level only shows errors.
|
||||
log_level = "verbose"
|
||||
log_level = "silent"
|
||||
#Secret key - this is sent by the client during login.
|
||||
#Client/Server MUST match or connection is refused.
|
||||
secret_key = "2009scape_development"
|
||||
|
|
@ -18,7 +18,7 @@ use_auth = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION!
|
|||
#true - account data (credits, playtime, etc) is persisted, false - account data is purely temporary
|
||||
#NOTE: this does not affect actual save data, like stats, inventory, etc.
|
||||
persist_accounts = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION!
|
||||
noauth_default_admin = false #NOTE: If we are not using auth, this determines whether or not players are admins by default.
|
||||
noauth_default_admin = true #NOTE: If we are not using auth, this determines whether or not players are admins by default.
|
||||
#------------------------------------------------------------------------------------------------------
|
||||
#The limit on how many different accounts a player can log into per day.
|
||||
daily_accounts_per_ip = 3
|
||||
|
|
@ -101,6 +101,9 @@ new_player_announcement = true
|
|||
holiday_event_randoms = true
|
||||
#force holiday randoms (can only force one at a time)
|
||||
force_halloween_randoms = false
|
||||
force_christmas_randoms = false
|
||||
# runecrafting formula revision (573 introduced probabilistic multiple runes, 581 extrapolated probabilistic runes past 99)
|
||||
runecrafting_formula_revision = 581
|
||||
|
||||
[paths]
|
||||
#path to the data folder, which contains the cache subfolder and such
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue