-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (30 loc) · 801 Bytes
/
Copy pathconfig.json
File metadata and controls
34 lines (30 loc) · 801 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
{
"Fallout3Root": "A:\\SteamLibrary\\steamapps\\common\\Fallout 3 goty",
"DataPath": "",
"EsmPath": "",
"BSA": {
"Meshes": "Fallout - Meshes.bsa",
"Textures": "Fallout - Textures.bsa",
"Misc": "Fallout - Misc.bsa",
"Voices": "Fallout - Voices.bsa",
"Sound": "Fallout - Sound.bsa"
},
"World": {
"TargetWorld": "MegatonWorld",
"CenterX": -14200.0,
"CenterY": -3800.0
},
"Rendering": {
"WorldScale": 0.015,
"ShadowAtlasSize": 4096,
"DirectionalShadowSize": 4096,
"SoftShadowQuality": 1
},
"StartPositions": {
"WastelandWorld": { "X": 2620, "Y": 2290 },
"Wasteland": { "X": 2620, "Y": 2290 },
"CapitalWasteland": { "X": 2620, "Y": 2290 },
"Vault101World": { "X": 0, "Y": 0 },
"Vault101": { "X": 0, "Y": 0 }
}
}