L4D2 Map Finale Next Versus

Discussion in 'Other' started by Eziosadiq, Sep 29, 2017.

Thread Status:
Not open for further replies.
  1. Eziosadiq

    Eziosadiq Пользователь Участник

    addontitle "Day Break" // Add-on title that shows up in Add-ons list. ~20 chars max
    1 l4d2_daybreak01_hotel
    2 l4d2_daybreak02_coastline
    3 l4d2_daybreak03_bridge
    4 l4d2_daybreak04_cruise
    5 l4d2_daybreak05_rescue

    addontitle "Death Aboard II"
    1 l4d_deathaboard01_prison
    2 l4d_deathaboard02_yard
    3 l4d_deathaboard03_docks
    4 l4d_deathaboard04_ship
    5 l4d_deathaboard05_light

    addontitle "Detour Ahead"
    1 cdta_01detour
    2 cdta_02road
    3 cdta_03warehouse
    4 cdta_04onarail
    5 cdta_05finalroad

    addontitle "Welcome to Hell"
    1 wth_1
    2 wth_2
    3 wth_3
    4 wth_4
    5 wth_5

    addontitle "Fall in death
    1 l4d2_fallindeath01
    2 l4d2_fallindeath02
    3 l4d2_fallindeath03
    4 l4d2_fallindeath04

    Accelerator74 how to add this map to ur L4D2 Map Finale Next Versus plugins can u add this ?
     
  2. Accelerator

    Accelerator Главный Администратор Staff Member Администратор

    You need at least a little understanding of the script on the SourcePawn, then you will understand everything.
     
    Eziosadiq likes this.
  3. Eziosadiq

    Eziosadiq Пользователь Участник

    tnx for reply will u do it plz its a request add this map :)
     
  4. Eziosadiq

    Eziosadiq Пользователь Участник

    hey Accelerator74 i added this map but not compile failed check this plz tell me
     

    Attached Files:

  5. Eziosadiq

    Eziosadiq Пользователь Участник

    help me
     
  6. Accelerator

    Accelerator Главный Администратор Staff Member Администратор

    Found:
    Code:
    else if (StrContains(current_map, "c13m", false) != -1)
    {
            NextCampaign = "Dead Center";
            NextCampaignVote = "L4D2C1";
    }
    
    Replace:
    Code:
    else if (StrContains(current_map, "c13m", false) != -1)
    {
            NextCampaign = "Day Break";
            NextCampaignVote = "DayBreak";
    }
    else if (StrContains(current_map, "l4d2_daybreak", false) != -1)
    {
          NextCampaign = "Dead Center";
            NextCampaignVote = "L4D2C1";
    }
    
    Found:
    Code:
    else if (StrEqual(NextCampaignVote, "L4D2C13"))
            ServerCommand("changelevel c13m1_alpinecreek");
    
    Replace:
    Code:
    else if (StrEqual(NextCampaignVote, "L4D2C13"))
            ServerCommand("changelevel c13m1_alpinecreek");
    else if (StrEqual(NextCampaignVote, "DayBreak"))
            ServerCommand("changelevel l4d2_daybreak01_hotel");
    By analogy, add other campaigns themselves.
     
    Eziosadiq likes this.
  7. Eziosadiq

    Eziosadiq Пользователь Участник


    tnx u r awesome can u will be admin of my server i want to u add u as admin and my best friend tnx again :)
     
    iOFl likes this.
  8. iOFl

    iOFl Постоянный пользователь Участник

    Акс нового друга завел, давайте его поздравим :D:)
     
  9. Eziosadiq

    Eziosadiq Пользователь Участник

    u also my friend and all of this staff i love this site this site helped me lots { all hail core.ss } :):)
     
    iOFl likes this.
  10. Eziosadiq

    Eziosadiq Пользователь Участник

    Hello friends i hope all is good , i need 1 more help here with this plugin its working all maps but not in c2m2 c2m3 c2m4 the problem is game not end only 1 way to end DIE o_O i dont know what is wrong can u check it out and you also try this its a good plugins for versus have a good day plz HELP me BYE
     

    Attached Files:

  11. Eziosadiq

    Eziosadiq Пользователь Участник



    hello sir r u there

    can we talk ?
     
  12. Accelerator

    Accelerator Главный Администратор Staff Member Администратор

    We do not assist in writing or editing plugins on a free basis.
     
  13. Eziosadiq

    Eziosadiq Пользователь Участник

     
  14. Accelerator

    Accelerator Главный Администратор Staff Member Администратор

    for each plugin individual price. We do not fix other plugins. We write only ourselves.
     
  15. Eziosadiq

    Eziosadiq Пользователь Участник

    i just want to say your plugins not working ... what can i do now plz tell me
     

    Attached Files:

  16. iOFl

    iOFl Постоянный пользователь Участник

    Errorlog will show you more information than srcds windows
     
  17. Eziosadiq

    Eziosadiq Пользователь Участник

    yeh its say

    (
    L 10/13/2017 - 18:02:19: [SM] Exception reported: Unable to find the 'CTerrorPlayer_Fling' signature, check the file version!
    L 10/13/2017 - 18:02:19: [SM] Blaming: l4d2_supercoop_light.smx
    L 10/13/2017 - 18:02:19: [SM] Call stack trace:
    L 10/13/2017 - 18:02:19: [SM] [0] SetFailState
    L 10/13/2017 - 18:02:19: [SM] [1] Line 476, K:\Dedicated Server\left4dead2\left4dead2\addons_\sourcemod\scripting_public_1.7\l4d2_supercoop_light.sp::onPluginStart
    L 10/13/2017 - 18:02:19: [SM] Unable to load plugin "l4d2_supercoop_light.smx": Error detected in plugin startup (see error logs)
    L 10/13/2017 - 18:02:23: Error log file session closed. )
     
  18. Eziosadiq

    Eziosadiq Пользователь Участник

    what about this mate


    L 10/13/2017 - 18:02:19: [SM] Exception reported: Unable to find the 'CTerrorPlayer_Fling' signature, check the file version!
    L 10/13/2017 - 18:02:19: [SM] Blaming: l4d2_supercoop_light.smx
    L 10/13/2017 - 18:02:19: [SM] Call stack trace:
    L 10/13/2017 - 18:02:19: [SM] [0] SetFailState
    L 10/13/2017 - 18:02:19: [SM] [1] Line 476, K:\Dedicated Server\left4dead2\left4dead2\addons_\sourcemod\scripting_public_1.7\l4d2_supercoop_light.sp::onPluginStart
    L 10/13/2017 - 18:02:19: [SM] Unable to load plugin "l4d2_supercoop_light.smx": Error detected in plugin startup (see error logs)
    L 10/13/2017 - 18:02:23: Error log file session closed
    am waiting
     
  19. Accelerator

    Accelerator Главный Администратор Staff Member Администратор

    gamedata/l4d2_supercoop.txt
    Code:
                "CTerrorPlayer_Fling"
                {
                    "library"    "server"
                    "linux"    "@_ZN13CTerrorPlayer5FlingERK6Vector17PlayerAnimEvent_tP20CBaseCombatCharacterf"
                    "windows" "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\xA8\x00\x00\x00\\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x8B\x43\x10"
                    /* 53 8B DC 83 EC 08 83 E4 F0 83 C4 04 55 8B 6B 04 89 6C 24 04 8B EC 81 EC A8 00 00 00 ? ? ? ? ? ? ? ? ? ? 8B 43 10 */
                }
                "CTerrorPlayer_OnHitByVomitJar"
                {
                    "library"    "server"
                    "linux"    "@_ZN13CTerrorPlayer15OnHitByVomitJarEP20CBaseCombatCharacter"
                    "windows" "\x55\x8B\xEC\x83\xEC\x2A\x56\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x84\xC0\x74\x2A\x8B\x06\x8B\x90\x2A\x2A\x2A\x2A\x8B\xCE\xFF\xD2\x84\xC0\x0F"
                    /* 55 8B EC 83 EC ? 56 8B F1 E8 ? ? ? ? 84 C0 74 ? 8B 06 8B 90 ? ? ? ? 8B CE FF D2 84 C0 0F */
                }
                "CTerrorPlayer_OnVomitedUpon"
                {
                    "library"    "server"
                    "linux"    "@_ZN13CTerrorPlayer13OnVomitedUponEPS_b"
                    "windows" "\x55\x8B\xEC\x83\xEC\x2A\x53\x56\x57\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x84\xC0\x74\x2A\x8B\x06\x8B"
                    /* 55 8B EC 83 EC ? 53 56 57 8B F1 E8 ? ? ? ? 84 C0 74 ? 8B 06 8B */
                }
     
    Eziosadiq likes this.
  20. Eziosadiq

    Eziosadiq Пользователь Участник

    thx for reply but not working am using this in ( win 7 -64 bit ) and this are file tnx in advance
     

    Attached Files:


Thread Status:
Not open for further replies.