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

CSS:DM | <FAILED> File cssdm.ext.dll: Could not find signature "UTIL Remove"


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
N00waY
New Member
Join Date: Jun 2012
Old 06-09-2012 , 05:48   CSS:DM | <FAILED> File cssdm.ext.dll: Could not find signature "UTIL Remove"
Reply With Quote #1

Hello!

I've been trying to install "CS:S DM" but i ran into this problem, this is new sourcemod files, + metamod.

OS: Windows Server r 2008

SOURCEMOD <1.4.2>
CS:S Tools <1.4.2>
SDK Tools <1.4.2>


Version;
SourceMod Version: 1.4.2
Metamod:Source version 1.8.7

Console Error;
Unable to load extension "cssdm.ext": Could not find signature "UTIL_Remove"
L 06/09/2012 - 112:12: [SM] Unable to load plugin "dm_basics.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 06/09/2012 - 112:12: [SM] Unable to load plugin "dm_bot_quotas.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 06/09/2012 - 112:12: [SM] Unable to load plugin "dm_equipment.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 06/09/2012 - 112:12: [SM] Unable to load plugin "dm_preset_spawns.smx": Required extension "CS:S DM" file("cssdm.ext") not running
L 06/09/2012 - 112:12: [SM] Unable to load plugin "dm_spawn_protection.smx": Required extension "CS:S DM" file("cssdm.ext") not running

Trying sm exts list;

[09] <FAILED> file "css.dm.ext.dll": Could not find signature "UTIL_Remove"

Trying sm plugins list;
17 <Failed> "CS:S DM Basics" <2.1.4> by Alliedmoddes LLC
18 <Failed> "CS:S DM Bot Quotas" <2.1.4> by Alliedmoddes LLC
19 <Failed> "CS:S DM Equipment" <2.1.4> by Alliedmoddes LLC
20 <Failed> "CS:S DM Preset Spawns" <2.1.4> by Alliedmoddes LLC
21 <Failed> "CS:S DM Spawn Protection" <2.1.4> by Alliedmoddes LLC


I did not edit any settings on "CS:S DM" but i tried many stuff, reinstall Sourcemod, Metamod, installed SDK HOOK, and so on.


