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

CS:GO DM update and news


Post New Thread Reply   
 
Thread Tools Display Modes
ub1que
Junior Member
Join Date: Oct 2010
Old 09-02-2012 , 07:20   Re: CS:GO DM update and news
Reply With Quote #41

Quote:
Originally Posted by Dr!fter View Post
It only deducts points if mp_friendlyfire is set to 1 (afaik from looking at the server binary). type sm_cvar mp_friendlyfire and post the output.

] rcon mp_friendlyfire
"mp_friendlyfire" = "0" game notify replicated - Allows team members to injure other members of their team
] rcon sm_cvar mp_Friendlyfire
[SM] Value of cvar "mp_Friendlyfire": "0"

I have two additional SM plugins installed, but they're not the case as I had point substraction on vanilla FFA CSSDM as well.

There's also no blood splashes when you hit teammates, only sparks when you hit them in the head (that was also the case with FFA in CSS for at least 2 years now).
ub1que is offline
Sgt.Soldier
SourceMod Donor
Join Date: Mar 2011
Location: Los Angeles,CA
Old 09-04-2012 , 07:57   Re: CS:GO DM update and news
Reply With Quote #42

Trying to get CSS: DM Working on my Linux Server and I just end up with errors even though I have all the needed files.(SDKHooks|CSSDM)

Code:
L 09/03/2012 - 23:22:42: [SM] Unable to load extension "cssdm.ext": /homelarge/soliders/.gameservers/cstrikesrc_1/css/cstrike/addons/sourcemod/extensions/cssdm.ext.so: cannot open shared object file: No such file or directory
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
Even if I try loading the cssdm.ext then loading one of the plugins i get same result.
Code:
[SM] Loaded extension cssdm.ext.so successfully.
[SM] Plugin cssdm/dm_bot_quotas.smx failed to load: Required extension "CS:S DM" file("cssdm.ext") not running.
Could someone help me out please?


EDIT: Using the latest snapshot for linux(cssdm-2.1.6-hg111-linux) and ending up with this problem.
__________________

Last edited by Sgt.Soldier; 09-04-2012 at 14:55. Reason: Forgot to say version
Sgt.Soldier is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-04-2012 , 16:10   Re: CS:GO DM update and news
Reply With Quote #43

Quote:
Originally Posted by ub1que View Post
] rcon mp_friendlyfire
"mp_friendlyfire" = "0" game notify replicated - Allows team members to injure other members of their team
] rcon sm_cvar mp_Friendlyfire
[SM] Value of cvar "mp_Friendlyfire": "0"

I have two additional SM plugins installed, but they're not the case as I had point substraction on vanilla FFA CSSDM as well.

There's also no blood splashes when you hit teammates, only sparks when you hit them in the head (that was also the case with FFA in CSS for at least 2 years now).
Ill have to look at the score more. The blood not showing is probably normal, since it is hacky (ill try to have a look at this as well but no promise it might even be client side)

Quote:
Originally Posted by Sgt.Soldier View Post
Trying to get CSS: DM Working on my Linux Server and I just end up with errors even though I have all the needed files.(SDKHooks|CSSDM)

Code:
L 09/03/2012 - 23:22:42: [SM] Unable to load extension "cssdm.ext": /homelarge/soliders/.gameservers/cstrikesrc_1/css/cstrike/addons/sourcemod/extensions/cssdm.ext.so: cannot open shared object file: No such file or directory
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 09/03/2012 - 23:22:42: [SM] Unable to load plugin "cssdm/dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
Even if I try loading the cssdm.ext then loading one of the plugins i get same result.
Code:
[SM] Loaded extension cssdm.ext.so successfully.
[SM] Plugin cssdm/dm_bot_quotas.smx failed to load: Required extension "CS:S DM" file("cssdm.ext") not running.
Could someone help me out please?


EDIT: Using the latest snapshot for linux(cssdm-2.1.6-hg111-linux) and ending up with this problem.
What version of sm/metamod?
Dr!fter is offline
haeufi
Junior Member
Join Date: May 2012
Old 09-05-2012 , 11:05   Re: CS:GO DM update and news
Reply With Quote #44

Quote:
Originally Posted by Ejziponken View Post
New problem:

Since the last update tonight we can use 32 player slots now. Problem is, players spawn in eachother and get stuck on CSDM. So now I have to use mp_solid_teammates 0. But even that wont fix all problems?
I had issues with T´s spawning within CT´s and because mp_solid_teammates is - how it says - only for teammates sometimes people stuck in each other.

