From 950f6529d3001cf844d7692025527aed69390d3a Mon Sep 17 00:00:00 2001 From: squeek Date: Tue, 31 Mar 2015 13:21:03 -0700 Subject: [PATCH] Switch back to dependence on Source SDK Base 2006 * See #4 * Needs a common/Fortress Forever/sdk/gameinfo.txt in the FF install --- README.md | 6 +++++- setup.bat | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52ea1e8..548f3a3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ The map source files of Fortress Forever 1. **Install Source SDK** * In Steam, go to the Library tab and select *Tools* from the dropdown - * Find Source SDK in the list and install it + * Find *Source SDK* in the list and install it +2. **Install Source SDK Base** +Note: Fortress Forever redistributes Source SDK Base, but there are issues when Hammer does not load appid 215; see issue #4 + * In Steam, go to the Library tab and select *Tools* from the dropdown + * Find *Source SDK Base 2006* in the list and install it 2. **Setup Source SDK** * Run Source SDK once (it will install some misc files and set the `sourcesdk` environment variable for you). Close it once it is finished. * Run [`setup.bat`](setup.bat) diff --git a/setup.bat b/setup.bat index 3798bc1..8e02f97 100644 --- a/setup.bat +++ b/setup.bat @@ -39,7 +39,7 @@ echo "Games" echo { echo "Fortress Forever" echo { -echo "GameDir" "%ModDir%" +echo "GameDir" "%GameDir%/sdk" echo "hammer" echo { echo "GameData0" "%ModDir%/fortressforever.fgd"