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.