Merge pull request #5 from dongresource/master

Add example config.ini with documented options.
This commit is contained in:
CPunch 2020-08-20 10:53:45 -05:00 committed by GitHub
commit af6158fbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
config.ini Normal file
View File

@ -0,0 +1,23 @@
# Login Server configuration
[login]
# must be kept in sync with loginInfo.php
port=8001
# enables two randomly generated characters in the
# character selection menu for convenience
randomcharacters=false
# Shard Server configuration
[shard]
port=8002
# you'll want to change this one
ip=192.168.0.17
# distance at which other players and NPCs become visible
view=20000
# little message players see when they enter the game
motd=Welcome to OpenFusion!
# spawn coordinates (Z is height)
# the supplied defaults are at City Hall
spawnx=179213
spawny=268451
spawnz=-4210