OpenFusion/config.ini

37 lines
848 B
INI
Raw Normal View History

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
[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
# character selection menu for convenience
2020-08-20 21:43:48 +00:00
randomcharacters=true
2020-08-20 15:24:27 +00:00
# Shard Server configuration
[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
playerdistance=20000
npcdistance=16000
# little message players see when they enter the game
motd=Welcome to OpenFusion!
2020-08-21 22:14:11 +00:00
# NPC json data
npcdata=data/NPCs.json
# warp target json data
warpdata=data/warps.json
# is everyone a GM?
gm=true
# spawn coordinates (Z is height)
# the supplied defaults are at City Hall
spawnx=632032
spawny=187177
spawnz=-5500