Raised This Month: $32 Target: $400
 8% 

[UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)


Post New Thread Reply   
 
Thread Tools Display Modes
eudesafp
Member
Join Date: Aug 2013
Location: Brazil
Old 03-19-2014 , 21:54   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4001

Powerlord thank you!

I'll test tomorrow but I believe it will work beauty.

Again, thank you.

Quote:
Originally Posted by Powerlord View Post
OK, so I did some modifications to the Sound bits of UMC, then recompiled it. UMC now requires EmitSoundAny to compile (and EmitSoundAny 1.0.2 is included in the zip) and sounds should work properly in CS:GO now.

NOTE: I checked out the latest master branch of UMC first, so it includes any recent changes made to it, such as the NativeVotes patches that were in my 3.4.7 branch and KissLick's umc-mapcommands changes. So... TF2 people should feel free to use this version too.

I also added a new config file for umc-extend-position since it didn't have one. The source code is also included in this distribution, but you can also find the code for this release on my Github... and this code will likely be done as a pull request to Steell if it is indeed working.
eudesafp is offline
Send a message via Skype™ to eudesafp
eudesafp
Member
Join Date: Aug 2013
Location: Brazil
Old 03-20-2014 , 14:56   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4002

Powerlord,

I did the installation of plugins today and now no longer gives error and does not play any sound too ...

Soourcemod and Metamod:

Code:
meta version:
Metamod:Source version 1.10.1-dev
Build ID: 882:5605b95026b8-dev
Loaded As: Valve Server Plugin Compiled on: Mar 10 2014
Plugin interface version: 15:14 SourceHook version: 5:5


sm version
SourceMod Version Information: SourceMod Version: 1.6.0-dev+4284
SourcePawn Engine: SourcePawn 1.2, jit-x86 (build 1.6.0-dev+4284)
SourcePawn API: v1 = 4, v2 = 6
Compiled on: Mar 6 2014 19:37:18
Build ID: 4284:ffbdeec249d9
Arquivo vote_warnings.txt

Code:
//Vote warning definitions for Ultimate Mapchooser v3.0 by Steell

///////////////////////////////////////////////////////////////////////////////
//***************************************************************************//
//**                          ULTIMATE MAPCHOOSER                          **//
//***************************************************************************//
// The format of this file is as specified in the following example:         //
//                                                                           //
// "vote_warnings"                                                           //
// {                                                                         //
//      "default"  //The default definition, containing default values to be //
//                 //used in the event that they are ommited from actual     //
//                 //definitions.                                            //
//      {                                                                    //
//          //The message to be displayed for the warning. May contain the   //
//          //string {TIME}, which will be replaced in the message with the  //
//          //time (in seconds) before the vote appears.                     //
//          // Default value: "{TIME} seconds until vote."                   //
//          "message"       "string"                                         //
//                                                                           //
//          //The type of notification players will receive for this warning //
//          // Types                                                         //
//          // -----                                                         //
//          // C: Center message                                             //
//          // H: Hint message                                               //
//          // S: Say message                                                //
//          //    - Colors:  {DEFAULT}, {GREEN}, {LIGHTGREEN}                //
//          //      For L4D you can use {RED}.                               //
//          //      For TF2, DODS you can use {DARKGREEN}.                   //
//          //      For DODS you can not use {LIGHTGREEN}.                   //
//          // T: Top message                                                //
//          //    - Colors:  {WHITE}, {RED}, {GREEN}, {BLUE}, {YELLOW},      //
//          //               {PURPLE}, {CYAN}, {ORANGE}, {PINK}, {OLIVE},    //
//          //               {LIME}, {VIOLET}, {LIGHTBLUE}                   //
//          // G: Game Text TF message (TF2 only)                            //
//          // -----                                                         //
//          // Default value: "C"                                            //
//          "notification"  "string containing characters 'CHSTG'"           //
//                                                                           //
//          //The name of the sound (relative to the 'sound' directory) of   //
//          //the sound to be played. If empty, then no sound will be played.//
//          //May contain the string {TIME}, which will be replaced in the   //
//          //filename with the time (in seconds) before the vote appears.   //
//          // Default value: ""                                             //
//          "sound"         "filename"                                       //
//      }                                                                    //
//                                                                           //
//      "TRIGGER TIME" //Time before the vote that this warning is displayed.//
//                     //value: integer > 0                                  //
//                     //       A sequence of warnings can be defined by     //
//                     //       separating the starting and ending times with//
//                     //       "-"  Ex: "20-1" will make warnings from      //
//                     //                20secs to 1sec.                     //
//      {                                                                    //
//          "message"           "string"                                     //
//          "notification"      "string containing characters 'CHSTG'"       //
//          "sound"             "filename"                                   //
//      }                                                                    //
//                                                                           //
//      "TRIGGER TIME"                                                       //
//      {                                                                    //
//          ...                                                              //
//      }                                                                    //
//                                                                           //
//      ...                                                                  //
//                                                                           //
//      "TRIGGER TIME"                                                       //
//      {                                                                    //
//          ...                                                              //
//      }                                                                    //
// }                                                                         //
//***************************************************************************//
///////////////////////////////////////////////////////////////////////////////
"vote_warnings"
{
    
    
    "60"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\tf_60s.mp3"
    }
    "30"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\tf_30s.mp3"
    }
    "10"
    {
        "message"    "{TIME} {LIGHTGREEN}segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\ten.wav"
    }
    "9"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\nine.wav"
    }
    "8"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\eight.wav"
    }
    "7"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\seven.wav"
    }
    "6"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\six.wav"
    }
    "5"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\five.wav"
    }
    "4"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\four.wav"
    }
    "3"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\three.wav"
    }
    "2"
    {
        "message"    "{TIME} segundos para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\two.wav"
    }
    "1"
    {
        "message"    "{TIME} segundo para a proxima votacao."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\one.wav"
    }
    "0"
    {
        "message"    "{TIME} hora de voce votar."
        "notification"    "C"
        "sound"        "anarkia\mapchooser\csgo\gman_choose2.wav"
    }
}
Shows no error in the game console and not in the sourcemod logs

