From b659414c783b30fb76a5f790a2daf474093bf125 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Fri, 14 Oct 2022 16:04:04 -0500 Subject: [PATCH] Updated for v7.0 --- Modding-with-Mapbase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modding-with-Mapbase.md b/Modding-with-Mapbase.md index 19cf4c7..ba4d1f8 100644 --- a/Modding-with-Mapbase.md +++ b/Modding-with-Mapbase.md @@ -29,7 +29,7 @@ This is usually done by copying *(not extracting)* Mapbase's VPKs. Here are some ``` game+mod |gameinfo_path|mapbase/episodic/* game+mod |gameinfo_path|mapbase/hl2/* - game+mod |gameinfo_path|mapbase/shared/shared_content.vpk + game+mod |gameinfo_path|mapbase/shared/shared_content_v7_0.vpk ``` Your mod should now be able to run independently of Mapbase's original sourcemod folders. You may need to update these copied files yourself whenever Mapbase is updated.