forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInGameInfoXML.cfg
53 lines (35 loc) · 1.13 KB
/
InGameInfoXML.cfg
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
44
45
46
47
48
49
50
51
# Configuration file
alignment {
# Offsets for BOTTOMCENTER (X<space>Y).
S:bottomcenter=0 -45
# Offsets for BOTTOMLEFT (X<space>Y).
S:bottomleft=2 -2
# Offsets for BOTTOMRIGHT (X<space>Y).
S:bottomright=-2 -2
# Offsets for MIDDLECENTER (X<space>Y).
S:middlecenter=0 0
# Offsets for MIDDLELEFT (X<space>Y).
S:middleleft=2 0
# Offsets for MIDDLERIGHT (X<space>Y).
S:middleright=-2 0
# Offsets for TOPCENTER (X<space>Y).
S:topcenter=0 2
# Offsets for TOPLEFT (X<space>Y).
S:topleft=2 50
# Offsets for TOPRIGHT (X<space>Y).
S:topright=-2 2
}
general {
# The interval between file reads for the 'file' tag (in seconds).
I:fileInterval=5
# The configuration that should be loaded on startup.
S:filename=InGameInfo.xml
# Replace the debug overlay (F3) with the InGameInfoXML overlay.
B:replaceDebug=false
# The overlay will be scaled by this amount.(use this one, the other is deprecated)
I:"scale(new)"=5
# Display the overlay in chat.
B:showInChat=false
# Display the overlay on the player list.
B:showOnPlayerList=false
}