UMC LOGs:

Code:
L 03/20/2014 - 15:42:11: [umc-core.smx] VOTE MENU:
L 03/20/2014 - 15:42:11: [umc-core.smx] DEBUG: Setup slot blocking.
L 03/20/2014 - 15:42:11: [umc-core.smx] 2: awp_lego_r (0)
L 03/20/2014 - 15:42:11: [umc-core.smx] 3: awp_india (1)
L 03/20/2014 - 15:42:11: [umc-core.smx] 4: fy_biohazard (2)
L 03/20/2014 - 15:42:11: [umc-core.smx] 5: de_bagra_rc1 (3)
L 03/20/2014 - 15:42:11: [umc-core.smx] 6: fy_nova (4)
L 03/20/2014 - 15:42:11: [umc-core.smx] DEBUG: Adding Extend Option to vote menu. Position: 7
L 03/20/2014 - 15:42:11: [umc-core.smx] 7: Extend Map (?Extend?)
L 03/20/2014 - 15:42:11: [umc-core.smx] DEBUG: Setting proper pagination.
L 03/20/2014 - 15:42:11: [umc-core.smx] DEBUG: Vote menu built successfully.
L 03/20/2014 - 15:42:11: [umc-core.smx] DEBUG: Setting CVA True
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: MenuAction_Select
L 03/20/2014 - 15:42:17: [umc-core.smx] JOSELITO<2><STEAM_1:1:16582486><> selected menu item 2
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Handling vote results...
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Setting CVA False -- Completed
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *VoteManagerVoteCompleted*
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Processing vote results
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Old storage size (PVC): 0
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: New storage size: 1
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Determining if the vote meets the defined threshold of 0.000000
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Vote no longer in progress!
L 03/20/2014 - 15:42:17: [umc-core.smx] Setting nextmap to: awp_india
L 03/20/2014 - 15:42:17: [umc-randomcycle.smx] Disabling random nextmap selection.
L 03/20/2014 - 15:42:17: [umc-echonextmap.smx] DEBUG: Map changed, displaying message...
L 03/20/2014 - 15:42:17: [umc-echonextmap.smx] DEBUG: Attempting to display center message: "[UMC] Next Map: awp_india"
L 03/20/2014 - 15:42:17: [umc-echonextmap.smx] DEBUG: Attempting to display hint message: "awp_india"
L 03/20/2014 - 15:42:17: [umc-rockthevote.smx] DEBUG: Next Map has been set by UMC. Setting vote_completion flag to true
L 03/20/2014 - 15:42:17: [umc-endvote.smx] End of map vote disabled.
L 03/20/2014 - 15:42:17: [umc-core.smx] MAPVOTE: Players voted for map 'awp_india' from group 'DE'
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *MEMLEAKTEST* Closing map trie (ClearVoteArrays) {3, 4, 5}
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *MEMLEAKTEST* Closing map trie (ClearVoteArrays) {3, 4, 5}
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *MEMLEAKTEST* Closing map trie (ClearVoteArrays) {3, 4, 5}
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *MEMLEAKTEST* Closing map trie (ClearVoteArrays) {3, 4, 5}
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: *MEMLEAKTEST* Closing map trie (ClearVoteArrays) {3, 4, 5}
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: Deleting Vote Parameters
L 03/20/2014 - 15:42:17: [umc-core.smx] DEBUG: MenuAction_End
L 03/20/2014 - 15:42:17: [umc-core.smx] Vote has concluded.
L 03/20/2014 - 15:44:56: [umc-playercountmonitor.smx] Server is now watching for inproper number of players.
Sourcemods Erro Log:

