2020-08-23 21:09:31 +00:00
|
|
|
# verbosity level
|
|
|
|
# 0 = mostly silence
|
|
|
|
# 1 = debug prints and unknown packets
|
|
|
|
# 2 = print all packets except LIVE_CHECK and movement
|
|
|
|
# 3 = print all packets
|
|
|
|
verbosity=1
|
2020-08-22 17:39:13 +00:00
|
|
|
|
2021-11-04 02:12:11 +00:00
|
|
|
# sandbox the process on supported platforms
|
|
|
|
sandbox=true
|
|
|
|
|
2020-08-20 15:24:27 +00:00
|
|
|
# Login Server configuration
|
2020-08-20 15:14:25 +00:00
|
|
|
[login]
|
|
|
|
# must be kept in sync with loginInfo.php
|
2020-12-17 23:24:24 +00:00
|
|
|
port=23000
|
2020-09-02 12:12:24 +00:00
|
|
|
# will all custom names be approved instantly?
|
|
|
|
acceptallcustomnames=true
|
2022-06-29 21:42:44 +00:00
|
|
|
# should attempts to log into non-existent accounts
|
|
|
|
# automatically create them?
|
|
|
|
autocreateaccounts=true
|
2024-09-18 03:41:48 +00:00
|
|
|
# list of supported authentication methods (comma-separated)
|
|
|
|
# password = allow login type 1 with plaintext passwords
|
|
|
|
# cookie = allow login type 2 with one-shot auth cookies
|
|
|
|
authmethods=password
|
2020-09-14 13:20:55 +00:00
|
|
|
# how often should everything be flushed to the database?
|
|
|
|
# the default is 4 minutes
|
|
|
|
dbsaveinterval=240
|
2020-08-20 15:14:25 +00:00
|
|
|
|
2020-08-20 15:24:27 +00:00
|
|
|
# Shard Server configuration
|
2020-08-20 15:14:25 +00:00
|
|
|
[shard]
|
2020-12-17 23:24:24 +00:00
|
|
|
port=23001
|
2020-08-23 00:27:08 +00:00
|
|
|
ip=127.0.0.1
|
2020-10-14 21:15:02 +00:00
|
|
|
# distance at which other players and NPCs become visible.
|
|
|
|
# this value is used for calculating chunk size
|
2020-12-14 16:36:02 +00:00
|
|
|
viewdistance=16000
|
2020-09-16 15:45:53 +00:00
|
|
|
# time, in milliseconds, to wait before kicking a non-responsive client
|
|
|
|
# default is 1 minute
|
|
|
|
timeout=60000
|
2020-09-22 18:53:44 +00:00
|
|
|
# should mobs move around and fight back?
|
|
|
|
# can be disabled for easier mob placement
|
|
|
|
simulatemobs=true
|
2020-08-20 15:14:25 +00:00
|
|
|
# little message players see when they enter the game
|
|
|
|
motd=Welcome to OpenFusion!
|
2020-12-21 00:58:33 +00:00
|
|
|
|
2021-01-04 16:08:44 +00:00
|
|
|
# The following are the default locations of the JSON files the server
|
|
|
|
# requires to run. You can override them by changing their values and
|
|
|
|
# uncommenting them (removing the leading # character from that line).
|
2020-12-21 00:58:33 +00:00
|
|
|
|
2021-05-02 00:49:54 +00:00
|
|
|
# location of the tabledata folder
|
|
|
|
#tdatadir=tdata/
|
|
|
|
# location of the patch folder
|
|
|
|
#patchdir=tdata/patch/
|
|
|
|
|
2021-05-07 19:29:18 +00:00
|
|
|
# Space-separated list of patch folders in patchdir to load from.
|
|
|
|
# If you uncomment this, note that Academy builds *must* contain 1013,
|
|
|
|
# and pre-Academy builds must *not* contain it.
|
|
|
|
#enabledpatches=1013
|
|
|
|
|
2021-05-02 00:49:54 +00:00
|
|
|
# xdt json filename
|
|
|
|
#xdtdata=xdt.json
|
|
|
|
# NPC json filename
|
|
|
|
#npcdata=NPCs.json
|
|
|
|
# mob json filename
|
|
|
|
#mobdata=mobs.json
|
|
|
|
# path json filename
|
|
|
|
#pathdata=paths.json
|
|
|
|
# drop json filename
|
|
|
|
#dropdata=drops.json
|
|
|
|
# gruntwork output filename (this is what you submit)
|
|
|
|
#gruntwork=gruntwork.json
|
2020-12-07 20:10:19 +00:00
|
|
|
# location of the database
|
2021-01-04 16:08:44 +00:00
|
|
|
#dbpath=database.db
|
|
|
|
|
2023-12-19 17:35:29 +00:00
|
|
|
# should there be a score cap for infected zone races?
|
|
|
|
#izracescorecapped=true
|
|
|
|
|
2020-12-07 20:10:19 +00:00
|
|
|
# should tutorial flags be disabled off the bat?
|
|
|
|
disablefirstuseflag=true
|
2020-09-22 02:26:12 +00:00
|
|
|
|
|
|
|
# account permission level that will be set upon character creation
|
|
|
|
# 1 = default, will allow *all* commands
|
|
|
|
# 30 = allow some more "abusable" commands such as /summon
|
|
|
|
# 50 = only allow cheat commands, like /itemN and /speed
|
|
|
|
# 99 = standard user account, no cheats allowed
|
|
|
|
# any number higher than 50 will disable commands
|
|
|
|
accountlevel=1
|
2020-08-20 15:14:25 +00:00
|
|
|
|
2020-10-17 23:19:05 +00:00
|
|
|
# should mobs drop event crates?
|
|
|
|
# 0 = no event
|
|
|
|
# 1 = Knishmas
|
|
|
|
# 2 = Halloween
|
|
|
|
# 3 = Easter
|
|
|
|
eventmode=0
|
|
|
|
|
2020-12-31 11:55:42 +00:00
|
|
|
# you can override the default spawn point.
|
|
|
|
# these example coords are for the Future (Z is height):
|
|
|
|
#spawnx=632032
|
|
|
|
#spawny=187177
|
|
|
|
#spawnz=-5500
|
2020-12-21 00:58:33 +00:00
|
|
|
|
2020-12-02 22:42:33 +00:00
|
|
|
# Player location monitor interface configuration
|
|
|
|
[monitor]
|
2020-12-04 16:30:21 +00:00
|
|
|
enabled=false
|
2020-12-02 22:42:33 +00:00
|
|
|
# the port to listen for connections on
|
|
|
|
port=8003
|
2024-10-16 22:42:33 +00:00
|
|
|
# The local IP to listen on.
|
|
|
|
# Do not change this unless you know what you're doing.
|
|
|
|
listenip=127.0.0.1
|
2020-12-02 22:42:33 +00:00
|
|
|
# how often the listeners should be updated (in milliseconds)
|
|
|
|
interval=5000
|