feat: add game server infrastructure and documentary improvements
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
- Add Docker Compose for OpenFusion (FusionFall), MapleStory 2, and Minecraft FTB Infinity Evolved game servers - Add MapleStory 2 multi-service compose (MySQL, World, Login, Web, Game) - Add OpenFusion Dockerfile and configuration files - Fix CMS Dockerfile, web Dockerfile, and documentary components - Add root layout, globals.css, not-found page, and text formatting utils - Update .gitignore to exclude large game server repos and data Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
32
servers/openfusion/config.ini
Normal file
32
servers/openfusion/config.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
# OpenFusion Server Configuration (Docker)
|
||||
verbosity=1
|
||||
sandbox=false
|
||||
|
||||
[login]
|
||||
port=23000
|
||||
acceptallwheelnames=true
|
||||
acceptallcustomnames=true
|
||||
autocreateaccounts=true
|
||||
authmethods=password
|
||||
dbsaveinterval=240
|
||||
|
||||
[shard]
|
||||
port=23001
|
||||
ip=127.0.0.1
|
||||
viewdistance=16000
|
||||
timeout=60000
|
||||
simulatemobs=true
|
||||
motd=Bienvenido a Project Afterlife - FusionFall Academy
|
||||
|
||||
enabledpatches=1013
|
||||
xdtdata=xdt1013.json
|
||||
disablefirstuseflag=true
|
||||
accountlevel=1
|
||||
eventmode=0
|
||||
dbpath=data/database.db
|
||||
|
||||
[monitor]
|
||||
enabled=false
|
||||
port=8003
|
||||
listenip=0.0.0.0
|
||||
interval=5000
|
||||
Reference in New Issue
Block a user