View Single Post
Silent_Water
Member
Join Date: Sep 2008
Old 02-04-2010 , 09:20   Re: SourceMod 1.3 Released!
#72

I have not fully tested this but here is a modified game.dod.cfg.

Another issue could be the dukehacks extension. I've attached a modified gamedata file for this. Place this in your addons/sourcemod/gamedata/ folder if you use it.

Place this game.dod.cfg in your addons/sourcemod/gamedata/sdktools.games:
Code:
"Games" 
{ 
    /* Day of Defeat: Source */ 
    "dod" 
    { 
        "Offsets" 
        { 
            "GiveNamedItem" 
            { 
                "windows"    "385" 
                "linux"        "386" 
            } 
            "RemovePlayerItem" 
            { 
                "windows"    "258" 
                "linux"        "259" 
            } 
            "Weapon_GetSlot" 
            { 
                "windows"    "256" 
                "linux"        "257" 
            } 
            "Ignite" 
            { 
                "windows"    "201" 
                "linux"        "202" 
            } 
            "Extinguish" 
            { 
                "windows"    "205" 
                "linux"        "206" 
            } 
            "Teleport" 
            { 
                "windows"    "105" 
                "linux"        "106" 
            } 
            "CommitSuicide" 
            { 
                "windows"    "422" 
                "linux"        "423" 
            } 
            "GetVelocity" 
            { 
                "windows"    "136" 
                "linux"        "137" 
            } 
            "EyeAngles" 
            { 
                "windows"    "127" 
                "linux"        "128" 
            } 
            "AcceptInput" 
            { 
                "windows"    "34" 
                "linux"        "35" 
            } 
            "DispatchKeyValue" 
            { 
                "windows"    "29" 
                "linux"        "28" 
            } 
            "DispatchKeyValueFloat" 
            { 
                "windows"    "28" 
                "linux"        "29" 
            } 
            "DispatchKeyValueVector" 
            { 
                "windows"    "27" 
                "linux"        "30" 
            } 
            "SetEntityModel" 
            { 
                "windows"    "23" 
                "linux"        "24" 
            } 
            "WeaponEquip" 
            { 
                "windows"    "249" 
                "linux"        "250" 
            } 
            "Activate" 
            { 
                "windows"    "31" 
                "linux"        "32" 
            } 
        } 
    } 
}
Attached Files
File Type: txt game.dod.txt (1.2 KB, 317 views)
File Type: txt dukehacks.txt (1.9 KB, 304 views)
Silent_Water is offline