mirror of
https://github.com/fortressforever/fortressforever-maps.git
synced 2024-11-24 05:11:14 +00:00
Switch back to dependence on Source SDK Base 2006
* See #4 * Needs a common/Fortress Forever/sdk/gameinfo.txt in the FF install
This commit is contained in:
parent
6714d502d4
commit
950f6529d3
2 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue