View Single Post
ryker
Member
Join Date: Mar 2005
Old 12-11-2005 , 02:20  
Reply With Quote #9

It crashed on me on Gentoo Linux dedicated server.

meta list
Code:
meta list
-Id- Name              Version   Author       Status
[01] Basic Admin too   1.00 RC   EKS          RUN
[02] CS:S DM           0.76      BAILOPAN     RUN
It crashes if I add the stripper in there. It's fine without stripper. If I add stripper and remove cs:s dm it's also fine.

As stated in my previous post, I have remove objectives and bombs set to 0, but here is my complete cs:s dm cfg file
Code:
;CS:S DM Configuration File
; Default settings by BAILOPAN

;There is absolutely no need to edit this!
[version]
cssdm_version = 0.75

;Menu flags:
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy

;Autoitem flags:
; a - armor
; h - helmet
; g - grenades

;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade

;Spawn flags:
; 0 - no random spawning
; 1 - preset spawning

[settings]
menus = ps
spawnmode = 1
autoitems = ahg
grenades = fh
;Spawn protection time (in seconds)
;protection = 2
;protcolor_red = 0
;protcolor_green = 255
;protcolor_blue = 0
;protcolor_alpha = 20
;This will prevent players from having a bomb
;remove_bombs = 1
;This will remove bomb/hostage zones and block rounds
;remove_objectives = 1

;temp fix
protection = 0
protcolor_red = 0
protcolor_green = 0
protcolor_blue = 0
protcolor_alpha = 0
remove_bombs = 0
remove_objectives = 0


;Format for weapon menus is:
;shortname "Display Name" menupage
;Add "blocked" to the end to block the weapon from showing up
; Or just delete it from the list

;Do not edit the menu #s for this one!
[secondary]
usp USP 0
glock Glock 0
deagle Deagle 0
p228 P228 0
elite Elite 0
fiveseven "Five Seven" 0

[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 2
awp AWP 2
sg550 SG550 2
m249 M249 2
g3sg1 G3SG1 2
ump45 "UMP 45" 3
mp5navy "MP5 Navy" 3
m3 M3 3
xm1014 XM1014 3
tmp TMP 3
mac10 "Mac 10" 3
p90 P90 3

;List weapons here the bots can randomly have
;The short name must match one in the list above
[botweapons]
deagle
ak47
m4a1
awp
galil
aug
usp
Here is my global_filters.cfg from stripper:
Code:
;;Remove semicolons to uncomment a line

;;EXAMPLE - remove all physics props
;{
;"classname" "/prop_physics.*/"
;}
filter:
{
"classname" "/.*bomb.*/"
}
{
"classname" "/.*hostage.*/"
}
Anything else I can do to help troubleshoot?
ryker is offline