From 550373c03b0164d9bcf380b5c96e16d63f0a1cde Mon Sep 17 00:00:00 2001 From: hackgrid Date: Sat, 4 Nov 2023 11:00:27 +0100 Subject: [PATCH] Update README.md with correct paths --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 098fdf9..4978c9b 100644 --- a/README.md +++ b/README.md @@ -96,19 +96,8 @@ sudo apt install nodejs
-You will need to add at least one of the following files from where Portal is installed to the folder `resource/`. You can add multiple languages if desired. - -``` -hl2/resource/gameui_english.txt -hl2/resource/gameui_.txt -hl2/resource/gameui_.txt - -portal/resource/closecaption_english.txt -portal/resource/closecaption_.txt -portal/resource/closecaption_.txt -``` - -You then need to add the following files from where Portal is installed to the folder `vpk/` OR create a symbolic link to the `Portal` folder there. (see [vpk/add_vpk_here.md](./vpk/add_vpk_here.md) for more details!) +You then need to add the following files from where Portal is installed to the folder `vpk/` OR create a symbolic link to the `Portal` folder there (see [vpk/add_vpk_here.md](./vpk/add_vpk_here.md) for more details!). +You can add multiple languages if desired. ``` Portal/portal/portal_pak_000.vpk @@ -131,6 +120,14 @@ Portal/hl2/hl2_misc_003.vpk Portal/hl2/hl2_misc_dir.vpk Portal/hl2/media/valve.bik + +Portal/hl2/resource/gameui_english.txt +Portal/hl2/resource/gameui_.txt +Portal/hl2/resource/gameui_.txt + +Portal/portal/resource/closecaption_english.txt +Portal/portal/resource/closecaption_.txt +Portal/portal/resource/closecaption_.txt ``` Finally, run `make` to build the project.