94 lines
1.7 KiB
YAML
94 lines
1.7 KiB
YAML
daemon:
|
|
name: Open Toontown OTP Cluster
|
|
|
|
general:
|
|
eventlogger: 127.0.0.1:4343
|
|
dc_files:
|
|
- ../config/otp.dc
|
|
- ../config/toon.dc
|
|
|
|
messagedirector:
|
|
bind: 127.0.0.1:6666
|
|
|
|
uberdogs:
|
|
- class: FriendManager
|
|
id: 4501
|
|
|
|
- class: DistributedDeliveryManager
|
|
id: 4683
|
|
|
|
- class: AvatarFriendsManager
|
|
id: 4686
|
|
|
|
- class: TTPlayerFriendsManager
|
|
id: 4687
|
|
|
|
- class: CentralLogger
|
|
id: 4688
|
|
|
|
- class: DistributedPartyManager
|
|
id: 4691
|
|
|
|
- class: TTCodeRedemptionMgr
|
|
id: 4695
|
|
|
|
- class: TTSpeedchatRelay
|
|
id: 4712
|
|
|
|
roles:
|
|
- type: clientagent
|
|
bind: 0.0.0.0:6667
|
|
version: "sv1.0.47.38"
|
|
lua_file: "lua/ToontownClient.lua"
|
|
database: 4003
|
|
client:
|
|
relocate: true
|
|
add_interest: enabled
|
|
heartbeat_timeout: 60
|
|
channels:
|
|
min: 1000000000
|
|
max: 1009999999
|
|
|
|
- type: stateserver
|
|
control: 20100000
|
|
objects:
|
|
- class: DistributedDirectory
|
|
id: 4618
|
|
|
|
- class: CentralLogger
|
|
id: 4688
|
|
|
|
- type: database
|
|
control: 4003
|
|
generate:
|
|
min: 100000000
|
|
max: 199999999
|
|
backend:
|
|
type: yaml
|
|
directory: databases/otpdb
|
|
objects:
|
|
- class: Account
|
|
id: 1
|
|
|
|
- class: DistributedToon
|
|
id: 2
|
|
|
|
- class: DistributedEstate
|
|
id: 3
|
|
|
|
- class: DistributedHouse
|
|
id: 4
|
|
|
|
- class: DistributedPet
|
|
id: 5
|
|
|
|
- type: dbss
|
|
database: 4003
|
|
ranges:
|
|
min: 100000000
|
|
max: 199999999
|
|
|
|
- type: eventlogger
|
|
bind: 127.0.0.1:4343
|
|
output: logs/events-%Y%m%d_%H%M%S.log
|