Hello.
This is my mount.cfg
[code] "mountcfg" {
"cstrike" "D:\gmodcoastrp\gmod\steamapps\common\Counter-Strike Source"
"ep2" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2"
"episodic" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2"
"hl2mp" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2 Deathmatch"
"lostcoast" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2"
"hl2" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2"
}[/code]
For some reason I can't spawn map props for EP1, EP2 and CS:S. Probably something else as well. The folders specified in the mount.cfg doesn't seem to work.
EDIT: Just noticed, would changing the \ to / fix it?
Aren't you meant to have it point to the game directory? (like cstrike for CS:S)
Try doing
[code]
"mountcfg" {
"cstrike" "D:\gmodcoastrp\gmod\steamapps\common\Counter-Strike Source\cstrike"
"ep2" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2\ep2"
"episodic" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2\episodic"
"hl2mp" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2 Deathmatch\hl2mp"
"lostcoast" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2\lostcoast"
"hl2" "D:\gmodcoastrp\gmod\steamapps\common\Half-Life 2\hl2"
}
[/code]
Works. Thanks.
Sorry, you need to Log In to post a reply to this thread.