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

Scout cannot double jump


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zemtriz
Junior Member
Join Date: Feb 2015
Old 02-05-2015 , 07:01   Scout cannot double jump
Reply With Quote #1

Hello there,
my problem is that I'm running two servers from one installation sharing metamod and sourcemod plugins. One is deathmatch type server and another one is custom map server with custom gamemodes (deathrun, bomb defuse, koth...)

Deathrun maps need deathrun plugin. So I loaded it up into sourcemod, disabled it in server.conf and do load on a specific map. Also disabling specific plugins for bomb defuse, billiard...

Using deathrun_redux plugin

PROBLEM: Scout cannot do doublejump even if plugin is unloaded.

Loaded plugins on deathmatch server:
[SM] Listing 38 plugins:
01 "Nextmap" (1.6.3-dev+4601) by AlliedModders LLC
02 "Sound Commands" (1.6.3-dev+4601) by AlliedModders LLC
03 "Reserved Slots" (1.6.3-dev+4601) by AlliedModders LLC
04 "map-decals.smx" (1.1) by Berni, Stingbyte
05 "Simple Chat Processor (Redux)" (1.1.5) by Simple Plugins, Mini
06 "Resize Players" (1.5.1) by 11530

07 "Basic Comm Control" (1.6.3-dev+4601) by AlliedModders LLC
08 "[Source 2013] Custom Chat Colors" (3.1.0) by Dr. McKay
09 "Fun Commands X" (2.3) by Spazman0 and Arg!
10 "Evil Admin - Rocket" (1.0.110) by <eVa>Dog
11 "Server Hop" (0.8.1) by [GRAVE] rig0r

12 "Basic Votes" (1.6.3-dev+4601) by AlliedModders LLC
13 "Client Preferences" (1.6.3-dev+4601) by AlliedModders LLC
14 "Basic Info Triggers" (1.6.3-dev+4601) by AlliedModders LLC
15 "Autorespawn for Admins" (1.5. by Chefe
16 "Melee Mode" (0.4) by chundo

17 "Admin File Reader" (1.6.3-dev+4601) by AlliedModders LLC
18 "Basic Commands" (1.6.3-dev+4601) by AlliedModders LLC
19 "AllChat" (1.1.1) by Frenzzy
20 "Observer Point" (1.0.100) by <eVa>Dog

21 "Admin Menu" (1.6.3-dev+4601) by AlliedModders LLC
22 "TeamSwitch" (1.3) by MistaGee
23 "Admin Help" (1.6.3-dev+4601) by AlliedModders LLC
24 "TF2: Roll the Dice" (0.4.4.2) by linux_lover ([email protected])
25 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88

26 "Fun Commands" (1.6.3-dev+4601) by AlliedModders LLC
27 "Basic Chat" (1.6.3-dev+4601) by AlliedModders LLC
28 "Map configs" (1.2) by Berni
29 "Updater" (1.2.1) by GoD-Tony

30 "SQL Admin Manager" (1.6.3-dev+4601) by AlliedModders LLC
31 "Fun Votes" (1.6.3-dev+4601) by AlliedModders LLC
32 "Basic Ban Commands" (1.6.3-dev+4601) by AlliedModders LLC
33 "Anti-Flood" (1.6.3-dev+4601) by AlliedModders LLC
34 "SQL Admins (Threaded)" (1.6.3-dev+4601) by AlliedModders LLC
35 "Player Commands" (1.6.3-dev+4601) by AlliedModders LLC
36 "Advertisements" (0.6) by Tsunami
37 "[TF2] Thirdperson" (2.1.0) by DarthNinja
38 "[TF2Items] Manager" (1.4.1) by Damizean & Asherkin


Thanks for any suggestions.

Last edited by Zemtriz; 02-05-2015 at 07:02.
Zemtriz is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-05-2015 , 08:58   Re: Scout cannot double jump
Reply With Quote #2

probably cause deathrun_redux sets this variable to zero and never changes it back: tf_scout_air_dash_count
Mitchell is offline
Zemtriz
Junior Member
Join Date: Feb 2015
Old 02-05-2015 , 09:24   Re: Scout cannot double jump
Reply With Quote #3

Quote:
Originally Posted by Mitchell View Post
probably cause deathrun_redux sets this variable to zero and never changes it back: tf_scout_air_dash_count
How to fix it? I run sm plugins unload deathrun_redux at server start in server.cfg.
Zemtriz is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 02-05-2015 , 09:47   Re: Scout cannot double jump
Reply With Quote #4

Remove the plugin outright from the server? (Put it into /disabled/)

By the time server.cfg is executed, all plugins are loaded up already, so the "damage" has been done.

Last edited by Potato Uno; 02-05-2015 at 09:48.
Potato Uno is offline
Zemtriz
Junior Member
Join Date: Feb 2015
Old 02-06-2015 , 09:49   Re: Scout cannot double jump
Reply With Quote #5

Quote:
Originally Posted by Potato Uno View Post
Remove the plugin outright from the server? (Put it into /disabled/)

By the time server.cfg is executed, all plugins are loaded up already, so the "damage" has been done.
But I need to run deathrun plugin with dr maps.

Last edited by Zemtriz; 02-06-2015 at 09:50.
Zemtriz is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-06-2015 , 12:45   Re: Scout cannot double jump
Reply With Quote #6

put sm_cvar tf_scout_air_dash_count 1 into your cfg/sourcemod/sourcemod.cfg
Mitchell is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 02-12-2015 , 00:30   Re: Scout cannot double jump
Reply With Quote #7

Why, why would you run 2 servers off of the same files? Unless you want the identical server, I don't see the point.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 02-12-2015 , 12:05   Re: Scout cannot double jump
Reply With Quote #8

Quote:
Originally Posted by jpwanabe View Post
Why, why would you run 2 servers off of the same files? Unless you want the identical server, I don't see the point.
I myself run servers like this...
way2lazy4twodifferentdirectories4servers
__________________
...
Oshizu is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 02-12-2015 , 15:34   Re: Scout cannot double jump
Reply With Quote #9

I didnt even realize that he was running two servers on one SM installation.
YOU SHOULD NEVER, EVER, RUN 2 or more servers on the same SM installation.
You should have two SM folders. one for each srcds.
Please read here for more information:
https://wiki.alliedmods.net/Multiple...rs_(SourceMod)

Last edited by Mitchell; 02-12-2015 at 15:35.
Mitchell is offline
urban_ninja
Senior Member
Join Date: Feb 2009
Old 02-13-2015 , 04:44   Re: Scout cannot double jump
Reply With Quote #10

Quote:
Originally Posted by Oshizu View Post
I myself run servers like this...
way2lazy4twodifferentdirectories4servers
If it works it works. Though, how are both instances running separate sets of plugins?
urban_ninja 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 04:13.


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