m22b
Участник
- Сообщения
- 1,007
- Реакции
- 283
- Автор ресурса
- #1
Тема автора плагина на форуме am :
[CS:GO] Hats (with editor menu and 3rd person) - AlliedModders
GitHub - Franc1sco/Franug-hats: Hats plugin with editor menu and 3rd person
Демонстрационное видео:
[youtube]EVkPidfin6k[/youtube]
Описание
Особенности плагина:
Требования:
Dhooks
Настройки:
Вы можете добавлять свои шапки в файле addons/sourcemod/configs/franug_hats.txt в таком формате :
Пример:
Переменные:
Пропишите в server.cfg
Команды:
!hats - открывает меню шапок
!editor - открывает редактор шапок (Необходим Root admin flag, проще говоря флаг "z")
!reloadhats - обновляет конфигурацию шапок. Если вы добавили новые шапки то вам необходимо сменить карту (Необходим Root admin flag, проще говоря флаг "z")
Список изменений:
[CS:GO] Hats (with editor menu and 3rd person) - AlliedModders
GitHub - Franc1sco/Franug-hats: Hats plugin with editor menu and 3rd person
Демонстрационное видео:
[youtube]EVkPidfin6k[/youtube]
Описание
Особенности плагина:
- Все маски и шапки из игры уже включены и нет необходимости их загружать
- Авто скачивание файлов (моделей шапок)
- Камера от третьего лица (для более удобного просмотра когда вы прописываете !hats либо !editor)
- Продвинутый редактор в котором вы можете изменить координаты шапки и сохранить их
- Выбор шапки сохраняться (используется clientprefs), вам не нужно выбирать её каждую карту и т.д.
- Совместим с плагинами типа skinchooser , zombie servers, и т.д.
Требования:
Dhooks
Настройки:
Вы можете добавлять свои шапки в файле addons/sourcemod/configs/franug_hats.txt в таком формате :
C-подобный:
"Hat name"
{
"model" "hat route"
"attachment" "attachment used from the model, for example facemask or forward. (facemask by default)"
"position" "hat position"
"angles" "hat angles"
"bonemerge" "Bonemerge hat to the playermodel. Enabled = 1. Disabled = 0 (default = 0)"
"flag" "admin flag required for use this model. Leave in blank for public access (public access by default)"
"hide" "Hide hat model in first person view. Enabled = 1. Disabled and less cpu usage = 0 (default = 1)"
}
Пример:
C-подобный:
"White wings"
{
"model" "models/shop/wings/white.mdl"
"position" "-1.500000 -6.500000 -11.500000"
"angles" "-65.000000 170.000000 0.000000"
"hide" "0"
}
"Santa"
{
"model" "models/player/holiday/santahat.mdl"
"attachment" "facemask"
"position" "-1.500000 -4.500000 0.000000"
"angles" "-2.500000 12.500000 13.000000"
"flag" "b"
}
Переменные:
Пропишите в server.cfg
C-подобный:
sm_franughats_thirdperson "1" // Включить/отключить камеру от третьего лица при использовании "sm_editor"
Команды:
!hats - открывает меню шапок
!editor - открывает редактор шапок (Необходим Root admin flag, проще говоря флаг "z")
!reloadhats - обновляет конфигурацию шапок. Если вы добавили новые шапки то вам необходимо сменить карту (Необходим Root admin flag, проще говоря флаг "z")
Список изменений:
C-подобный:
Version 3.3.1
-Removed thirdperson for !hats commands and now is only for !editor
Version 3.0
[LIST]
[*]-Now the plugin use the New API and Syntax
[/LIST]
Version 2.4.1
[LIST]
[*]-Fixed some small issues
[/LIST]
Version 2.4
[LIST]
[*]-Fixed finally the crashes with bots
[*]-Optimizations
[/LIST]
Version 2.3
[LIST]
[*]-Optimizations in the SDKHook_SetTransmit function.
[*]-Added new "hide" value to the configuration file for dont use SDKHook_SetTransmit if not needed (less cpu usage). Check it in the example of the first post.
[*]-Added one new ConVar (see below).
[*]-Added a translation file.
[*]-Improved the flags system.
[*]-Fixed a crash with bots.
[*]-New cvar sm_franughats_thirdperson "1" - Enable/disable third-person while using "sm_hats" or "sm_editor"
[/LIST]
Version 2.2
[LIST]
[*]-Removed gamedata dependency and now the plugin works in Windows servers too.
[*]-Fixed that sometimes the hat not appear in player spawn.
[/LIST]
Version 2.1
[LIST]
[*]-A lot of optimizations
[*]-Now on the model change event, you hats are refreshed (Compatible with skinchooser plugins, zombie servers, etc)
[*]-Added flag support for each hat (see the example cfg in the first post)
[*]-Fixed some bugs
[*]-Now the 3rd person camera have front-view support always
[*]-Added new command !reloadhats - Reload hats configuration. You should change map if you add new hats models (Root admin flag required)
[*]Now [URL="https://forums.alliedmods.net/showthread.php?t=180114"]Dhooks[/URL] is required
[/LIST]
Последнее редактирование модератором: