config: Enable keep alive, disable ARG manager
This commit is contained in:
parent
1c9116cd14
commit
7df3ed13eb
3 changed files with 12 additions and 5 deletions
|
@ -51,7 +51,7 @@ want-parties #f
|
|||
want-gardening #f
|
||||
# This is a temporary 'fix' for DistributedSmoothNodes... probably not the permanent solution to our problem, but it works for now.
|
||||
smooth-lag 0.4
|
||||
want-keep-alive #f
|
||||
want-keep-alive #t
|
||||
|
||||
|
||||
# Developer Modifications
|
||||
|
@ -70,4 +70,4 @@ force-player-understandable #t
|
|||
|
||||
# Holidays and Events
|
||||
force-holiday-decorations 6
|
||||
want-arg-manager #t
|
||||
want-arg-manager #f
|
||||
|
|
|
@ -12,6 +12,7 @@ preload-avatars #t
|
|||
texture-anisotropic-degree 16
|
||||
language LANGUAGE_HERE
|
||||
|
||||
|
||||
# Resources settings
|
||||
model-path /
|
||||
model-cache-models #f
|
||||
|
@ -31,13 +32,16 @@ vfs-mount phase_12.mf /
|
|||
vfs-mount phase_13.mf /
|
||||
default-model-extension .bam
|
||||
|
||||
|
||||
# Now that we've loaded the phase files, tell panda to trust the TTRCA
|
||||
ssl-certificates phase_3/etc/TTRCA.crt
|
||||
|
||||
|
||||
# This is the shared secret for CSMUD login
|
||||
# ##### NB! Update deployment/server.prc too! #####
|
||||
csmud-secret Yv1JrpTUdkX6M86h44Z9q4AUaQYdFnectDgl2I5HOQf8CBh7LUZWpzKB9FBD
|
||||
|
||||
|
||||
# DC files are NOT configured.
|
||||
# They're wrapped up into the code automatically.
|
||||
|
||||
|
@ -50,12 +54,12 @@ want-news-page #f
|
|||
want-gardening #f
|
||||
# This is a temporary 'fix' for DistributedSmoothNodes... probably not the permanent solution to our problem, but it works for now.
|
||||
smooth-lag 0.4
|
||||
want-keep-alive #f
|
||||
want-keep-alive #t
|
||||
|
||||
|
||||
# Holidays and Events
|
||||
force-holiday-decorations 6
|
||||
want-arg-manager #t
|
||||
want-arg-manager #f
|
||||
|
||||
|
||||
# Chat
|
||||
|
|
|
@ -6,10 +6,12 @@
|
|||
want-dev #f
|
||||
want-cheesy-expirations #t
|
||||
|
||||
|
||||
# Shared secret for CSMUD
|
||||
# ##### NB! Update config/public_client.prc too! #####
|
||||
csmud-secret Yv1JrpTUdkX6M86h44Z9q4AUaQYdFnectDgl2I5HOQf8CBh7LUZWpzKB9FBD
|
||||
|
||||
|
||||
# Beta Modifications
|
||||
# Temporary modifications for unimplemented features go here.
|
||||
want-bbhq #f
|
||||
|
@ -17,6 +19,7 @@ want-pets #f
|
|||
want-parties #f
|
||||
want-golf #f
|
||||
want-gardening #f
|
||||
want-keep-alive #f
|
||||
want-keep-alive #t
|
||||
|
||||
|
||||
# Holidays and Events
|
||||
|
|
Loading…
Reference in a new issue