Found Gamedata fix ( WORKING )
Quote:
/* Do not edit this file unless you know what you are doing! */
/* TakeDmgPatch2 is not needed. Mac has not been tested. - Dr!fter */
"Games"
{
"cstrike"
{
/* FFA patch bytes */
"Keys"
{
"LagCompPatch_Windows" "\xEB"
"LagCompPatch_Linux" "\x90\x90\x90\x90\x90\x90"
"LagCompPatch_Mac" "\x90\x90\x90\x90\x90\x90"

"TakeDmgPatch1_Windows" "\xEB"
"TakeDmgPatch1_Linux" "\x90\x90\x90\x90\x90\x90"
"TakeDmgPatch1_Mac" "\x90\x90\x90\x90\x90\x90"

"TakeDmgPatch2_Windows" "\xEB" //"\x90\xE9"
"TakeDmgPatch2_Linux" "\x90\x90\x90\x90\x90\x90"
"TakeDmgPatch2_Mac" "\x90\x90\x90\x90\x90\x90"

"CalcDomRevPatch_Windows" "\x90\x90\x90\x90\x90\x90"
"CalcDomRevPatch_Linux" "\x90\x90"
"CalcDomRevPatch_Mac" "\x90\x90\x90\x90\x90\x90"
}
"Offsets"
{
/* Patch offsets for FFA */
"LagCompPatch"
{
"windows" "41"
"linux" "47"
"mac" "31"
}
"TakeDmgPatch1"
{
"windows" "906"
"linux" "428"
"mac" "703"
}
"TakeDmgPatch2"
{
"windows" "906"
"linux" "428"
"mac" "703"
}
/* Offset into gamerules constructor - bogo value linux/mac */
"g_pGameRules"
{
"windows" "32"
"linux" "1"
"mac" "1"
}
/* Virtual indexes */
"IPointsForKill"
{
"windows" "78"
"linux" "79"
"mac" "79"
}
"Weapon_GetSlot"
{
"windows" "261"
"linux" "262"
"mac" "262"
}
"RemoveAllItems"
{
"windows" "335"
"linux" "336"
"mac" "336"
}
"GiveAmmo"
{
"windows" "247"
"linux" "248"
"mac" "248"
}
/* Next _two_ are detour byte "save" counts */
"DropWeaponsPatch"
{
"windows" "6"
"linux" "6"
"mac" "6"
}
"CSWeaponDropPatch"
{
"windows" "9"
"linux" "6"
"mac" "6"
}
"CalcDomRevPatch"
{
"windows" "65"
"linux" "112"
"mac" "79"
}
}
"Signatures"
{
"UTIL_Remove"
{
"library" "server"
"windows" "\x55\x8B\xEC\x8B\x2A\x2A\x85\xC0\x74\x2A\x83 \x2A\x2A\x50"
"linux" "@_Z11UTIL_RemoveP11CBaseEntity"
"mac" "@_Z11UTIL_RemoveP11CBaseEntity"
}
"RoundRespawn"
{
"library" "server"
"windows" "\x55\x8B\xEC\x51\x89\x2A\x2A\x8B\x2A\x2A\x8B \x10\x8B"
"linux" "@_ZN9CCSPlayer12RoundRespawnEv"
"mac" "@_ZN9CCSPlayer12RoundRespawnEv"
}
"OnTakeDamage"
{
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x56\x89 \x8D\x2A\x2A\x2A\x2A\x8B\x45\x2A\x50\x8D"
"linux" "@_ZN9CCSPlayer12OnTakeDamageERK15CTakeDamage Info"
"mac" "@_ZN9CCSPlayer12OnTakeDamageERK15CTakeDamage Info"
}
"WantsLagComp"
{
"library" "server"
"windows" "\x53\x8B\xDC\x83\xEC\x2A\x83\xE4\x2A\x83\xC4 \x2A\x55\x8B\x2A\x2A\x89\x2A\x2A\x2A\x8B\xEC\ xA1\x2A\x2A\x2A\x2A\x83\xEC\x2A\x83\x2A\x2A\x 00\x56\x8B\x2A\x2A\x57"
"linux" "@_ZNK11CBasePlayer28WantsLagCompensationOnEn tityEPKS_PK8CUserCmdPK7CBitVecILi2048EE"
"mac" "@_ZNK11CBasePlayer28WantsLagCompensationOnEn tityEPKS_PK8CUserCmdPK7CBitVecILi2048EE"
}
"CGameRules"
{
"library" "server"
"windows" "\x56\x68\x2A\x2A\x2A\x2A\x8B\xF1\xE8\x2A\x2A \x2A\x2A\xC7\x2A\x2A\x2A\x2A\x2A\xA1\x2A\x2A\ x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\x 2A\x2A\x2A\x8B\x48"
"linux" "@g_pGameRules"
"mac" "@g_pGameRules"
}
"CSWeaponDrop"
{
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x89\x8D \x2A\x2A\x2A\x2A\xC6\x2A\x2A\x00\x8B\x8D\x2A\ x2A\x2A\x2A\xE8"
"linux" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatW eaponbb"
"mac" "@_ZN9CCSPlayer12CSWeaponDropEP17CBaseCombatW eaponbb"
}
"DropWeapons"
{
"library" "server"
"windows" "\x55\x8B\xEC\x83\xEC\x2A\x89\x4D\x2A\xC7\x45 \x2A\x00\x00\x00\x00\xEB\x2A\x8B\x45\x2A\x83\ xC0\x01\x89\x45\x2A\x83"
"linux" "@_ZN9CCSPlayer11DropWeaponsEbb"
"mac" "@_ZN9CCSPlayer11DropWeaponsEbb"
}
"CalcDominationAndRevenge"
{
"library" "server"
"windows" "\x55\x8B\xEC\x51\xA1\x2A\x2A\x2A\x2A\x83\x2A \x2A\x00\x89\x2A\x2A\x0F\x85\x2A\x2A\x00\x00\ x57"
"linux" "@_ZN12CCSGameStats24CalcDominationAndRevenge EP9CCSPlayerS1_Pi"
"mac" "@_ZN12CCSGameStats24CalcDominationAndRevenge EP9CCSPlayerS1_Pi"
}
}
}
}

Last edited by N00waY; 06-09-2012 at 06:05.
N00waY 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 14:05.


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