I simply set mp_solid_teammates to 1 and loaded NoBlock-Plugin for SourceMod
haeufi is offline
Sgt.Soldier
SourceMod Donor
Join Date: Mar 2011
Location: Los Angeles,CA
Old 09-05-2012 , 11:09   Re: CS:GO DM update and news
Reply With Quote #45

Quote:
Originally Posted by Dr!fter View Post
Ill have to look at the score more. The blood not showing is probably normal, since it is hacky (ill try to have a look at this as well but no promise it might even be client side)



What version of sm/metamod?
Metamod:Source version 1.9.0-dev
Build ID: 799:932a55286baa-dev
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2012
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
SourceMod Version Information:
SourceMod Version: 1.5.0-dev+3643
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3643)
SourcePawn API: v1 = 4, v2 = 4
Compiled on: Sep 1 2012 08:22:28
Build ID: 3643:2f7e80c007b9
http://www.sourcemod.net/
__________________
Sgt.Soldier is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-05-2012 , 11:48   Re: CS:GO DM update and news
Reply With Quote #46

Quote:
Originally Posted by Sgt.Soldier View Post
Metamod:Source version 1.9.0-dev
Build ID: 799:932a55286baa-dev
Loaded As: Valve Server Plugin
Compiled on: Aug 25 2012
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
SourceMod Version Information:
SourceMod Version: 1.5.0-dev+3643
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3643)
SourcePawn API: v1 = 4, v2 = 4
Compiled on: Sep 1 2012 08:22:28
Build ID: 3643:2f7e80c007b9
http://www.sourcemod.net/
As i mentioned else where. SM 1.5 will need a few changes for css since its moved to its own build. But for now Rename the extension from cssdm.ext.2.ep2v.dll/so to cssdm.ext.2.css.dll/so. I assume it is CS:S
Dr!fter is offline
Sgt.Soldier
SourceMod Donor
Join Date: Mar 2011
Location: Los Angeles,CA
Old 09-05-2012 , 12:24   Re: CS:GO DM update and news
Reply With Quote #47

Quote:
Originally Posted by Dr!fter View Post
As i mentioned else where. SM 1.5 will need a few changes for css since its moved to its own build. But for now Rename the extension from cssdm.ext.2.ep2v.dll/so to cssdm.ext.2.css.dll/so. I assume it is CS:S
Thank You for the assistance,Dr!fter it is now working after i renamed like you said to cssdm.ext.2.css.so

Come check it out if you like to see, 46.4.102.165:27019 It's Surf DM.
__________________
Sgt.Soldier is offline
fifipaldi
Member
Join Date: Apr 2011
Old 09-07-2012 , 15:39   Re: CS:GO DM update and news
Reply With Quote #48

Hi, i am using latest windows snapshot, everything loads perfectly plugins, spawns etc, but i dont have the menu when i enter server i play with glock and thats it. Any solutions ?

22:53:22 Listing 3 plugins:
[01] SourceMod (1.5.0-dev) by AlliedModders LLC
[02] CS Tools (1.5.0-dev) by AlliedModders LLC
[03] SDK Tools (1.5.0-dev) by AlliedModders LLC

