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
|
|
|
|
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
|
|
|
|
port=8001
|
2020-08-20 15:24:27 +00:00
|
|
|
# enables two randomly generated characters in the
|
2020-08-20 15:14:25 +00:00
|
|
|
# character selection menu for convenience
|
2020-08-20 21:43:48 +00:00
|
|
|
randomcharacters=true
|
2020-09-02 12:12:24 +00:00
|
|
|
# will all custom names be approved instantly?
|
|
|
|
acceptallcustomnames=true
|
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]
|
|
|
|
port=8002
|
2020-08-23 00:27:08 +00:00
|
|
|
ip=127.0.0.1
|
2020-08-20 15:24:27 +00:00
|
|
|
# distance at which other players and NPCs become visible
|
2020-08-26 02:53:27 +00:00
|
|
|
playerdistance=20000
|
|
|
|
npcdistance=16000
|
2020-08-20 15:14:25 +00:00
|
|
|
# little message players see when they enter the game
|
|
|
|
motd=Welcome to OpenFusion!
|
2020-08-21 22:14:11 +00:00
|
|
|
# NPC json data
|
2020-09-09 17:06:22 +00:00
|
|
|
npcdata=tdata/NPCs.json
|
|
|
|
# xdt json data
|
|
|
|
xdtdata=tdata/xdt.json
|
2020-09-07 17:54:40 +00:00
|
|
|
# mob json
|
2020-09-09 17:06:22 +00:00
|
|
|
mobdata=tdata/mobs.json
|
2020-08-25 02:28:42 +00:00
|
|
|
# is everyone a GM?
|
|
|
|
gm=true
|
2020-08-20 15:14:25 +00:00
|
|
|
|
|
|
|
# spawn coordinates (Z is height)
|
2020-09-02 12:12:24 +00:00
|
|
|
# the supplied defaults are at Sector V (future)
|
2020-08-25 17:42:56 +00:00
|
|
|
spawnx=632032
|
|
|
|
spawny=187177
|
|
|
|
spawnz=-5500
|