-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameinfo.txt
54 lines (53 loc) · 2.02 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
// Made with XBLAH's Modding tool.
// Download it at https://modding-assets.net/items/source/tools/modding/xblah-modding-tool
gameinfo
{
game "Mapbase Expanded"
title "Mapbase Expanded"
title2 ""
type "singleplayer_only"
gamedata "bin/halflife2.fgd"
icon "resource/icon1"
use_legacy_flashlight "0"
filesystem
{
steamappid "243730"
searchpaths
{
game+mod+addon "|gameinfo_path|custom/*"
game+mod+addon "ep2/custom/*"
game+mod+addon "episodic/custom/*"
game+mod+addon "hl2/custom/*"
game+mod+mod_write+default_write_path "|gameinfo_path|."
game+mod+addon "|gameinfo_path|content/*"
gamebin "|gameinfo_path|bin"
gamebin "|gameinfo_path|../mapbase_episodic/bin"
game+mod "|gameinfo_path|../mapbase_episodic"
game+mod "|gameinfo_path|../mapbase_episodic/content/*"
game+mod "|gameinfo_path|../mapbase_hl2"
game+mod "|gameinfo_path|../mapbase_hl2/content/*"
game+mod "|gameinfo_path|../mapbase_shared/shared_misc"
gamebin "|gameinfo_path|../mapbase_shared/shared_misc/bin"
game+mod "|gameinfo_path|../mapbase_shared/shared_content_v7_0.vpk"
game_lv "hl2/hl2_lv.vpk"
game "|all_source_engine_paths|ep2/ep2_english.vpk"
game "|all_source_engine_paths|ep2/ep2_pak.vpk"
game "|all_source_engine_paths|episodic/ep1_english.vpk"
game "|all_source_engine_paths|episodic/ep1_pak.vpk"
game "|all_source_engine_paths|hl2/hl2_english.vpk"
game "|all_source_engine_paths|hl2/hl2_pak.vpk"
game "|all_source_engine_paths|hl2/hl2_textures.vpk"
game "|all_source_engine_paths|hl2/hl2_sound_vo_english.vpk"
game "|all_source_engine_paths|hl2/hl2_sound_misc.vpk"
game "|all_source_engine_paths|hl2/hl2_misc.vpk"
game "|all_source_engine_paths|sourcetest/sourcetest_pak.vpk"
game "|all_source_engine_paths|lostcoast/lostcoast_pak.vpk"
platform "|all_source_engine_paths|platform/platform_misc.vpk"
game+game_write "ep2"
gamebin "episodic/bin"
game "|all_source_engine_paths|episodic"
game "|all_source_engine_paths|hl2"
platform "|all_source_engine_paths|platform"
}
}
}