Server Plugin: UMC for Empires

Discussion in 'General' started by CyberKiller, Jul 1, 2014.

  1. Neoony

    Neoony Member

    Messages:
    1,370
    Likes Received:
    106
    Trophy Points:
    0
    Think it also requires Updater plugin, or it will not compile.
    If you get errors.
    Either download updater plugin and paste it into your sourcemod folder and then compile UMC
    Updater: https://forums.alliedmods.net/showthread.php?t=169095
    Download source, not the .smx

    Or just delete the updater lines in the files with error (like umc-core.sp, not sure if there are more)

    I deleted those lines when making a compile for Mr X.

    Although it might be nice to have server owners set up Updater. Might take some work to set up.
    But never tried :P
    ----
    I might wanna put up easier / compiled / empires specific version on git.empiresmod.com sometime.
    This is a big mess as far as Iam concerned xD
     
    Last edited: Sep 8, 2017
  2. Xyaminou

    Xyaminou Member

    Messages:
    1,369
    Likes Received:
    156
    Trophy Points:
    0
    It would be really great if we had an "official" map voting plugin.
    Cyberkiller's so far is the best choice and I have some ideas for it but we'd need someone to take over.
     
  3. Xyaminou

    Xyaminou Member

    Messages:
    1,369
    Likes Received:
    156
    Trophy Points:
    0
    By the way, here is an error that happens whenever you manually change map (and in some other cases).

    Code:
    L 09/22/2017 - 16:13:18: [SM] Exception reported: Invalid timer handle 44d02d1 (error 3)
    L 09/22/2017 - 16:13:18: [SM] Blaming: umc-emp-mapvote.smx()
    L 09/22/2017 - 16:13:18: [SM] Call stack trace:
    L 09/22/2017 - 16:13:18: [SM]   [0] KillTimer
    L 09/22/2017 - 16:13:18: [SM]   [1] Line 686, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-emp-mapvote.sp::UMC_OnNextmapSet()
    L 09/22/2017 - 16:13:18: [SM]   [3] Call_Finish
    L 09/22/2017 - 16:13:18: [SM]   [4] Line 4834, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::DoMapChange()
    L 09/22/2017 - 16:13:18: [SM]   [5] Line 1767, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::Native_UMCSetNextMap()
    L 09/22/2017 - 16:13:18: [SM]   [7] UMC_SetNextMap
    L 09/22/2017 - 16:13:18: [SM]   [8] Line 621, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-emp-mapvote.sp::DoRandomNextMap()
    L 09/22/2017 - 16:13:18: [SM]   [9] Line 606, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-emp-mapvote.sp::DoMapChangeFailSafe()
    L 09/22/2017 - 16:13:18: [SM]   [10] Line 722, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-emp-mapvote.sp::UMC_OnVoteFailed()
    L 09/22/2017 - 16:13:18: [SM]   [12] Call_Finish
    L 09/22/2017 - 16:13:18: [SM]   [13] Line 4796, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::VoteFailed()
    L 09/22/2017 - 16:13:18: [SM]   [14] Line 3507, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::VoteCancelled()
    L 09/22/2017 - 16:13:18: [SM]   [15] Line 1177, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::Native_UMCVoteManagerCancel()
    L 09/22/2017 - 16:13:18: [SM]   [17] UMC_VoteManagerVoteCancelled
    L 09/22/2017 - 16:13:18: [SM]   [18] Line 2276, D:\Documents\My Folder\Empires Custom UMC Stuff\SourceMod\Workspace\umc-core.sp::Handle_VoteMenu()
    L 09/22/2017 - 16:13:23: Error log file session closed.
     

Share This Page