Fix the departure of the mod to the portal

Now we will fix the departure of mods to the portal..

 

Departure

Almost everyone had a crash of mods. I had this with Factum Solus.
When you launch the mod for the first time, then instead of a splash screen, a white screen and crashes with an error.

Step 1

Press pkm (right click) on mod, then management>show local files.

Step 2

Open the gameinfo file and find these lines:
 SearchPaths
		{
			Game				|gameinfo_path|.
			Game				portal
			Game				hl2
		}
	}
}

Delete and insert these lines:

 SearchPaths
{
game+mod |gameinfo_path|.
platform |gameinfo_path|.
game_lv hl2/hl2_lv.vpk
game |all_source_engine_paths|portal/portal_pak.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 portal/bin
game |all_source_engine_paths|portal
game |all_source_engine_paths|hl2
platform |all_source_engine_paths|platform
}
}
} 
And save.

Be the first to comment

Leave a Reply

Your email address will not be published.


*