AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Disable end match nextmap vote (https://forums.alliedmods.net/showthread.php?t=331633)

Bacardi 03-30-2021 10:17

[CS:GO] Disable end match nextmap vote
 
2 Attachment(s)
[CS:GO] Disable end match nextmap vote
- Don't bring in-game map vote when mp_endmatch_votenextmap 0


CS:GO have own kind map cycle list, when you set mapgroup or host workshop collection.
You see map list by using command: print_mapgroup_sv
Code:

print_mapgroup_sv
Map group: mg_active
    de_inferno
    de_train
    de_mirage
    de_nuke
    de_dust2
    de_overpass
    de_vertigo

- SourceMod with base plugins is not using this map list, remember that!

If print_mapgroup_sv is not empty, show more than one map, you will get CS:GO in-game nextmap vote end of match.
Regardless you have set mp_endmatch_votenextmap 0, game still view maps at end of match. Players just can't vote anymore.
This plugin stop showing those maps when you have mp_endmatch_votenextmap 0

https://drive.google.com/uc?id=1G49y...ih0X2m2RxBXag0 after https://drive.google.com/uc?id=1A4cs...TTcfCVXtxKOFFH

Bonus:
- sm_endmatch_choreographed_scene, 1 by default.
When sm_endmatch_choreographed_scene 0, show only scoreboard, don't show choreographed scene at end of match.

https://drive.google.com/uc?id=1C_cK...qArI2X5r3wBXp5





Require:
DHooks2 = https://github.com/peace-maker/DHooks2/tags
https://github.com/peace-maker/DHooks2/releases
*UPDATE 08.03.2023 DHooks is part of SourceMod now. If you still did not notice it.

- CS:GO updates could break this plugin.
- Your server maybe crash by this plugin. Please, remove plugin and try again will crash stop.
- Tested on Windows, not sure how it work on Linux.


*edit
Here is version of plugin without sm_endmatch_choreographed_scene part #16

*edit
03.02.2023 - Gamedata file updated, twice

Cruze 03-31-2021 03:15

Re: [CS:GO] Disable end match nextmap vote
 
Pog! :bacon!:
Is there a way to reduce next level time too? "mp_endmatch_votenextleveltime" doesn't work properly :/ I have set its value to "3" but we still have to wait for 20 seconds.

Bacardi 03-31-2021 06:22

Re: [CS:GO] Disable end match nextmap vote
 
Quote:

Originally Posted by Cruze (Post 2742498)
Pog! :bacon!:
Is there a way to reduce next level time too? "mp_endmatch_votenextleveltime" doesn't work properly :/ I have set its value to "3" but we still have to wait for 20 seconds.

Code:

"mp_match_restart_delay" = "15" ( def. "25" ) min. 1.000000 max. 9999.000000
 client replicated
 - Time (in seconds) until a match restarts.


Cruze 04-01-2021 01:15

Re: [CS:GO] Disable end match nextmap vote
 
Quote:

Originally Posted by Bacardi (Post 2742512)
Code:

"mp_match_restart_delay" = "15" ( def. "25" ) min. 1.000000 max. 9999.000000
 client replicated
 - Time (in seconds) until a match restarts.


TF, I didn't even that existed. Thanks man <3 :bacon!:

8guawong 05-17-2021 09:39

Re: [CS:GO] Disable end match nextmap vote
 
plugin stops the voting but for some reason i can't get this image to show
https://forums.alliedmods.net/image-...74784b4f464648

i get the scoreboard but when i click right mouse button to toggle i get a blank screen instead of characters on screen

this is what i'm getting

https://i.imgur.com/blbn26j.jpg

Bacardi 05-20-2021 02:12

Re: [CS:GO] Disable end match nextmap vote
 
Quote:

Originally Posted by 8guawong (Post 2747063)
plugin stops the voting but for some reason i can't get this image to show

i get the scoreboard but when i click right mouse button to toggle i get a blank screen instead of characters on screen

this is what i'm getting

Which Operation System ?
Game mode, game type ?

Blank screen happen also when not single player do any recommended task/achievement in whole match. So try kill few players and look again at end of match.
Are you using any sourcemod plugin which end match sooner ?


*edit
I have tested on Windows 10, and works.
game_mode 0; game_type 0
Code:

meta version
 Metamod:Source Version Information
    Metamod:Source version 1.11.0-dev+1144
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Aug 25 2020 06:49:23
    Built from: https://github.com/alliedmodders/metamod-source/commit/7341116
    Build ID: 1144:7341116
    http://www.metamodsource.net/
sm version
 SourceMod Version Information:
    SourceMod Version: 1.10.0.6502
    SourcePawn Engine: 1.10.0.6502, jit-x86 (build 1.10.0.6502)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Dec 18 2020 11:19:18
    Built from: https://github.com/alliedmodders/sourcemod/commit/617fb77e
    Build ID: 6502:617fb77e
    http://www.sourcemod.net/
sm exts list
[SM] Displaying 10 extensions:
[01] Automatic Updater (1.10.0.6502): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6502): Extension for interacting with URLs
[03] CS Tools (1.10.0.6502): CS extended functionality
[04] BinTools (1.10.0.6502): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6502): Source SDK Tools
[06] DHooks (2.2.0-detours16): Dynamic Hooks
[07] SDK Hooks (1.10.0.6502): Source SDK Hooks
[08] Top Menus (1.10.0.6502): Creates sorted nested menus
[09] Client Preferences (1.10.0.6502): Saves client preference settings
[10] SQLite (1.10.0.6502): SQLite Driver
sm plugins list
[SM] Listing 22 plugins:
  01 "Admin all spec" (1.0.2) by Dr!fter
  02 "Admin File Reader" (1.10.0.6502) by AlliedModders LLC
  03 "Admin Help" (1.10.0.6502) by AlliedModders LLC
  04 "Admin Menu" (1.10.0.6502) by AlliedModders LLC
  05 "Anti-Flood" (1.10.0.6502) by AlliedModders LLC
  06 "Basic Ban Commands" (1.10.0.6502) by AlliedModders LLC
  07 "Basic Chat" (1.10.0.6502) by AlliedModders LLC
  08 "Basic Comm Control" (1.10.0.6502) by AlliedModders LLC
  09 "Basic Commands" (1.10.0.6502) by AlliedModders LLC
  10 "Basic Info Triggers" (1.10.0.6502) by AlliedModders LLC
  11 "Basic Votes" (1.10.0.6502) by AlliedModders LLC
  12 "clantag.smx"
  13 "Client Preferences" (1.10.0.6502) by AlliedModders LLC
  14 "[CS:GO] Disable end match nextmap vote" (30.3.2021) by Bacardi
  15 "Fun Commands" (1.10.0.6502) by AlliedModders LLC
  16 "Fun Votes" (1.10.0.6502) by AlliedModders LLC
  17 "MapChooser" (1.10.0.6502) by AlliedModders LLC
  18 "Nextmap" (1.10.0.6502) by AlliedModders LLC
  19 "Player Commands" (1.10.0.6502) by AlliedModders LLC
  20 "Reserved Slots" (1.10.0.6502) by AlliedModders LLC
  21 "Rock The Vote" (1.10.0.6502) by AlliedModders LLC
  22 "Sound Commands" (1.10.0.6502) by AlliedModders LLC