22:53:58 [SM] Listing 29 plugins:
01 "Admin File Reader" (1.5.0-dev) by AlliedModders LLC
02 "SQL Admins (Threaded)" (1.5.0-dev) by AlliedModders LLC
03 "Admin Help" (1.5.0-dev) by AlliedModders LLC
04 "Admin Menu" (1.5.0-dev) by AlliedModders LLC
05 "Anti-Flood" (1.5.0-dev) by AlliedModders LLC
06 "Basic Chat" (1.5.0-dev) by AlliedModders LLC
07 "Basic Comm Control" (1.5.0-dev) by AlliedModders LLC
08 "Basic Commands" (1.5.0-dev) by AlliedModders LLC
09 "Basic Info Triggers" (1.5.0-dev) by AlliedModders LLC
10 "Basic Votes" (1.5.0-dev) by AlliedModders LLC
11 "Client Preferences" (1.5.0-dev) by AlliedModders LLC
12 "Deathmatch" (1.2) by |NA| Snip3r
13 "Fun Commands" (1.5.0-dev) by AlliedModders LLC
14 "Fun Votes" (1.5.0-dev) by AlliedModders LLC
15 "Player Commands" (1.5.0-dev) by AlliedModders LLC
16 "Reserved Slots" (1.5.0-dev) by AlliedModders LLC
17 "SourceMod Anti-Cheat" (0.8.0.4) by GoD-Tony, psychonic
18 "SMAC Aimbot Detector" (0.8.0.4) by GoD-Tony
19 "SMAC AutoTrigger Detector" (0.8.0.4) by GoD-Tony
20 "SMAC Client Protection" (0.8.0.4) by GoD-Tony, psychonic, Kigen
21 "SMAC Command Monitor" (0.8.0.4) by GoD-Tony, psychonic, Kigen
22 "SMAC ConVar Checker" (0.8.0.4) by GoD-Tony, psychonic, Kigen
23 "SMAC Eye Angle Test" (0.8.0.4) by GoD-Tony, psychonic
24 "SMAC Rcon Locker" (0.8.0.4) by GoD-Tony, Kigen
25 "SMAC Anti-Speedhack" (0.8.0.4) by GoD-Tony
26 "SMAC Spinhack Detector" (0.8.0.4) by GoD-Tony
27 "Sound Commands" (1.5.0-dev) by AlliedModders LLC
28 "SourceBans" (1.4.9) by SourceBans Development Team

CSSDM was loaded as well of course, but i remove it and put other deathmatch couse server didnt work with CSSDM. Sorry for my bad english.

Last edited by fifipaldi; 09-07-2012 at 15:55.
fifipaldi is offline
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 09-07-2012 , 16:49   Re: CS:GO DM update and news
Reply With Quote #49

Quote:
Originally Posted by fifipaldi View Post
Hi, i am using latest windows snapshot, everything loads perfectly plugins, spawns etc, but i dont have the menu when i enter server i play with glock and thats it. Any solutions ?

22:53:22 Listing 3 plugins:
[01] SourceMod (1.5.0-dev) by AlliedModders LLC
[02] CS Tools (1.5.0-dev) by AlliedModders LLC
[03] SDK Tools (1.5.0-dev) by AlliedModders LLC

22:53:58 [SM] Listing 29 plugins:
01 "Admin File Reader" (1.5.0-dev) by AlliedModders LLC
02 "SQL Admins (Threaded)" (1.5.0-dev) by AlliedModders LLC
03 "Admin Help" (1.5.0-dev) by AlliedModders LLC
04 "Admin Menu" (1.5.0-dev) by AlliedModders LLC
05 "Anti-Flood" (1.5.0-dev) by AlliedModders LLC
06 "Basic Chat" (1.5.0-dev) by AlliedModders LLC
07 "Basic Comm Control" (1.5.0-dev) by AlliedModders LLC
08 "Basic Commands" (1.5.0-dev) by AlliedModders LLC
09 "Basic Info Triggers" (1.5.0-dev) by AlliedModders LLC
10 "Basic Votes" (1.5.0-dev) by AlliedModders LLC
11 "Client Preferences" (1.5.0-dev) by AlliedModders LLC
12 "Deathmatch" (1.2) by |NA| Snip3r
13 "Fun Commands" (1.5.0-dev) by AlliedModders LLC
14 "Fun Votes" (1.5.0-dev) by AlliedModders LLC
15 "Player Commands" (1.5.0-dev) by AlliedModders LLC
16 "Reserved Slots" (1.5.0-dev) by AlliedModders LLC
17 "SourceMod Anti-Cheat" (0.8.0.4) by GoD-Tony, psychonic
18 "SMAC Aimbot Detector" (0.8.0.4) by GoD-Tony
19 "SMAC AutoTrigger Detector" (0.8.0.4) by GoD-Tony
20 "SMAC Client Protection" (0.8.0.4) by GoD-Tony, psychonic, Kigen
21 "SMAC Command Monitor" (0.8.0.4) by GoD-Tony, psychonic, Kigen
22 "SMAC ConVar Checker" (0.8.0.4) by GoD-Tony, psychonic, Kigen
23 "SMAC Eye Angle Test" (0.8.0.4) by GoD-Tony, psychonic
24 "SMAC Rcon Locker" (0.8.0.4) by GoD-Tony, Kigen
25 "SMAC Anti-Speedhack" (0.8.0.4) by GoD-Tony
26 "SMAC Spinhack Detector" (0.8.0.4) by GoD-Tony
27 "Sound Commands" (1.5.0-dev) by AlliedModders LLC
28 "SourceBans" (1.4.9) by SourceBans Development Team

