SourceMod error session started
Info (map "c1m1_hotel")
[SM] Error parsing gameconfig file "C:\srcds\L4D2\left4dead2\addons\sourcemod\gamedata\left4downtown.l4d2.txt":
[SM] Error 5 on line 60, col 1: Section declared without header
[SM] Unable to load extension "left4downtown.ext": Could not read left4downtown.l4d2.txt: Section declared without header
初歩的な質問失礼します。
カスタムサーバーでconfoglを使った8人対戦鯖を建てたいと思い立ち先日から色々試行錯誤してみて、
Listing 5 plugins:
[01] L4DToolZ (1.0.0.9h-unknown) by Ivailosp
[02] SourceMod (1.5.3-dev+3997) by AlliedModders LLC
[03] Left 4 Downtown 2 Extension (0.5.4.2) by Igor "Downtown1" Smirnov / Andrew "XBetaAlpha" Burrows / AtomicStryker / Michael "ProdigySim" Busby
[04] SDK Tools (1.5.3-dev+3997) by AlliedModders LLC
[05] SDK Hooks (2.1.0) by Tsunami, psychonic
[SM] Listing 22 plugins:
〜略〜
12 "Confogl's Competitive Mod" (2.2.2) by Confogl Team
13 "Confogl Autoloader" (1.1) by D4rKr0W
〜略〜
今このような状況です。
しかし、!forcematchのコマンドを入れてマップを読み込み始めた辺りから
L 02/20/2014 - 15:17:36: [SM] [1] Line 59, modules/SpectatorHud.sp::SH_SpecHUD_Timer()
L 02/20/2014 - 15:17:36: [SM] Native "L4D2_CTimerHasStarted" reported: Invalid timer index or timer unavailable
L 02/20/2014 - 15:17:36: [SM] Displaying call stack trace for plugin "confoglcompmod.smx":
L 02/20/2014 - 15:17:36: [SM] [0] Line 150, modules/SpectatorHud.sp::SH_SpecHUD_Draw()
見たところ、
Error! Variable "$blendframes" is multiply defined in material "particle/smoke1/smoke1_add_nearcull"!
BinkOpen( c:\program files (x86)\steam\steamapps\common\left 4 dead 2\left4dead2\media\l4d2_background04.bik )
見返したところ確かに矛盾している発言でした。
書いてある通り、プラグインの読み込みに関するエラーはプラグインが入ってないためなくなりました。
ですが、「String Table dictionary for soundprecache should be rebuilt, only found 9751 of 16341 strings in dictionary」
こういった文字に関するエラー?だったり他にも多数のエラー表記が出てしまうということです。