-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgameinfo.txt
61 lines (50 loc) · 1.01 KB
/
gameinfo.txt
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
52
53
54
55
56
57
58
59
60
"GameInfo"
{
game "Portal 2: My Cool Template Mod"
GameData "p2ce.fgd"
// Mounts content from Portal 2 and P2CE.
// To add additional mounts, see cfg/mounts.kv
mount
{
// Portal 2
620
{
"required" "1"
// Priority is determined by the order
// in which folders are defined.
// For example, assets in "portal2_dlc1" will
// be overridden by assets in "update"
"update"
{
"vpk" "pak01"
}
"portal2_dlc2"
{
"vpk" "pak01"
}
"portal2_dlc1"
{
"vpk" "pak01"
}
"portal2"
{
"vpk" "pak01"
}
}
}
FileSystem
{
SteamAppId 440000 // Identifies this as a P2CE mod.
SearchPaths
{
Game+mod+default_write_path |gameinfo_path|.
// Important!: p2ce must be added as game+mod, because steam.inf and some other important files are pulled from the MOD path
// MOD may have multiple directories on it, hence why this works.
Game+mod p2ce
GameBin p2ce/bin
Game hammer
Game update
Platform+game platform
}
}
}