Code:
L 03/20/2014 - 15:34:57: SourceMod error session started
L 03/20/2014 - 15:34:57: Info (map "de_inferno") (file "errors_20140320.log")
L 03/20/2014 - 15:34:57: [umc-maprate-reweight.smx] Plugin "Map Rate" is not loaded, cannot determine which SQL table to look for ratings in.
L 03/20/2014 - 15:34:57: [SM] Plugin encountered error 25: Call was aborted
L 03/20/2014 - 15:34:57: [SM] Native "SetFailState" reported: Plugin "Map Rate" is not loaded.
L 03/20/2014 - 15:34:57: [SM] Displaying call stack trace for plugin "umc-maprate-reweight.smx":
L 03/20/2014 - 15:34:57: [SM]   [0]  Line 159, C:\Projects\SourceMod\plugins\powerlord Ultimate-Mapchooser\addons\sourcemod\scripting\umc-maprate-reweight.sp::OnConfigsExecuted()
L 03/20/2014 - 15:36:41: Error log file session closed.
L 03/20/2014 - 15:36:41: SourceMod error session started
L 03/20/2014 - 15:36:41: Info (map "de_inferno") (file "errors_20140320.log")
L 03/20/2014 - 15:36:41: [umc-maprate-reweight.smx] Plugin "Map Rate" is not loaded, cannot determine which SQL table to look for ratings in.
L 03/20/2014 - 15:36:41: [SM] Plugin encountered error 25: Call was aborted
L 03/20/2014 - 15:36:41: [SM] Native "SetFailState" reported: Plugin "Map Rate" is not loaded.
L 03/20/2014 - 15:36:41: [SM] Displaying call stack trace for plugin "umc-maprate-reweight.smx":
L 03/20/2014 - 15:36:41: [SM]   [0]  Line 159, C:\Projects\SourceMod\plugins\powerlord Ultimate-Mapchooser\addons\sourcemod\scripting\umc-maprate-reweight.sp::OnConfigsExecuted()
L 03/20/2014 - 15:39:56: Error log file session closed.
L 03/20/2014 - 15:39:56: SourceMod error session started
L 03/20/2014 - 15:39:56: Info (map "ar_shoots") (file "errors_20140320.log")
L 03/20/2014 - 15:39:56: [umc-maprate-reweight.smx] Plugin "Map Rate" is not loaded, cannot determine which SQL table to look for ratings in.
L 03/20/2014 - 15:39:56: [SM] Plugin encountered error 25: Call was aborted
L 03/20/2014 - 15:39:56: [SM] Native "SetFailState" reported: Plugin "Map Rate" is not loaded.
L 03/20/2014 - 15:39:56: [SM] Displaying call stack trace for plugin "umc-maprate-reweight.smx":
L 03/20/2014 - 15:39:56: [SM]   [0]  Line 159, C:\Projects\SourceMod\plugins\powerlord Ultimate-Mapchooser\addons\sourcemod\scripting\umc-maprate-reweight.sp::OnConfigsExecuted()
Plugins:

