User talk:Nem: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(question)
 
mNo edit summary
Line 1: Line 1:
You say on the GCFScape FAQ that it's possible to overwrite a file within a GCF by placing it in a certain directory. I'm trying to do this (see [[Help Desk#Custom voice]] for why) but haven't had any success yet. The GCF is <code>source engine.gcf</code> and the file is <code>scripts/game_sounds_manifest.txt</code>. So it belongs in <code>Steam\SteamApps\username\source&nbsp;engine\hl2\scripts\game_sounds_manifest.txt</code>? Or <code>Steam\SteamApps\username\source&nbsp;engine.gcf\hl2\scripts\game_sounds_manifest.txt</code>? I've even tried <code>Steam\SteamApps\source&nbsp;engine\hl2\scripts\game_sounds_manifest.txt</code>, but none of these has worked. I'd appreciate any help you might be able to give. &mdash;'''[[User:Maven|Maven]]''' <sup>([[User talk:Maven|talk]])</sup> 11:12, 5 Nov 2005 (PST)
You say on the GCFScape FAQ that it's possible to overwrite a file within a GCF by placing it in a certain directory. I'm trying to do this (see [[Help Desk#Custom voice]] for why) but haven't had any success yet. The GCF is <code>source engine.gcf</code> and the file is <code>scripts/game_sounds_manifest.txt</code>. So it belongs in <code>Steam\SteamApps\username\source&nbsp;engine\hl2\scripts\game_sounds_manifest.txt</code>? Or <code>Steam\SteamApps\username\source&nbsp;engine.gcf\hl2\scripts\game_sounds_manifest.txt</code>? I've even tried <code>Steam\SteamApps\source&nbsp;engine\hl2\scripts\game_sounds_manifest.txt</code>, but none of these has worked. I'd appreciate any help you might be able to give. &mdash;'''[[User:Maven|Maven]]''' <sup>([[User talk:Maven|talk]])</sup> 11:12, 5 Nov 2005 (PST)
: <code>Steam\SteamApps\account\Half-Life 2\hl2\scripts\game_sounds_manifest.txt</code>. It's a relative path. --[[user:TomEdwards|TomEdwards]] 11:51, 5 Nov 2005 (PST)

Revision as of 12:51, 5 November 2005

You say on the GCFScape FAQ that it's possible to overwrite a file within a GCF by placing it in a certain directory. I'm trying to do this (see Help Desk#Custom voice for why) but haven't had any success yet. The GCF is source engine.gcf and the file is scripts/game_sounds_manifest.txt. So it belongs in Steam\SteamApps\username\source engine\hl2\scripts\game_sounds_manifest.txt? Or Steam\SteamApps\username\source engine.gcf\hl2\scripts\game_sounds_manifest.txt? I've even tried Steam\SteamApps\source engine\hl2\scripts\game_sounds_manifest.txt, but none of these has worked. I'd appreciate any help you might be able to give. —Maven (talk) 11:12, 5 Nov 2005 (PST)

Steam\SteamApps\account\Half-Life 2\hl2\scripts\game_sounds_manifest.txt. It's a relative path. --TomEdwards 11:51, 5 Nov 2005 (PST)