Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Steell
SourceMod Donor
Join Date: Mar 2009
Old 08-06-2012 , 22:56  
Reply With Quote #2901

This one does.

I forget if there's one by default under "Server Commands", but you could always add your own if you don't want to install UMC: http://wiki.alliedmods.net/Dynamic_A...nu_(SourceMod)
__________________
Steell is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 08-07-2012 , 02:10   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2902

Quote:
Originally Posted by daad View Post
Please don't abuse me if I don't understand. I am trying to complete the change-over to SM from years of Mani. One of the features we use as admin a lot is the abilty to choose the nextmap from the menu in Mani. Is there a SM plugin that has that function? I know that SM has the nextmap function but it needs to be typed in. I run a couple hundred maps on several HL2DM servers and need the menu function to keep up. Thanks to any who respond with direction.

Daad
To answer your next upcoming question ^^

PHP Code:
"Commands"
{
    
"ServerCommands"
    
{
       
"cmd" "sm_setnextmap #1"
       "execute" "server"
       "1"
       
{
           
"type" "mapcycle"
           "title" "Choose nextmap"
       
}
    }

sm_setnextmap comes with Sourcemod itself and doesent need any further Plugins
__________________
micazoid is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 08-07-2012 , 04:01   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2903

@steel: i manually downloaded the zip and placed it on the servers. so far this seems to have resolved it (the extended comm menu was broken too, just like last time) so somewhere it downloads it incorrectly? Dont know if there is any crc checking done of some sort on the files being downloaded.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
zloykif
Member
Join Date: May 2010
Old 08-07-2012 , 05:00   Re: [UMC3] Ultimate Mapchooser 3.4 (Updated 7/22/2012)
Reply With Quote #2904

Quote:
Originally Posted by Steell View Post
I'll see what I can do.
so, it's possible?
PS: also would be nice add utf8 support for mapcycle groupname
zloykif is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-07-2012 , 09:40   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2905

Quote:
Originally Posted by daad View Post
Please don't abuse me if I don't understand. I am trying to complete the change-over to SM from years of Mani. One of the features we use as admin a lot is the abilty to choose the nextmap from the menu in Mani. Is there a SM plugin that has that function? I know that SM has the nextmap function but it needs to be typed in. I run a couple hundred maps on several HL2DM servers and need the menu function to keep up. Thanks to any who respond with direction.

Daad
This should already be in your /admin menu, under Server Commands.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-07-2012 at 09:40.
Powerlord is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 08-07-2012 , 09:58   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2906

Quote:
Originally Posted by snelvuur View Post
@steel: i manually downloaded the zip and placed it on the servers. so far this seems to have resolved it (the extended comm menu was broken too, just like last time) so somewhere it downloads it incorrectly? Dont know if there is any crc checking done of some sort on the files being downloaded.
I don't believe that the Updater plugin does this. I know the cURL extension supports hashing, so it might be possible for GoD-Tony to implement it, but then that would require all server owners to have the cURL extension installed, as opposed to either Sockets, cURL, or SteamTools (which are your current options for the plugin).
__________________
Steell is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 08-07-2012 , 10:20   Re: [UMC3] Ultimate Mapchooser 3.4 (Updated 7/22/2012)
Reply With Quote #2907

Quote:
Originally Posted by zloykif View Post
PS: also would be nice add utf8 support for mapcycle groupname
At the moment, UMC is restricted to what is offered by Valve's KeyValue parser. With the release of SourceMod 2.0, I will remove the reliance on Valve's parser and instead use SourceMod's built-in SMC parser, which should allow for UTF8 as well as a bunch of other nifty features.
__________________
Steell is offline
russell99ky
Member
Join Date: Apr 2008
Old 08-07-2012 , 13:13   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2908

Getting this error:

13:127 sm plugins reload umc-nominate
13:127 [SM] Plugin [UMC] Nominations reloaded successfully.
KeyValues Error: RecursiveLoadFromBuffer: got } in key in file umc_mapcycle.txt
umc_mapcycle, Gaming-God Maps, {, (*ctf_turbine*),
KeyValues Error: LoadFromBuffer: missing { in file umc_mapcycle.txt
(*umc_mapcycle*), (*Gaming-God Maps*), (*{*), (*ctf_turbine*),

my umc mapcycle text:
"umc_mapcycle"
{
"Gaming-God Maps" //Name this whatever you like
{
"maps_invote" "5"
//...other settings...

//Place maps here
//-------------
"ctf_2fort" {}

"cp_dustbowl" {}

"pl_goldrush" {}

"pl_badwater" {}

"ctf_turbine" {}

{
// ...settings...
}
//...
}
}



Any help would be great!!!
Thanks!!

Last edited by russell99ky; 08-07-2012 at 13:14.
russell99ky is offline
Steell
SourceMod Donor
Join Date: Mar 2009
Old 08-07-2012 , 14:04   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2909

Quote:
Originally Posted by russell99ky View Post
Getting this error:

13:127 sm plugins reload umc-nominate
13:127 [SM] Plugin [UMC] Nominations reloaded successfully.
KeyValues Error: RecursiveLoadFromBuffer: got } in key in file umc_mapcycle.txt
umc_mapcycle, Gaming-God Maps, {, (*ctf_turbine*),
KeyValues Error: LoadFromBuffer: missing { in file umc_mapcycle.txt
(*umc_mapcycle*), (*Gaming-God Maps*), (*{*), (*ctf_turbine*),
Code:
"umc_mapcycle"
{
    "Gaming-God Maps" //Name this whatever you like
    {
        "maps_invote"   "5"
        //...other settings...
        
        //Place maps here
        //-------------
        "ctf_2fort" {}

        "cp_dustbowl" {}
    
        "pl_goldrush" {}

        "pl_badwater" {}

        "ctf_turbine" {}
    }
}
__________________

Last edited by Steell; 08-07-2012 at 14:04.
Steell is offline
Pasa
Junior Member
Join Date: Apr 2012
Old 08-07-2012 , 14:31   Re: [UMC3] Ultimate Mapchooser 3.4.1 (Updated 8/4/2012)
Reply With Quote #2910

I've got a problem - adminmenu doesn't working on my servers
UPD Ooops... I've solved it just updated ALL UMC plugins to the latest versions

Code:
sm plugins info 69
Filename: umc-adminmenu.smx
           Load error: Native "UMC_FormatDisplayString" was not found
           File info: (title "[UMC] Admin Menu") (version "3.4.1")
           File URL: http://forums.alliedmods.net/showthread.php?t=134190

sm plugins list
           01 "Admin Menu" (1.4.4) by AlliedModders LLC
           02 "Advertisements" (0.5.5) by Tsunami
           03 "[UMC] Time Limits" (3.4.1) by Steell
           04 "Simple AllTalk Manager" (1.3.0) by Simple Plugins
           05 "SMAC KAC Global Banlist" (0.8.0.4) by Kigen
           06 "Sammy's Afker Kicker" (1.0.1) by NBK - Sammy-ROCK!
           07 "SMAC Command Monitor" (0.8.0.4) by GoD-Tony, psychonic, Kigen
           08 "{MSTR} Fake and Force" (1.0) by MasterOfTheXP
           09 "Nextmap" (1.4.4) by AlliedModders LLC
           10 "Basic Info Triggers" (1.4.4) by AlliedModders LLC
           11 "SaveChat" (SaveChat_1.2.1) by citkabuto
           12 "[UMC] Player Count Monitor" (3.4.1) by Steell
           13 "TF Force Holidays" (1.3.1) by Powerlord
           14 "[UMC] Random Cycle" (3.4.1) by Steell
           15 "[UMC] Extend and Don't Change Positioning" (3.3r2) by Steell
           16 "Basic Chat" (1.4.4) by AlliedModders LLC
           17 "Map configs" (1.1.1) by Berni
           18 "[UMC] Post-Played Exclusion" (3.3.1) by Sazpaimon and Steell
           19 "Anti-Flood" (1.4.4) by AlliedModders LLC
           20 "Updater" (1.1.5) by GoD-Tony
           21 "Reserved Slots" (1.4.4) by AlliedModders LLC
           22 "[TF2Items] Manager" (1.4.1) by Damizean & Asherkin
           23 "Network Tools" (1.3) by Kyle Sanderson
           24 "TF2 Class Restrictions" (0.6) by Tsunami
           25 "[UMC] Player Limits" (3.4.1) by Steell
           26 "[UMC] Vote Command" (3.4.1) by Steell
           27 "SMAC AutoTrigger Detector" (0.8.0.4) by GoD-Tony
           28 "SMAC ConVar Checker" (0.8.0.4) by GoD-Tony, psychonic, Kigen
           29 "Auto Recorder" (1.1.0) by Stevo.TVR
           30 "[DEV] TF2 Items Info" (1.7.10-20120629) by Leonardo
           31 "[UMC] Prefix Exclusion" (3.3.2) by Steell
           32 "Trade Chat" (1.4) by Luki
           33 "FunStuff" (0.3) by kroleg
           34 "Fun Votes" (1.4.4) by AlliedModders LLC
           35 "Player Commands" (1.4.4) by AlliedModders LLC
           36 "[TF2Items] Give Weapon" (3.11) by asherkin (Updated by FlaminSarge)
           37 "Spy Talk" (1.0.2) by Xsinthis`
           38 "Fun Commands X" (2.1) by Spazman0 and Arg!
           39 "SMAC Anti-Speedhack" (0.8.0.4) by GoD-Tony
           40 "SourceBans" (1.4.9) by SourceBans Development Team
           41 "[UMC] Rock The Vote" (3.3.2) by Steell
           42 "Spray Tracer" (5.8a) by Nican132, CptMoore, Lebson506th
           43 "TF2 Event Sound" (0.0.1.0) by kroleg, omgiafs
           44 "Fun Commands" (1.4.4) by AlliedModders LLC
           45 "[TF2] Roll The Dice" (0.3.8.2) by linux_lover
           46 "Sound Commands" (1.4.4) by AlliedModders LLC
           47 "Admin Help" (1.4.4) by AlliedModders LLC
           48 "[TF2] Free2BeRenamed" (2.0.0) by DarthNinja
           49 "SourceMod Anti-Cheat" (0.8.0.4) by GoD-Tony, psychonic
           50 "SMAC Eye Angle Test" (0.8.0.4) by GoD-Tony, psychonic
           51 "SMAC Aimbot Detector" (0.8.0.4) by GoD-Tony
           52 "Basic Votes" (1.4.4) by AlliedModders LLC
           53 "Basic Commands" (1.4.4) by AlliedModders LLC
           54 "Anti-Ping Mask" (1.6.0) by atom0s
           55 "SMAC Client Protection" (0.8.0.4) by GoD-Tony, psychonic, Kigen
           56 "[UMC] Echo Nextmap" (3.3.2) by Steell
           57 "[TF2] Name CleanUp and Tagger" (2.0.0) by DarthNinja & Sillium
           58 "[UMC] Ultimate Mapchooser Core" (3.3.2) by Steell
           59 "SMAC Spinhack Detector" (0.8.0.4) by GoD-Tony
           60 "TeamSwitch" (1.3) by MistaGee
           61 "Admin File Reader" (1.4.4) by AlliedModders LLC
           62 "Class Enforcer" (0.2) by linux_lover
           63 "[TF2] gScramble Team Manager" (3.0.11) by Goerge
           64 "[UMC] Map Weight" (3.3.2) by Steell
           65 "Basic Comm Control" (1.4.4) by AlliedModders LLC
           66 "REGEX word filter" (1.2) by Twilight Suzuka
           67 "[UMC] Map Commands" (3.3.2) by Steell
           68 "Client Preferences" (1.4.4) by AlliedModders LLC
           69 <Failed> "[UMC] Admin Menu" (3.4.1) by Steell
           70 "[TF2] Spawn Stickybomb Removal" (1.0.0) by DarthNinja

sm exts list
         [01] Automatic Updater (1.4.4): Updates SourceMod gamedata files
         [02] Webternet (1.4.4): Extension for interacting with URLs
         [03] TF2Items (1.5.2): TF2 Item Modifier
         [04] TF2 Tools (1.4.4): TF2 extended functionality
         [05] BinTools (1.4.4): Low-level C/C++ Calling API
         [06] Top Menus (1.4.4): Creates sorted nested menus
         [07] Regex (1.4.4): Provides regex natives for plugins
         [08] SDK Tools (1.4.4): Source SDK Tools
         [09] Socket (3.0.1): Socket extension for SourceMod
         [10] GeoIP (1.4.4): Geographical IP information
         [11] SteamTools (0.8.2): SteamWorks for SourceMod.
         [12] cURL Extension (1.3.0.0): cURL Extension
         [13] Client Preferences (1.4.4): Saves client preference settings
         [14] SQLite (1.4.4): SQLite Driver
         [15] Connect (1.0.0): 
         [16] MySQL-DBI (1.4.4): MySQL driver implementation for DBI

sm version
             SourceMod Version: 1.4.4
             SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.4.4)
             SourcePawn API: v1 = 4, v2 = 3
             Compiled on: Jul  3 2012 15:35:16
             Build ID: 3523:29186166cc99
             http://www.sourcemod.net/

meta list
           [01] SourceMod (1.4.4) by AlliedModders LLC
           [02] TF2Items (1.5.2) by Asherkin & AzuiSleet & Damizean
           [03] TF2 Tools (1.4.4) by AlliedModders LLC
           [04] SDK Tools (1.4.4) by AlliedModders LLC
           [05] SteamTools (0.8.2) by Asher Baker (asherkin)
           [06] Connect (1.0.0) by Asher "asherkin" Baker

meta version
Metamod:Source version 1.8.7
         Build ID: 772:99b7a0a11fec
         Loaded As: Valve Server Plugin
         Compiled on: Jun 23 2011
         Plugin interface version: 15:14
         SourceHook version: 5:5
         http://www.metamodsource.net/

Last edited by Pasa; 08-07-2012 at 14:40.
Pasa 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 01:35.


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