Code:
[SM] Listing 43 plugins: 
01 "[UMC] Player Count Monitor" (3.4.7-dev) by Steell 
02 "[UMC] Time Limits" (3.4.7-dev) by Steell 
03 "Admin Menu" (1.6.0-dev+4284) by AlliedModders LLC 
04 "[UMC] Random Cycle" (3.4.7-dev) by Steell 
05 "[UMC] Echo Nextmap" (3.4.7-dev) by Steell 
06 "[UMC] Map Weight" (3.4.7-dev) by Steell 
07 "Admin File Reader" (1.6.0-dev+4284) by AlliedModders LLC 
08 "[UMC] Player Limits" (3.4.7-dev) by Steell 
09 "Fun Commands" (1.6.0-dev+4284) by AlliedModders LLC 
10 "[UMC] Vote Command" (3.4.7-dev) by Steell 
11 "SM Parachute" (2.5) by SWAT_88 
12 "[UMC] Extend and Don't Change Positioning" (3.4.7-dev) by Steell 
13 "[UMC] Map Commands" (3.4.7-dev) by Steell 
14 "Resetscore" (2.6.0) by shavit 
15 "[UMC] Rock The Vote" (3.4.7-dev) by Steell 
16 "SourceBans" (1.4.11) by SourceBans Development Team 
17 "[UMC] Post-Played Exclusion" (3.4.7-dev) by Sazpaimon and Steell 
18 "Fun Votes" (1.6.0-dev+4284) by AlliedModders LLC 
19 "Max Money After X Rounds" (1.0.1) by RedSword / Bob Le Ponge 
20 "Anti-Flood" (1.6.0-dev+4284) by AlliedModders LLC 
21 "Basic Votes" (1.6.0-dev+4284) by AlliedModders LLC 
22 "Quake Sounds" (2.7.2) by dalto, Grrrrrrrrrrrrrrrrrrr, and psychonic 
23 "[UMC] Nominations" (3.4.7-dev) by Steell 
24 "Basic Comm Control" (1.6.0-dev+4284) by AlliedModders LLC 
25 "Player Commands" (1.6.0-dev+4284) by AlliedModders LLC 
26 "Reserved Slots" (1.6.0-dev+4284) by AlliedModders LLC 
27 "[UMC] Native Voting" (3.4.7-dev) by Steell 
28 "Show Damage" (1.0.7) by exvel 
29 "Sound Commands" (1.6.0-dev+4284) by AlliedModders LLC 
30 "Admin Help" (1.6.0-dev+4284) by AlliedModders LLC 
31 "[UMC] Prefix Exclusion" (3.4.7-dev) by Steell 
32 "Advanced c4 Countdown Timer" (1.4.1) by dalto_editado_joselito 
33 "[UMC] Admin Menu" (3.4.7-dev) by Steell 
34 "[UMC] End of Map Vote Warnings" (3.4.7-dev) by Steell 
35 "Basic Commands" (1.6.0-dev+4284) by AlliedModders LLC 
36 "Basic Info Triggers" (1.6.0-dev+4284) by AlliedModders LLC 
37 "Client Preferences" (1.6.0-dev+4284) by AlliedModders LLC 
38 "[UMC] Ultimate Mapchooser Core" (3.4.7-dev) by Steell 
39 "Basic Chat" (1.6.0-dev+4284) by AlliedModders LLC 
40 "Nextmap" (1.6.0-dev+4284) by AlliedModders LLC 
41 "[UMC] End of Map Vote" (3.4.7-dev) by Steell 
42 "QuickDefuse" (0.3) by pRED* 
43 <Error> "[UMC] Map Rate Reweight" (3.4.7-dev) by Steell Load Errors: [UMC] Map Rate Reweight: Plugin "Map Rate" is not loaded.
Quake Sounds Woks fine !

