Ricochet Level Creation/Configuring Hammer for Ricochet: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Undo revision 131329 by Vengeance (Talk))
Line 1: Line 1:
{{Вернуться к|Ricochet Level Creation}}
{{Back|Ricochet Level Creation}}
[[Source SDK]] не поддерживает Ricochet, потому что Ricochet является [[Goldsource]] игрой. Source SDK поддерживает только [[Source]] движок.
The [[Source SDK]] doesn't supports Ricochet because Ricochet is [[Goldsource]] game. Source SDK supporting only [[Source]] engine.
# Во первых Вам необходимо скачать Valve Hammer Editor 3.4 (VHE) и установить обновление ярлыка hammer.exe до версии 3.5, потому что только версия 3.5 поддерживает 3D просмотр моделей.
# First, you need to download Valve Hammer Editor 3.4 (VHE) and. Install it and update hammer.exe file to version 3.5 because only version 3.5 can draw models in 3D view.
# Откройте файл SteamApps\ricochet.gcf через [[GCFScape]]. Скопируйте оттуда ''ricochet\ricochet.wad'', который поместите в ''SteamApps\Имя вашего аккаунта\ricochet\ricochet'' папку, затем скопируйте ''ricochet\models\head.mdl'', ''ricochet\models\pow_visual.mdl'' и ''ricochet\models\player\male\male.mdl'' поместите в ''VHE\models\ricochet'' папку. Ricochet не нуждается в halflife.wad, поэтомуo, Вам не нуэно его извлекать.
# Open SteamApps\ricochet.gcf in [[GCFScape]]. Extract ''ricochet\ricochet.wad'' into ''SteamApps\your account name\ricochet\ricochet'' folder, then extract ''ricochet\models\head.mdl'', ''ricochet\models\pow_visual.mdl'' and ''ricochet\models\player\male\male.mdl'' into ''VHE\models\ricochet'' folder. Ricochet doesn't needs halflife.wad, so, you don't need to extract it.
# Запустите Hammer. Откройте настройки программы.
# Launch Hammer. Open Tools - Options window.
# Во вкладке Game Configurations сделайте новую конфигурацию для настройки Ricochet'a:
# In Game Configurations tab, make new configuration with this settings:
## Game Data Files: Скопируйте [[Ricochet.fgd]], сохраните, как ''Ricochet SiPlus.fgd'' и используйте его, как конфигурационный файл. {{Внимание|Не используйте Ricochet FGD вместе с Half-Life FGD. Это вызовет конфликтные ситуации.}}
## Game Data Files: Copy [[Ricochet.fgd]] into blank text file, save it as ''Ricochet SiPlus.fgd'' and then use it as Game Data File in Hammer. {{Warning|DO NOT use Ricochet FGD in pair with Half-Life FGD. It will cause entity conflicts.}}
## Game Executable Directory: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet''
## Game Executable Directory: ''Steam folder\SteamApps\your account name\ricochet''
## Mod Directory: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet\ricochet''
## Mod Directory: ''Steam folder\SteamApps\your account name\ricochet\ricochet''
## Game Directory: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet\valve''
## Game Directory: ''Steam folder\SteamApps\your account name\ricochet\valve''
# Build Programs настройки: {{Note|Я рекомендую Zoner's Half-Life Tools компилляторы, но подойдут и стандартные компилляторы VHE для Ricochet.}}
# Build Programs tab settings: {{Note|I recommend you Zoner's Half-Life Tools Custom Edition, but official compilers work normally with Ricochet.}}
## Game executable: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet\hl.exe''
## Game executable: ''Steam folder\SteamApps\your account name\ricochet\hl.exe''
## CSG executable: ''VHE folder\tools\qcsg.exe''
## CSG executable: ''VHE folder\tools\qcsg.exe''
## BSP executable: ''VHE folder\tools\qbsp2.exe''
## BSP executable: ''VHE folder\tools\qbsp2.exe''
## VIS executable: ''VHE folder\tools\vis.exe''
## VIS executable: ''VHE folder\tools\vis.exe''
## RAD executable: ''VHE folder\tools\qrad.exe''
## RAD executable: ''VHE folder\tools\qrad.exe''
## Папка для скомпилированных карт: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet\ricochet\maps''
## Place compiled maps in this directory before running the game: ''Steam folder\SteamApps\your account name\ricochet\ricochet\maps''
# Текстуры: ''Steam folder\SteamApps\Имя вашего аккаунта\ricochet\ricochet\ricochet.wad'' файл.
# In Textures tab add only ''Steam folder\SteamApps\your account name\ricochet\ricochet\ricochet.wad'' file.


Нажмите кнопку ОК и перезапустите Hammer
Now restart click OK/Apply and restart Hammer.
[[Category:Level Design Tutorials]]
[[Category:Level Design Tutorials]]
[[Category:Ricochet]]
[[Category:Ricochet]]

Revision as of 05:54, 7 May 2010

Ricochet Level Creation

The Source SDK doesn't supports Ricochet because Ricochet is Goldsource game. Source SDK supporting only Source engine.

  1. First, you need to download Valve Hammer Editor 3.4 (VHE) and. Install it and update hammer.exe file to version 3.5 because only version 3.5 can draw models in 3D view.
  2. Open SteamApps\ricochet.gcf in GCFScape. Extract ricochet\ricochet.wad into SteamApps\your account name\ricochet\ricochet folder, then extract ricochet\models\head.mdl, ricochet\models\pow_visual.mdl and ricochet\models\player\male\male.mdl into VHE\models\ricochet folder. Ricochet doesn't needs halflife.wad, so, you don't need to extract it.
  3. Launch Hammer. Open Tools - Options window.
  4. In Game Configurations tab, make new configuration with this settings:
    1. Game Data Files: Copy Ricochet.fgd into blank text file, save it as Ricochet SiPlus.fgd and then use it as Game Data File in Hammer.
      Warning.pngWarning:DO NOT use Ricochet FGD in pair with Half-Life FGD. It will cause entity conflicts.
    2. Game Executable Directory: Steam folder\SteamApps\your account name\ricochet
    3. Mod Directory: Steam folder\SteamApps\your account name\ricochet\ricochet
    4. Game Directory: Steam folder\SteamApps\your account name\ricochet\valve
  5. Build Programs tab settings:
    Note.pngNote:I recommend you Zoner's Half-Life Tools Custom Edition, but official compilers work normally with Ricochet.
    1. Game executable: Steam folder\SteamApps\your account name\ricochet\hl.exe
    2. CSG executable: VHE folder\tools\qcsg.exe
    3. BSP executable: VHE folder\tools\qbsp2.exe
    4. VIS executable: VHE folder\tools\vis.exe
    5. RAD executable: VHE folder\tools\qrad.exe
    6. Place compiled maps in this directory before running the game: Steam folder\SteamApps\your account name\ricochet\ricochet\maps
  6. In Textures tab add only Steam folder\SteamApps\your account name\ricochet\ricochet\ricochet.wad file.

Now restart click OK/Apply and restart Hammer.