This member has provided no bio about themself...

Comment History
kipdec
kipdec - - 2 comments @ dennis1648

Your mod doean't work for most peeps i edited the text file nad now it kinda works :)
"GameInfo"
{
game "Half-Life 2: Ultimate Deathmatch"
title "ultimate-deathmatch"
type "multiplayer_only"
nomodels 0
nohimodel 1
nocrosshair 0

FileSystem
{
SteamAppId 220 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.

SearchPaths
{
Game |gameinfo_path|.
Game hl2mp
Game hl2
}
}
}

Good karma+1 vote
kipdec
kipdec - - 2 comments @ Half Life 2: Ultimate Deathmatch

Hey I edited the gameinfo file for this mod and i think it works
change it to this:
"GameInfo"
{
game "Half-Life 2: Ultimate Deathmatch"
title "ultimate-deathmatch"
type "multiplayer_only"
nomodels 0
nohimodel 1
nocrosshair 0

FileSystem
{
SteamAppId 220 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.

SearchPaths
{
Game |gameinfo_path|.
Game hl2mp
Game hl2
}
}
}

Good karma+1 vote