Здесь показаны различия между двумя версиями данной страницы.
|
xashcookbook:en:articles:archived:liblist [2014/06/08 13:46] crxtrdude Edited some formatting issues |
xashcookbook:en:articles:archived:liblist [2014/06/08 13:48] (текущий) crxtrdude |
||
|---|---|---|---|
| Строка 27: | Строка 27: | ||
| game "Half-Life 1.5" | game "Half-Life 1.5" | ||
| startmap "c0a0" | startmap "c0a0" | ||
| - | trainingmap "t0a0" | + | trainmap "t0a0" |
| mpentity "info_player_deathmatch" | mpentity "info_player_deathmatch" | ||
| gamedll "dlls\hl.dll" | gamedll "dlls\hl.dll" | ||
| Строка 88: | Строка 88: | ||
| game "Half-Life 1.5" | game "Half-Life 1.5" | ||
| startmap "c0a0" | startmap "c0a0" | ||
| - | trainingmap "t0a0" | + | trainmap "t0a0" |
| mpentity "info_player_deathmatch" | mpentity "info_player_deathmatch" | ||
| gamedll "dlls\hl.dll" | gamedll "dlls\hl.dll" | ||
| Строка 131: | Строка 131: | ||
| gamedir "zombspce" | gamedir "zombspce" | ||
| startmap "xxxx (name of your starting map)" | startmap "xxxx (name of your starting map)" | ||
| - | trainingmap "t0a0" | + | trainmap "t0a0" |
| mpentity "info_player_deathmatch" | mpentity "info_player_deathmatch" | ||
| gamedll "dlls\hl.dll" | gamedll "dlls\hl.dll" | ||
| Строка 160: | Строка 160: | ||
| * **gamedll**: The game DLL to load for running a server for this mod. | * **gamedll**: The game DLL to load for running a server for this mod. | ||
| * **startmap**: When a user chooses "New Game" for a single player mod, this is the map that is loaded. | * **startmap**: When a user chooses "New Game" for a single player mod, this is the map that is loaded. | ||
| - | * **trainingmap**: When a user chooses "Hazard Course" for a single player mod, this is the map that is loaded. | + | * **trainmap**: When a user chooses "Hazard Course" for a single player mod, this is the map that is loaded. |
| Here are some example liblist.gam settings for other MODs that you can use as templates: | Here are some example liblist.gam settings for other MODs that you can use as templates: | ||