From 93737834eaaf2a9200f2efcfc52b059eeba69216 Mon Sep 17 00:00:00 2001 From: rxhfcy <42669366+rxhfcy@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:47:21 +0200 Subject: [PATCH] Update README.md: add missing portal_*.txt files to "How to build" otherwise make complains about missing Portal/portal/resource/portal_*.txt: #Exception: not found vpk/Portal/portal/resource/portal_english.txt --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f64f368..0020488 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,10 @@ Portal/hl2/resource/valve_.txt Portal/portal/resource/closecaption_english.txt Portal/portal/resource/closecaption_.txt Portal/portal/resource/closecaption_.txt + +Portal/portal/resource/portal_english.txt +Portal/portal/resource/portal_.txt +Portal/portal/resource/portal_.txt ``` Finally, run `make` to build the project.