Raised This Month: $51 Target: $400
 12% 

Sourcemod problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
geds
Member
Join Date: Apr 2012
Old 05-30-2012 , 11:52   Sourcemod problem
Reply With Quote #1

Hello,

I need help.

I have a problem with a plug on one of my servers.

That is: Disabled: "NEXTMap" (1.4.2) by AlliedModders LLC

And I think it gives me another problem.

When the map is completed, clients are disconnected.

Not really an error in the logs.

meta list

HTML Code:
 
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
List of Plugins

HTML Code:
 
[SM] Listing 56 plugins:
  01 "HLstatsX CE Ingame Plugin" (1.6.16) by psychonic
  02 "Fun Votes" (1.4.2) by AlliedModders LLC
  03 "Basic Ban Commands" (1.4.2) by AlliedModders LLC
  04 "Admin Help" (1.4.2) by AlliedModders LLC
  05 "Vomit extinguishing" (1.4) by Olj
  06 "L4D2 Boomer Bitch Slap" (1.0.1) by  AtomicStryker
  07 "[L4D2] Infected Release" (1.3a) by Thraka
  08 "Basic Comm Control" (1.4.2) by AlliedModders LLC
  09 "Survivor Bot Takeover" (0.8) by Mikko Andersson (muukis)
  10 "[L4D2] Hidden Ability Hints" (1.6b) by Thraka
  11 "L4D Ghost Fly" (1.1.1) by Madcap
  12 "Anti-Flood" (1.4.2) by AlliedModders LLC
  13 "Player Commands" (1.4.2) by AlliedModders LLC
  14 "Jockey jump" (1.0.3) by Die Teetasse
  15 "No Mercy Sewer Light Remover" (1.0.0) by AbyssStaresBack
  16 "[L4D2] Weapon/Zombie Spawner" (1.0a) by Zuko & McFlurry
  17 "[L4D2] Weapon Unlock" (0.8.1) by Crimson_Fox
  18 "L4D Force Mission Changer" (1.4.0) by Dionys,Visual77, Viragiste & Chronic1
  19 "Reserved Slots" (1.4.2) by AlliedModders LLC
  20 "[L4D2] Charger Steering" (1.5) by SilverShot
  21 "[L4D, L4D2] Self Revive" (1.4.1) by chinagreenelvis (Based on the Self Help plugin by Pan Xiaohai)
  22 "Melee In The Saferoom" (2.0.7) by N3wton
  23 "[L4D2] Bulldozer Certification" (1.1.1) by AtomicStryker
  24 "Smoke'n Move" (1.2) by Olj
  25 "[L4D2] Explosive Cars" (1.0.4) by honorcode23
  26 "Basic Commands" (1.4.2) by AlliedModders LLC
  27 "Basic Chat" (1.4.2) by AlliedModders LLC
  28 "[L4D2] SG552 Reload Fix" (1.0) by McFlurry
  29 "[L4D/2] Crawl Balancer" (1.0) by McFlurry
  30 "L4D2 Survivor AI Trigger Fix" (1.0.9) by  AtomicStryker
  31 "[L4D/2] Campaign Manager" (1.0.4) by Bigbuck
  32 "Basic Info Triggers" (1.4.2) by AlliedModders LLC
  33 "Acid Swipe" (1.1) by Oshroth
  34 "L4D SuperVersus" (1.5.4) by DDRKhat
  35 "[L4D2] Player Join Messages" (1.0.1) by Dirka_Dirka
  36 "[L4D(2)] AFK and Join Team Commands" (1.1) by MasterMe
  37 "L4D1/2 Remove Lobby Reservation" (1.1.1) by Downtown1
  38 "[L4D, L4D2] No Death Check Until Dead" (1.4.7) by chinagreenelvis
  39 "No Mercy Elevator Fix" (1.0) by Mr. Zero
  40 "Fun Commands" (1.4.2) by AlliedModders LLC
  41 "Admin File Reader" (1.4.2) by AlliedModders LLC
  42 "[L4D2] LAST BOSS (Extended Version)" (1.0) by ztar
  43 "Client Preferences" (1.4.2) by AlliedModders LLC
  44 "Admin Menu" (1.4.2) by AlliedModders LLC
  45 "L4D2 Unstick" (1.0.6) by HowIChrgeLazer
  46 "[L4D2] Spitter Supergirl" (1.0) by Mortiegama
  47 "L4D2 Round Start Items Giver" (3.7) by kwski43 aka Jacklul
  48 "Basic Votes" (1.4.2) by AlliedModders LLC
  49 "L4D_Cloud_Damage" (2.22) by  AtomicStryker
  50 "[L4D2] LAST BOSS" (2.0) by ztar
  51 "Charger Power" (1.2) by DJ_WEST
  52 "Sound Commands" (1.4.2) by AlliedModders LLC
  53 "L4D2 Karma Charge" (1.0.7) by  AtomicStryker
  54 "L4D2 Laser Sights" (1.0.2) by AtomicStryker
  55 "[L4D2] Fireworks Party" (1.6) by SilverShot
  56 Disabled: "Nextmap" (1.4.2) by AlliedModders LLC
If someone can help me.

thank you
geds is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-30-2012 , 13:07   Re: Sourcemod problem
Reply With Quote #2

Quote:
Originally Posted by geds View Post
Hello,

I need help.

I have a problem with a plug on one of my servers.

That is: Disabled: "NEXTMap" (1.4.2) by AlliedModders LLC
The NextMap Plugin doesn't support Left 4 Dead 2 because L4D2 uses the Campaign system rather than individual maps. (If you look in nextmap.sp, lines 60-69 limit which games NextMap will run on).

This doesn't affect the SourceMod Core's nextmap functions.

Quote:
Originally Posted by geds View Post
And I think it gives me another problem.

When the map is completed, clients are disconnected.
Unfortunately, I don't really know enough about L4D2 to diagnose this. Perhaps someone else reading this has some insights?


Edit: However, my first thought would be to check the settings of the [L4D/2] Campaign Manager plugin.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-30-2012 at 13:11.
Powerlord is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 05-30-2012 , 13:08   Re: Sourcemod problem
Reply With Quote #3

Why was Nextmap disabled? There must be some error in the logs that you are missing.

Oh, Powerlord beat me to it. Completely. By a minute.
__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)

Last edited by MasterOfTheXP; 05-30-2012 at 13:09.
MasterOfTheXP is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-30-2012 , 13:12   Re: Sourcemod problem
Reply With Quote #4

Quote:
Originally Posted by MasterOfTheXP View Post
Why was Nextmap disabled? There must be some error in the logs that you are missing.

Oh, Powerlord beat me to it. Completely. By a minute.
I only did because I looked through the code for nextmap.sp just recently, where I noticed its AskPluginLoad2 returns APLRes_SilentFailure for l4d and l4d2... and several other games.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 05-30-2012 at 13:13.
Powerlord is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 05-31-2012 , 01:51   Re: Sourcemod problem
Reply With Quote #5

I'm guessing it's this: [L4D] Force Mission Changer 1.4.0: http://forums.alliedmods.net/showthread.php?t=81982
__________________
Silvers is offline
geds
Member
Join Date: Apr 2012
Old 06-01-2012 , 09:20   Re: Sourcemod problem
Reply With Quote #6

Thx all for reply, i have solved the problem with a new install, ré-install all same plugins.

[L4D2] Force Mission Changer 1.4.0, was indeed the solution, but also the problem.

The files on the folder "Mission" are bad.

I just erased the contents of files and replace those.

https://developer.valvesoftware.com/...Missions_Files

Another big thank you
geds 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 18:15.


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