Post news RSS Steampipe Update

Well thanks to Valve's new content distribution method looks like tons of HL2 mods were broken. Thankfully the fix is very easy so keep reading to find out how to fix this mod yourself.

Posted by on

I've uploaded a new version with the fix included, so once ModDB clears it everyone should be able to play without problems. For those who don't want to wait, the manual solution is to just replace the text in gameinfo.txt.

The file gameinfo.txt should be in the top level of the mod folder. For me it's in "C:\Program Files (x86)\Steam\SteamApps\SourceMods\anti-citizen". If you want to update this way, just make sure to back up your old gameinfo.txt. You probably won't need it anymore, but it never hurts to hang on to backups.

Below is the text you need to fix the game with Steampipe. Just paste it right over the old text and save the file (and don't forget to back up the original just in case).

-----Copy Below Here-----
"GameInfo"
{
game "Anti-Citizen"
title "Anti-Citizen"
title2 ""
type singleplayer_only

developer "Nate Fowler"
developer_url "http://www.nathan-fowler.com/"
icon "resource/icon"

FileSystem
{
SteamAppId 420

SearchPaths
{
game+mod |gameinfo_path|.
platform |gameinfo_path|.

game_lv hl2/hl2_lv.vpk
game+mod ep2/ep2_english.vpk
game+mod 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
platform |all_source_engine_paths|platform/platform_misc.vpk

mod+mod_write+default_write_path |gameinfo_path|.

game+game_write |gameinfo_path|.

gamebin episodic/bin

game |all_source_engine_paths|episodic
game |all_source_engine_paths|hl2
platform |all_source_engine_paths|platform
}
}
}
-----Copy Above Here-----

Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.