- 2009年5月 3日 03:03
- Config/Addons/Plugins | Counter-Strikeの話題とか | ゲーム
なんかコメントで訊かれたので、コラムにしてみた。
参考になるかどうかは、あなたしだいです。
というかアイテムモードってなんだよ。
基本的にいじるのは[settings]と[equip]ぐらいで良いかと思います。その他はローカルでやる場合だとあんまり意味をなさない設定ばかりだと思います。
BOTとCSDMをする場合は、AKかM4を持たせるように設定したほうが練習になると思います。(設定してもたまに変な武器を持ち出すことは多々あります)
;基本は1でon、0でoff、;でコメントアウト []内の単語は絶対いじってはいけない。
;CSDM Configuration File
; Default settings by BAILOPAN
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]
;サーバーを立ち上げた時にすぐにCSDMを始めるか。
enabled = 1
;ラウンドの最初にプレイヤーから武器を剥奪するか。
strip_weapons = 1
;武器を落としたら何秒その武器を存在させるか。-1で無限。
weapons_stay = 0
;スポーンの設定
; "none" 通常のスポーンから復帰します。
; "preset" ランダムスポーンから復帰します。
; -- その他プラグンがあればそれを指定
spawnmode = preset
;C4の除去
remove_bomb = 1
;スポーンまでの時間
spawn_wait_time = 0.75
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;FFAを可能にするか、(要FFAプラグイン)
enabled = 0
;FFA時のレーダーの表示
radar_disable = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;そのマップのルールを無視するかどうかの設定。
; a - as_ maps VIP警護の無視
; b - buyzones are removed 買い物の無視
; c - cs_ maps 人質の無視
; d - de_ maps 爆破の無視
remove_objectives = abcd
;買い物をできなくする。
block_buy = 1
;予備マガジンを無限にするかどうか。
ammo_refill = 1
;リスポーンしたときにラジオメッセージを流すか(よくわからない)
spawn_radio_msg = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Stripper plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[stripper]
;ここはいじってはいけません
;Is stripping entities enabled?
enabled = 1
;write here the list of entities You want to remove from the map
;Note:
;It's not recommended to put more then these listed below.
;HL sometimes behaves strange when You want to remove some entities
;so the plugin author cannot give You the warranty it will work
;with all entities You will write here.
;These default ones below are tested and the game is not crashing with them
class = player_weaponstrip
class = game_player_equip
class = item_healthkit
class = item_battery
class = armoury_entity
class = item_longjump
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]
;チケットを導入するか
enabled = 0
;チケットの設定数だけプレイヤーはリスポーンできます。
tickets = 10
;チケット数をどこに表示させるか。0 表示しない、1 HUD 、2 チャット
show_state = 1
;チケットは誰に発行するか。 0 チーム、1 プレイヤー
ticketing_player = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]
;リスポーン時に無敵になるか
enabled = 1
;無敵時の色
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colorst = "255 0 0 200"
colorsct = "0 0 255 200"
;無敵時間の指定
time = 3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]
;武器メニューに表示させる項目
; p - primary プライマリ
; s - secondary セカンダリ
; a - armor 防弾チョッキ
; g - grenade 投擲類
; b - buy 買い物
menus = ps
;最初から装備しているもの
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ahg
;最初から持っている投擲
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = h
;FBのもてる数
; grenades are enabled
fnadesnum = 1
;"guns"とチャットで打つといつでも武器メニューを表示できるようにするか
always_allow_gunmenu = 0
;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;
;武器メニューに表示させる項目の設定、0で選択できない、コメントアウトで非表示
[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
;p228 P228 0
;elite Elite 0
;fiveseven "Five Seven" 0
[primary]
m4a1 M4A1 1
ak47 AK47 1
;aug AUG 0
;sg552 SG552 0
galil Galil 1
famas Famas 1
scout Scout 1
awp AWP 1
;sg550 SG550 0
;m249 M249 0
;g3sg1 G3SG1 0
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
;xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1
;BOTに持たせることが可能な武器(あんまり意味ない)コメントアウトで無効。
[botsecondary]
deagle
usp
;elite
;fiveseven
[botprimary]
ak47
m4a1
;aug
;sg552
galil
famas
scout
;awp
;sg550
;m249
;g3sg1
mp5navy
m3
;xm1014
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]
;このモードでは遊んだことがないので適当に翻訳してます。
;アイテムモードを有効にするか
enabled = 0
;1にすると死んだときにアイテムを落とす
drop_packs = 0
;防弾チョッキ(アイテム)の回復量
battery = 15
;エイドキット(アイテム)のヘルスの回復量
medkit = 15
;指定された時間を過ぎるまで同じ場所にアイテムは発生しない(?)
item_time = 20
;アイテムが存在できる時間(最大30秒)
drop_time = 0
;コメントアウトで武器を制限する(意味がわからない)
[item_restrictions]
;m4a1
;ak47
;aug
;sg552
;galil
;famas
;scout
;awp
;sg550
;m249
;g3sg1
;ump45
;mp5navy
;m3
;xm1014
;tmp
;mac10
;p90
;elite
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor
;flashbang
;hegrenade
;smokegrenade
- Newer: 【SP店員の憂鬱】キーボード壊れた
- Older: 【レビュー】SteelSeries Siberia Full-size Headset
Comments:0
Trackbacks:0
- TrackBack URL for this entry
- http://www.aoyagi3chome.com/mt/mt-tb.cgi/392
- Listed below are links to weblogs that reference
- 【CS】CSDMのコンフィグの日本語訳 from 青柳三丁目