CSSDM was loaded as well of course, but i remove it and put other deathmatch couse server didnt work with CSSDM. Sorry for my bad english.
CSGO server? Was it after warmup? After warmup the menu doesn't show so you should disable it. Also is there any errors? Is all the configs in place?
Dr!fter is offline
fifipaldi
Member
Join Date: Apr 2011
Old 09-07-2012 , 17:34   Re: CS:GO DM update and news
Reply With Quote #50

Hm yes i have warmup ebabled i will search a cvar to disable it. No other errors everything was loaded. Actually i looked your thread with csgo convars is this the right one mp_warmuptime? And should i set it to 0.

EDIT: I put those 2 cvars in the server cfg :
mp_warmuptime 0
mp_do_warmup_period 0

and still no menu only glock and knife.
RTV fails becouse i`v disabled nominations and nextmap plugins and i forgot to disable rtv.

00:43:17 Listing 4 plugins:
[01] SourceMod (1.5.0-dev) by AlliedModders LLC
[02] CS Tools (1.5.0-dev) by AlliedModders LLC
[03] SDK Tools (1.5.0-dev) by AlliedModders LLC
[04] CS:S DM (2.1.6-dev) by AlliedModders
00:43:19 sm plugins list
00:43:19 [SM] Listing 33 plugins:
01 "Admin File Reader" (1.5.0-dev) by AlliedModders LLC
02 "SQL Admins (Threaded)" (1.5.0-dev) by AlliedModders LLC
03 "Admin Help" (1.5.0-dev) by AlliedModders LLC
04 "Admin Menu" (1.5.0-dev) by AlliedModders LLC
05 "Anti-Flood" (1.5.0-dev) by AlliedModders LLC
06 "Basic Chat" (1.5.0-dev) by AlliedModders LLC
07 "Basic Comm Control" (1.5.0-dev) by AlliedModders LLC
08 "Basic Commands" (1.5.0-dev) by AlliedModders LLC
09 "Basic Info Triggers" (1.5.0-dev) by AlliedModders LLC
10 "Basic Votes" (1.5.0-dev) by AlliedModders LLC
11 "Client Preferences" (1.5.0-dev) by AlliedModders LLC
12 "CS:S DM Basics" (2.1.6-dev) by AlliedModders LLC
13 "CS:S DM Bot Quotas" (2.1.6-dev) by AlliedModders LLC
14 "CS:S DM Equipment" (2.1.6-dev) by AlliedModders LLC
15 "CS:S DM Preset Spawns" (2.1.6-dev) by AlliedModders LLC
16 "CS:S DM Spawn Protection" (2.1.6-dev) by AlliedModders LLC
17 "Fun Commands" (1.5.0-dev) by AlliedModders LLC
18 "Fun Votes" (1.5.0-dev) by AlliedModders LLC
19 "Player Commands" (1.5.0-dev) by AlliedModders LLC
20 "Reserved Slots" (1.5.0-dev) by AlliedModders LLC
21 "SourceMod Anti-Cheat" (0.8.0.4) by GoD-Tony, psychonic
22 "SMAC Aimbot Detector" (0.8.0.4) by GoD-Tony
23 "SMAC AutoTrigger Detector" (0.8.0.4) by GoD-Tony
24 "SMAC Client Protection" (0.8.0.4) by GoD-Tony, psychonic, Kigen
25 "SMAC Command Monitor" (0.8.0.4) by GoD-Tony, psychonic, Kigen
26 "SMAC ConVar Checker" (0.8.0.4) by GoD-Tony, psychonic, Kigen
27 "SMAC Eye Angle Test" (0.8.0.4) by GoD-Tony, psychonic
28 "SMAC Rcon Locker" (0.8.0.4) by GoD-Tony, Kigen
29 "SMAC Anti-Speedhack" (0.8.0.4) by GoD-Tony
30 "SMAC Spinhack Detector" (0.8.0.4) by GoD-Tony
31 "Sound Commands" (1.5.0-dev) by AlliedModders LLC
32 "SourceBans" (1.4.9) by SourceBans Development Team
33 <Failed> "Rock The Vote" (1.5.0-dev) by AlliedModders LLC

Last edited by fifipaldi; 09-07-2012 at 17:45.
fifipaldi is offline
Reply


Thread Tools
Display Modes

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 21:10.


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