jRandomSkills — це плагін для CounterStrike 2, який додає хаосу та веселощів до ігрового процесу! У кожному раунді ви випадковим чином отримуєте одну з унікальних навичок — від невидимості та вибухових пострілів до маніпуляцій з камерою. Здивуйте своїх опонентів, візьміть під контроль матч та відкрийте для себе десятки креативних здібностей, які змінюють динаміку гри!
🔑 Дозволи
Щоб надати права адміністратора в CounterStrikeSharp:
У папці створіть файл з назвою .
game/csgo/addons/counterstrikesharp/configs/admins.jsonДодайте до нього наступний вміст:
{ "Juzlus": { "identity": "STEAM_0:0:94913632", "flags": ["@jRandomSkills/admin", "@jRandomSkills/owner"] } }Ви можете знайти свій за допомогою вебсайту steamidfinder .
steamIDЗбережіть файл і перезавантажте сервер, щоб застосувати зміни.
⚙️ Конфігурація
Всі навички можна налаштувати у файлі /, розташованому в папці.config.cfgskillsInfo.jsongame/csgo/addons/counterstrikesharp/plugins/jRandomSkills/configs/
config.json
{
"Settings": {
"GameMode": 3, // Game mode:
// 0 - Random skills for each player (It can't be the same twice in a row)
// 1 - Same skills for the whole team
// 2 - Same skills for all players
// 3 - Random skills for each player (It can't be the same until the map changes)
// 4 - Random skills for each player (Full random)
// 5 - Debug: Skills are assigned in turn
"YourSkillChatInfo": true, // Show your skill in chat
"KillerSkillInfo": true, // Show killer's skill in chat
"TeamMateSkillInfo": true, // Show allies' skills in chat
"SummaryAfterTheRound": true, // Show summary of the last round
"DebugMode": false, // Write activity to the ‘Debug’ folder
"AlternativeSkillButton": null, // Possible buttons:
// null, "Attack", "Jump", "Duck", "Forward", "Back",
// "Use", "Cancel", "Left", "Right", "Moveleft",
// "Moveright", "Attack2", "Run", "Reload", "Alt1",
// "Alt2", "Speed", "Walk", "Zoom", "Weapon1",
// "Weapon2", "Bullrush", "Grenade1", "Grenade2",
// "Attack3", "Scoreboard", "Inspect"
"SkillTimeBeforeStart": 7.0, // How many seconds before freeze time ends should skills
// drawing be completed? (freezetime - SkillTimeBeforeStart)
"SkillHudDuration": 999.0, // How long should the HUD be visible for?
"SkillDescriptionDuration": 999, // How long should the skill description be visible for?
"DisplayAlwaysDescription":false,// Always display skill description (SkillDescriptionDuration = 9999)
"DisableSpectateHUD": false, // Disable HTML HUD when spectating
"FlashingHtmlHudFix": true, // Enable FlashingHtmlHudFix
"CS2TraceRayDebug": false, // Enable trail visibility for 'Long Knife', 'Long Zeus'
"DisableHUDOnDeathPermission": "@jRandomSkills/death", // Disable the HUD after death for players with this permission
"DisableSkillsOnRoundEnd": false,// Disable all skills at the end of the round (when the summary is visible)
"LanguageSystem": {
"DefaultLangCode": "en", // Default language: en, pl, fr, pt-br, zh
"DisableGeoLite": false, // Disable player language search by geolocation GeoLite2 (MaxMind)
"LanguageInfos": [...] // Setting to change ISO languages to translations
},
"HtmlHudCustomisation": { // Settings for changing colours and font sizes
... // xxxl: 64px, xxl: 40px, xl: 32px
} // l: 24px, ml: 20px, m: 18px
... // sm: 16px, s: 12px, xs: 8px
},skillsInfo.json
[
{
"NeedsTeammates": false, // Requires other players on the team
"DisableOnFreezeTime": false, // Disable the skill during freeze time
"OnlyTeam": 0, // Skill availability:
// 0 - Everyone
// 2 - Terrorist
// 3 - CounterTerrorist
"Color": "#ff0000", // Skill color
"Active": true, // Enabled on startup
"Name": "Aimbot", // Skill name
"RequiredPermission": "" // Required permission
},
...
]playersLanguage.json
{
"76561198150092992": "en", // "SteamID": "name of the translation file"
...
}
Приєднуйтесь до обговорення
Ви можете написати зараз та зареєструватися пізніше. Якщо у вас є обліковий запис, авторизуйтесь, щоб опублікувати від імені свого облікового запису.