Last edited by eudesafp; 03-20-2014 at 15:02.
eudesafp is offline
Send a message via Skype™ to eudesafp
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-20-2014 , 15:02   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4003

Quote:
Originally Posted by eudesafp View Post
Powerlord,

I did the installation of plugins today and now no longer gives error and does not play any sound too ...
Are there errors on the client console?

I'm also not sure how sv_pure interacts with sounds on CS:GO, so if you have sv_pure 1 set, you might want to add
Code:
	sound\anarkia\...		allow_from_disk
to the pure_server_whitelist.txt

Incidentally, you may want to move umc-maprate-reweight to the disabled folder, as it depends on a third-party plugin and spews errors into the error log if the other plugin isn't there.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-20-2014 at 15:04.
Powerlord is offline
eudesafp
Member
Join Date: Aug 2013
Location: Brazil
Old 03-20-2014 , 15:12   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4004

I change sv_pure to 0

see:

Code:
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\startyourvoting.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\endofvote.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\tf_60s.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\tf_30s.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\ten.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\nine.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\eight.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\seven.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\six.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\five.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\four.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\three.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\two.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\one.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\gman_choose2.wav'



No pure server whitelist. sv_pure = 0
SignalXWriteOpportunity(3)
Its on console game.

No sound yet.

Quake sounds work fine...



Warnings in 60 sec 30 sec and 10, 9, 8, 7 ...

Are shown in the game(Center Screeen) , I open the console game and not score shows no error regarding the sound.

Last edited by eudesafp; 03-20-2014 at 15:36.
eudesafp is offline
Send a message via Skype™ to eudesafp
rez0n
New Member
Join Date: Mar 2014
Old 03-21-2014 , 06:13   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4005

Hallo! What about votemap command for users?
how players can choose one map for vote in format yes/no?
rez0n is offline
rez0n
New Member
Join Date: Mar 2014
Old 03-21-2014 , 07:20   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4006

1. How can I rename item in AM "Stop adding maps"?
In translate files is epsent. I tired this, but not work
Code:
    "AM Stop Adding Maps"
    {
        "ru"    "Начать голосование"
    }
    "Stop Adding Maps"
    {
        "ru"    "Выбрать следующую карту wam"
    }
2. How I can turn off group selection in AM start vote? I need that would be the same as in nominate (only list all maps)

Thanks
rez0n is offline
Bittersweet
Veteran Member
Join Date: May 2012
Old 03-23-2014 , 11:56   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4007

Quote:
Originally Posted by eudesafp View Post
I change sv_pure to 0

see:

Code:
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\startyourvoting.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\endofvote.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\tf_60s.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\tf_30s.mp3'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\ten.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\nine.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\eight.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\seven.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\six.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\five.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\four.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\three.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\two.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\one.wav'
CheckUpdatingSteamResources: downloading file 'sound\anarkia\mapchooser\csgo\gman_choose2.wav'



No pure server whitelist. sv_pure = 0
SignalXWriteOpportunity(3)
Its on console game.

No sound yet.

Quake sounds work fine...



Warnings in 60 sec 30 sec and 10, 9, 8, 7 ...

Are shown in the game(Center Screeen) , I open the console game and not score shows no error regarding the sound.
They changed the way sv_pure works in some game awhile back. I'm not sure about CS:GO, and Valve's documentation at https://developer.valvesoftware.com/wiki/Pure_Servers seems incomplete, but the command itself issued in the server console gives pretty straightforward documentation:
Code:
sv_pure
--------------------------------------------------------
sv_pure: Only allow client to use certain files.

  -1 - Do not apply any rules or restrict which files the client may load.
   0 - Apply rules in cfg/pure_server_minimal.txt only.
   1 - Apply rules in cfg/pure_server_full.txt and then cfg/pure_server_whitelist.txt.
   2 - Apply rules in cfg/pure_server_full.txt.

   See cfg/pure_server_whitelist_example.txt for more details.
You might want to try sv_pure (without any parameters) in the server console and see if you get output similar to the CS:S output above. You might be able to test better with sv_pure -1.
__________________
Thank you in advance for your help