Ejziponken 05-22-2021 09:44

Re: [CS:GO] Disable end match nextmap vote
 
Is there a way to actually replace the current voting with something that works for all players on the server? The current one has some weird things going on, only some players can vote etc.

And no Im not asking for a mapchooser where u vote during gameplay. Im asking for a vote like the CSGO built in one, where u vote after the game.

Bacardi 05-23-2021 13:30

Re: [CS:GO] Disable end match nextmap vote
 
I assume you can do this with mapchooser as well, when match end -> start vote.

I try check

*edit
hmm, can't.


Quote:

Originally Posted by Ejziponken (Post 2747482)
Is there a way to actually replace the current voting with something that works for all players on the server? The current one has some weird things going on, only some players can vote etc.

And no Im not asking for a mapchooser where u vote during gameplay. Im asking for a vote like the CSGO built in one, where u vote after the game.


8guawong 05-24-2021 08:11

Re: [CS:GO] Disable end match nextmap vote
 
Quote:

Originally Posted by Bacardi (Post 2747322)
Which Operation System ?
Game mode, game type ?

Blank screen happen also when not single player do any recommended task/achievement in whole match. So try kill few players and look again at end of match.
Are you using any sourcemod plugin which end match sooner ?


*edit
I have tested on Windows 10, and works.
game_mode 0; game_type 0
Code:

