-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodloader64-config.json
More file actions
43 lines (43 loc) · 850 Bytes
/
modloader64-config.json
File metadata and controls
43 lines (43 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"ModLoader64": {
"rom": "tlozoot.z64",
"patch": "",
"isServer": true,
"isClient": true,
"supportedConsoles": [
"N64"
],
"selectedConsole": "N64",
"coreOverride": "",
"disableVIUpdates": false
},
"NetworkEngine.Client": {
"isSinglePlayer": true,
"forceServerOverride": false,
"ip": "127.0.0.1",
"port": 8082,
"lobby": "brother-dependable-85",
"nickname": "Player",
"password": ""
},
"NetworkEngine.Server": {
"port": 8082,
"udpPort": 8082,
"patchSizeLimitMB": 10
},
"OcarinaofTime": {
"skipN64Logo": true
},
"OotOnline": {
"mapTracker": false,
"keySync": true,
"notifications": true,
"nameplates": true
},
"OotO_WorldEvents": {
"adultCostume": "",
"childCostume": "",
"equipmentLoadout": {},
"voice": ""
}
}