AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   CTFPlayer Offset List (Team Fortress 2) (https://forums.alliedmods.net/showthread.php?t=109773)

(NW)Shane O' D 11-21-2009 10:51

CTFPlayer Offset List (Team Fortress 2)
 
Hi :)
I've been trying bl4nks givenameditem plugin for tf2 which allows players to type sm_givenameditem PLAYERNAME tf_weapon_*
I think the offsets are wrong but i went to CTFPlayer Offset List (Team Fortress 2) and it says last updated in august

are the offsets up-to-date?
If so then which do i use?
It uses GiveNamedItem

please reply

bl4nk 11-21-2009 16:12

Re: CTFPlayer Offset List (Team Fortress 2)
 
Code:

"Games"
{
    "tf"
    {
        "Offsets"
        {
            "GiveNamedItem"
            {
                "windows"    "421"
                "linux"      "427"
            }
            "WeaponEquip"
            {
                "windows"    "235"
                "linux"      "236"
            }
        }
    }
}

Tested them out on both Windows and Linux and they seem to be working.

(NW)Shane O' D 11-22-2009 05:29

Re: CTFPlayer Offset List (Team Fortress 2)
 
Quote:

Originally Posted by bl4nk (Post 995292)
Code:

"Games"
{
    "tf"
    {
        "Offsets"
        {
            "GiveNamedItem"
            {
                "windows"    "421"
                "linux"      "427"
            }
            "WeaponEquip"
            {
                "windows"    "235"
                "linux"      "236"
            }
        }
    }
}

Tested them out on both Windows and Linux and they seem to be working.

Thanks. I can now use the original versions of the plugin again :D
You probably should have told them they didnt need to change the plugin and use weird offsets though because their one works too and they had to change the plugin a bit and use these offsets

bl4nk 11-22-2009 17:23

Re: CTFPlayer Offset List (Team Fortress 2)
 
Who are you talking about now?

(NW)Shane O' D 12-11-2009 11:54

Re: CTFPlayer Offset List (Team Fortress 2)
 
Quote:

Originally Posted by bl4nk (Post 996301)
Who are you talking about now?

The people who use your plugin...have you checked that thread recentely?

bl4nk 12-12-2009 01:04

Re: CTFPlayer Offset List (Team Fortress 2)
 
I just made an example plugin, I really expected someone to make a real one out of what I provided. I only check the thread when I see new replies, and I haven't seen any in a while.

(NW)Shane O' D 12-19-2009 09:19

Re: CTFPlayer Offset List (Team Fortress 2)
 
Quote:

Originally Posted by bl4nk (Post 1014114)
I just made an example plugin, I really expected someone to make a real one out of what I provided. I only check the thread when I see new replies, and I haven't seen any in a while.

Will you combine your version and the one that was made afterwards please?
I like the way using the NEW trie version works with unlockables but i also like the OLD tf2weapondata.txt versions because they load the ammo correctely
Has something changed recently or can you combine them?


All times are GMT -4. The time now is 01:08.

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