My plugins:
[CS:S] BOT Swat | [ANY] CVAR Randomizer | [CS:S] SM CS:S Tag Beta | [CS:S] Bot2Player
Awesome & Crucial plugins by other people:
[CS:S/CS:GO] GunGame | [UMC3] Ultimate Mapchooser | [ANY] Server Crontab | [ANY] SM ForceCamera
Bittersweet is offline
Bittersweet
Veteran Member
Join Date: May 2012
Old 03-23-2014 , 12:06   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4008

Quote:
Originally Posted by rez0n View Post
Hallo! What about votemap command for users?
how players can choose one map for vote in format yes/no?
The vote command module does support sm_umc_mapvote: https://code.google.com/p/sourcemod-...uleVoteCommand

As far as support a simple yes/no vote, that is all up to you in how you configure your umc_mapcycle.txt. You could configure it with just one map and enable the "Don't Change" option. As far as having a regular vote every map, and a simple yes/no type vote just when using sm_umc_mapvote, you'd want to change sm_umc_vc_cyclefile to a separate configuration file.

If you are new to UMC, I suggest you read all of the documentation at the link above, and also the documentation inside all of the .cfg files. UMC has many, many options, so it's pretty flexible for personal customization.
__________________
Thank you in advance for your help

My plugins:
[CS:S] BOT Swat | [ANY] CVAR Randomizer | [CS:S] SM CS:S Tag Beta | [CS:S] Bot2Player
Awesome & Crucial plugins by other people:
[CS:S/CS:GO] GunGame | [UMC3] Ultimate Mapchooser | [ANY] Server Crontab | [ANY] SM ForceCamera
Bittersweet is offline
Bittersweet
Veteran Member
Join Date: May 2012
Old 03-23-2014 , 12:58   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4009

Quote:
Originally Posted by rez0n View Post
1. How can I rename item in AM "Stop adding maps"?
In translate files is epsent. I tired this, but not work
Code:
    "AM Stop Adding Maps"
    {
        "ru"    "Начать голосование"
    }
    "Stop Adding Maps"
    {
        "ru"    "Выбрать следующую карту wam"
    }
2. How I can turn off group selection in AM start vote? I need that would be the same as in nominate (only list all maps)

Thanks
I'm not sure what you are trying to do there, or in what file that code is in. Russian language appears to be supported by UMC already. You can customize translations locally, but to add your own phrases in, you would have to recode and recompile. If the English phrase isn't in your translation files, just adding to the end won't work, because it is never triggered by UMC.
__________________
Thank you in advance for your help

My plugins:
[CS:S] BOT Swat | [ANY] CVAR Randomizer | [CS:S] SM CS:S Tag Beta | [CS:S] Bot2Player
Awesome & Crucial plugins by other people:
[CS:S/CS:GO] GunGame | [UMC3] Ultimate Mapchooser | [ANY] Server Crontab | [ANY] SM ForceCamera

Last edited by Bittersweet; 03-23-2014 at 12:58.
Bittersweet is offline
away000
Veteran Member
Join Date: Sep 2010
Old 03-30-2014 , 21:11   Re: [UMC3] Ultimate Mapchooser 3.4.5 (Updated 10/7/2012)
Reply With Quote #4010

SM Error Log
PHP Code:
L 03/30/2014 22:11:44SourceMod error session started
L 03
/30/2014 22:11:44Info (map "cs_italy") (file "errors_20140330.log")
L 03/30/2014 22:11:44: [SMUnable to load plugin "umc-adminmenu.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-core.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-echonextmap.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-endvote-warnings.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-endvote.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-mapcommands.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-maprate-reweight.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-nominate.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-playercountmonitor.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-playerlimits.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-postexclude.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-prefixexclude.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-randomcycle.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-rockthevote.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-timelimits.smx"Native "BfWriteString" was not found
L 03
/30/2014 22:11:44: [SMUnable to load plugin "umc-votecommand.smx"Native "BfWriteString" was not found 
Solved, was using a version who doesn't support CSGO.
__________________

Last edited by away000; 03-31-2014 at 01:22. Reason: Fixed.
away000 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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