Warcraft 3 Frozen Throne: Установка This guide will help you install Warcraft 3 Frozen Throne for Counter-Strike, Condition Zero, or Day of Defeat gaming servers.
Содержание
1 Требования
2 Размещение файлов
3 Конфигурация AMX Mod X
3.1 Добавление плагина
3.2 Вкключение module'й
Требования
Counter-Strike, Condition Zero.
Установленный AMX Mod X 1.76
Последняя версия Warcraft 3 Frozen Throne (загрузить)
Структура директорий
|--cstrike (или czero)
|--addons
|--amxmodx
|--configs - Папкасконфигами war3ft
|--plugins - Папка, куда должен быть помещен плагин war3ft.amxx
|--scripting - Папка, куда будет помещен war3ft.sma
|--sounds - Звуковое сопровождение
|--sprites - Спрайты
Конфигурация AMXModX
Добавление плагина
addons/amxmodx/configs/plugins.ini
Откройте этот файл и добавьте в нем следующую строчку:
war3ft.amxx debug
Включениенеобходимых module’й
addons/amxmodx/configs/modules.ini
Раскомментируйте в этом файле слежующие строчки
;;;
; To enable a module, remove the semi-colon ( in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
;mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;
fun
engine
fakemeta
;geoip
;sockets
;regex
nvault
cstrike
csx
Вы можете использовать лиюо MySQL, либо SQLite
Для MySQL расскомментируйте mysql сняв c нее “;” :
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
mysql
;sqlite
Для SQLite расскомментируйте mysql сняв c нее “;”
(Замечание: Для корректной работы вы должны загрузить SQLModules с amxmodx.org)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
;mysql
sqlite
Установка завершена ;]