meta version
 Metamod:Source Version Information
    Metamod:Source version 1.11.0-dev+1144
    Plugin interface version: 16:14
    SourceHook version: 5:5
    Loaded As: Valve Server Plugin
    Compiled on: Aug 25 2020 06:49:23
    Built from: https://github.com/alliedmodders/metamod-source/commit/7341116
    Build ID: 1144:7341116
    http://www.metamodsource.net/
sm version
 SourceMod Version Information:
    SourceMod Version: 1.10.0.6502
    SourcePawn Engine: 1.10.0.6502, jit-x86 (build 1.10.0.6502)
    SourcePawn API: v1 = 5, v2 = 12
    Compiled on: Dec 18 2020 11:19:18
    Built from: https://github.com/alliedmodders/sourcemod/commit/617fb77e
    Build ID: 6502:617fb77e
    http://www.sourcemod.net/
sm exts list
[SM] Displaying 10 extensions:
[01] Automatic Updater (1.10.0.6502): Updates SourceMod gamedata files
[02] Webternet (1.10.0.6502): Extension for interacting with URLs
[03] CS Tools (1.10.0.6502): CS extended functionality
[04] BinTools (1.10.0.6502): Low-level C/C++ Calling API
[05] SDK Tools (1.10.0.6502): Source SDK Tools
[06] DHooks (2.2.0-detours16): Dynamic Hooks
[07] SDK Hooks (1.10.0.6502): Source SDK Hooks
[08] Top Menus (1.10.0.6502): Creates sorted nested menus
[09] Client Preferences (1.10.0.6502): Saves client preference settings
[10] SQLite (1.10.0.6502): SQLite Driver
sm plugins list
[SM] Listing 22 plugins:
  01 "Admin all spec" (1.0.2) by Dr!fter
  02 "Admin File Reader" (1.10.0.6502) by AlliedModders LLC
  03 "Admin Help" (1.10.0.6502) by AlliedModders LLC
  04 "Admin Menu" (1.10.0.6502) by AlliedModders LLC
  05 "Anti-Flood" (1.10.0.6502) by AlliedModders LLC
  06 "Basic Ban Commands" (1.10.0.6502) by AlliedModders LLC
  07 "Basic Chat" (1.10.0.6502) by AlliedModders LLC
  08 "Basic Comm Control" (1.10.0.6502) by AlliedModders LLC
  09 "Basic Commands" (1.10.0.6502) by AlliedModders LLC
  10 "Basic Info Triggers" (1.10.0.6502) by AlliedModders LLC
  11 "Basic Votes" (1.10.0.6502) by AlliedModders LLC
  12 "clantag.smx"
  13 "Client Preferences" (1.10.0.6502) by AlliedModders LLC
  14 "[CS:GO] Disable end match nextmap vote" (30.3.2021) by Bacardi
  15 "Fun Commands" (1.10.0.6502) by AlliedModders LLC
  16 "Fun Votes" (1.10.0.6502) by AlliedModders LLC
  17 "MapChooser" (1.10.0.6502) by AlliedModders LLC
  18 "Nextmap" (1.10.0.6502) by AlliedModders LLC
  19 "Player Commands" (1.10.0.6502) by AlliedModders LLC
  20 "Reserved Slots" (1.10.0.6502) by AlliedModders LLC
  21 "Rock The Vote" (1.10.0.6502) by AlliedModders LLC
  22 "Sound Commands" (1.10.0.6502) by AlliedModders LLC


windows 10
casual mode
but yea maybe it's because i just test it with bot and do nothing and wait for map to end
i'll test it out some more :3

emvaized 09-19-2021 23:28

Re: [CS:GO] Disable end match nextmap vote
 
Works super great! Thanks.
I also wonder if it's possible to print next map to chat during this countdown in map end...


All times are GMT -4. The time now is 12:05.

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