Configuring Hammer for Empires: Difference between revisions
Appearance
mNo edit summary |
Adding and updating. |
||
Line 4: | Line 4: | ||
To set up hammer for empires you need to do the following things: | To set up hammer for empires you need to do the following things: | ||
== Game Configuration Tab == | |||
'''Add following .fgd files into your fgd list:''' | '''Add following .fgd files into your fgd list:''' | ||
* Base.fgd | * Base.fgd | ||
Line 19: | Line 20: | ||
All relative to where you installed empires, meening that if you configured your folders to be called somthing else then you need to specify the paths acording to that | All relative to where you installed empires, meening that if you configured your folders to be called somthing else then you need to specify the paths acording to that | ||
== Build Programs == | |||
'''Game executable:''' | |||
$SteamUserDir\half-life 2\hl2.exe | |||
'''BSP executable:''' | |||
$SteamUserDir\sourcesdk\bin\vbsp.exe | |||
'''VIS executable:''' | |||
$SteamUserDir\sourcesdk\bin\vvis.exe | |||
'''RAD executable:''' | |||
$SteamUserDir\sourcesdk\bin\vrad.exe | |||
'''Place compiled maps in this directory before running the game:''' | |||
$SteamDir\SteamApps\SourceMods\Empires\maps | |||
[[Category:Mapping|Configuring Hammer]] | [[Category:Mapping|Configuring Hammer]] |
Revision as of 18:17, 12 March 2006
Home > Configuring Hammer for Empires
To set up hammer for empires you need to do the following things:
Game Configuration Tab
Add following .fgd files into your fgd list:
- Base.fgd
- Halflife2.fgd
- Empires.fgd
The Game executable Directory shoud be set to:
$SteamUserDir\half-life 2\hl2
The game directory shoud be set to:
$SteamDir\SteamApps\SourceMods\Empires
The hammer vmf directory shodu be set to:
$SteamDir\SteamApps\SourceMods\Empires\maps
All relative to where you installed empires, meening that if you configured your folders to be called somthing else then you need to specify the paths acording to that
Build Programs
Game executable:
$SteamUserDir\half-life 2\hl2.exe
BSP executable:
$SteamUserDir\sourcesdk\bin\vbsp.exe
VIS executable:
$SteamUserDir\sourcesdk\bin\vvis.exe
RAD executable:
$SteamUserDir\sourcesdk\bin\vrad.exe
Place compiled maps in this directory before running the game:
$SteamDir\SteamApps\SourceMods\Empires\maps