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-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
|
|
|
|
# you'll want to change this one
|
2020-08-22 04:37:09 +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-20 21:59:32 +00:00
|
|
|
view=20000
|
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
|
|
|
|
npcdata=NPCs.json
|
2020-08-20 15:14:25 +00:00
|
|
|
|
|
|
|
# spawn coordinates (Z is height)
|
|
|
|
# the supplied defaults are at City Hall
|
|
|
|
spawnx=179213
|
|
|
|
spawny=268451
|
|
|
|
spawnz=-4210
|