AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [YoumuKonpaku] CSGO DangerZone Community Plugin (https://forums.alliedmods.net/showthread.php?t=316129)

FantasyKanade 05-08-2019 12:43

[YoumuKonpaku] CSGO DangerZone Community Plugin
 
CSGO DangerZone Community Plugin


Version 1.0 video:


DESCRIPTION: Youtube Introduce
A plugin designed for DangerZone Community Server mode, it has many functions to make server run well with DangerZone. It contains Ready System, Broadcast System, Status Save System, Squad Manage System, Health System , Kill Sound, and so on.

When a player dead, you will hear amazing LOL(JP) voice pack !!! You can change it to english also.

Alerts:
This is a beta plugin, if you have any questions, please submit an issue, I can't promise I will solve that problem, but I want to try my best. You can modify this plugin, but I wish you don't delete and modify this function: YK_WelcomeMessages(), thank you!

Updates:
1. 2019/5/9: Change voice pack to LOL jaJP Kill Voice Pack.
2. 2019/5/10:
Fix server crash problems when server starting...
Fix when 2 players ready game start problem.
add yk_dzReadyToStartPlayersCount ConVar to control game start process.
3. NEW 2019/5/11: Added a subplugin that you can freely choose your team when Team Players Count > 1.

Functions:
1. Ready System: At least 6 players are ready, the game will start.
2. Broadcast System: The system will broadcast players status every {interval} seconds.
3. Status Save System: Plugin will auto save players status (Kill, Dead, Win) to mySql Database.
4. Squad Manage System: Now you can only change the team players count to 1 - 3.
5. Health System: You can change the spawn health and max health when the game begin.
6. Admin Panel: You can change game convars and respawn players, also cheats.
7. Death Sounds: This version => LOL jaJP Voice Pack.
8. I18N System: Now plugin supports Chinese and English.
9. Other repair: When a player died, plugin will auto put him to spectator.

Commands:
1. !ready:Ready
2. !unready:Unready
3. !start:Force start game (Admin Only)
4. !end:End game (Admin Only)
5. !fend:Force end game (Admin Only)
6. !dzadmin:Admin panel (Admin Only)
7. !respawn: Respawn a player (Admin Only)
8. !give: Give Items (Admin Only)
9. !savecfg: Save server info (Admin Only)
10. NEW !dzteam: Join team, only effects when Team Players Count > 1 (Player Command, Sub Plugin Command)

Cvars:
1. yk_dzEnable : PLEASE DONT USE THIS COMMAND AT THIS TIME !!!
2. yk_dzInterval : Broadcast interval (30s - 3600s)
3. yk_dzTeamCount : Set squad players count (1 man - 3 men)
4. yk_dzSpawnHealth : Set players spawn health after game begin (1hp - 1000hp)
5. yk_dzMaxHealth : Set players max health after game begin (1hp - 1000hp)
6. NEW yk_dzReadyToStartPlayersCount : Set game start needs minium ready players count (2 men - 18 men)

Problems you need care:
1. DO NOT USE yk_dzEnable COMMAND, IT WILL TRIGGER A EXCEPTION. When you want to disable the plugin, move `yk_dangerzone.smx` to `disable` folder.
2. Server will not auto-save your settings, you need to type `!savecfg` or go to Admin Panel to save them.
3. Other problems? Submit an issue!

HOW TO INSTALL?
Github

HOW TO DOWNLOAD?
Github Release

:wink::wink::wink::wink::wink::wink::wink::wi nk:

FantasyKanade 05-08-2019 12:53

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
I will upload a video later.

Enrory 05-09-2019 13:19

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Nice plugin thanks.

How can i change the 6 players Amount for Ready System?

FantasyKanade 05-09-2019 22:31

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Quote:

Originally Posted by Enrory (Post 2651018)
Nice plugin thanks.

How can i change the 6 players Amount for Ready System?

Line 615: readyPlayersCount + unreadyPlayersCount < 6
Line 620: int restPlayersCount = ((6 - readyPlayersCount) > 0) ? (6 - readyPlayersCount) : 0;
Line 628: (unreadyPlayersCount == 0 && readyPlayersCount >= 2) || (readyPlayersCount >= 6)

Translations 183: "en" " {1} / {2} players are ready.\nGame start needs at least 6 players."
Translations 184: "chi" " {1} / {2} 名玩家已准备\n至少需要6名玩家才能开始游戏。"

You can edit them. I will create a convar next version

Enrory 05-13-2019 11:13

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
thanks for new cvars!

iWeb 08-01-2019 23:39

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Quote:

Originally Posted by FantasyKanade (Post 2650888)
I will upload a video later.

Hey. Will work on this plugin continue?

Sincronic 08-03-2019 17:54

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Hey, I want to know to !

OXYD 08-04-2019 06:41

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Very nice!

P.S: btw, can you export the parachute code from the plugin? im trying to import those ropes from when u r falling down in a parachute plugin :)

Ronald E 08-20-2019 09:02

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Nice!
https://www.meme-arsenal.com/memes/7...5f7d8d7fb3.jpg

mlov420 09-19-2019 13:46

Re: [YoumuKonpaku] CSGO DangerZone Community Plugin
 
Anyone having issues with SQL stats?

I see that the Table creation and other SQL is written for MySQL 8+ . That is a relatively new version and most people are still in version 5.7. I can't get a table created with the current SQL query included with this plugin. It gives an error for the COLLATE part, since it doesn't exist until MySQL 8. Even if I remove it, there is another error that I can't seem to identify that is stopping it from creating a table.

Having no other issues with about 20 other DBs in this SQL setup. Figured I'd ask if others are experiencing this or if using this with MySQL 5.7 or less is going to cause problems. Maybe it's something the dev could include in a future update...compatibility with older versions?


All times are GMT -4. The time now is 22:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.