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

Warning: TF2Items will break in Gunmettle Update 2015/07/02


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-01-2015 , 21:10   Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #1

Edit: Updated with new information.

So, if you haven't seen it, there's a bunch of new stuff going on with the Gunmettle Update (Page 1, Page 2).

TF2Items will break. You will need to update to a TF2Items 1.6.2 build after the update (if you apply it before the update, it will likely crash your server).

Having said that, with the changes going into the game, particularly the "you can now switch your current weapons with a dropped weapon that your class can use", items granted via TF2Items may now be visible.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 07-02-2015 at 09:36.
Powerlord is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-01-2015 , 22:20   Re: Warning: TF2Items likely breaking 2015/07/02
Reply With Quote #2

Threads like this are generally not helpful, it's just noise - and if anything, riles up the "ermahgurd valve keep breaking plugins" crapola.
__________________
asherkin is offline
VoiDeD
AlliedModders Donor
Join Date: Mar 2009
Location: Illinois, USA
Old 07-02-2015 , 03:31   Re: Warning: TF2Items likely breaking 2015/07/02
Reply With Quote #3

The latest builds (1.6.2) should hopefully be ready for the update. Unsure about gamedata changes though.
__________________

Last edited by VoiDeD; 07-02-2015 at 03:37.
VoiDeD is offline
Old 07-02-2015, 12:36
Jose76Tron
This message has been deleted by asherkin. Reason: Off-topic.
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 07-02-2015 , 16:49   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #4

Quote:
Originally Posted by Powerlord View Post
Edit: Updated with new information.
TF2Items will break. You will need to update to a TF2Items 1.6.2 build after the update (if you apply it before the update, it will likely crash your server).
Thanks for the head's-up, very helpful.
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 07-02-2015 at 16:54.
Weasel is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 07-02-2015 , 17:10   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #5

Looks like Gun Mettle is in the process of releasing right now:
https://steamdb.info/app/232250/
Quote:
Last Record Update: 2 minutes ago (July 2, 2015 – 21:07:01 UTC)
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 07-02-2015 , 17:27   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #6

Full list of changes: http://www.teamfortress.com/post.php?id=17400
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 07-02-2015 , 17:33   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #7

It broke..

PHP Code:
#0  0xf141c500 in CEconItemView::operator=(CEconItemView const&) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#0  0xf141c500 in CEconItemView::operator=(CEconItemView const&) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#1  0xf13c5b68 in CItemGeneration::SpawnItem(CEconItemView const*, Vector const&, QAngle const&, char const*) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#2  0xf1b1a800 in CTFPlayer::GiveNamedItem(char const*, int, CEconItemView const*, bool) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#3  0xe97e5578 in __SourceHook_MFHCls_MHook_GiveNamedItem::Func(char const*, int, CEconItemView*, bool) () from /gameserver/tf2/trade/tf/addons/sourcemod/extensions/tf2items.ext.2.ep2v.so
#4  0xe97e4292 in Hook_GiveNamedItem(char const*, int, CEconItemView*, bool) () from /gameserver/tf2/trade/tf/addons/sourcemod/extensions/tf2items.ext.2.ep2v.so
#5  0xe97e5432 in __SourceHook_MFHCls_MHook_GiveNamedItem::Func(char const*, int, CEconItemView*, bool) () from /gameserver/tf2/trade/tf/addons/sourcemod/extensions/tf2items.ext.2.ep2v.so
#6  0xf1b4309a in CTFPlayer::ManageRegularWeapons(TFPlayerClassData_t*) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#7  0xf1b4ca38 in CTFPlayer::GiveDefaultItems() () from /gameserver/tf2/trade/tf/bin/server_srv.so
#8  0xf1b4cc0f in CTFPlayer::InitClass() () from /gameserver/tf2/trade/tf/bin/server_srv.so
#9  0xf1b38663 in CTFPlayer::Spawn() () from /gameserver/tf2/trade/tf/bin/server_srv.so
#10 0xf1b2b6f3 in CTFPlayer::ForceRespawn() () from /gameserver/tf2/trade/tf/bin/server_srv.so
#11 0xf1b225be in CTFPlayer::HandleCommand_JoinClass(char const*, bool) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#12 0xf1b4acfd in CTFPlayer::ClientCommand(CCommand const&) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#13 0xf14f5956 in CTFGameRules::ClientCommand(CBaseEntity*, CCommand const&) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#14 0xf1774097 in ClientCommand(CBasePlayer*, CCommand const&) () from /gameserver/tf2/trade/tf/bin/server_srv.so
#15 0xed3480e6 in __SourceHook_FHCls_IServerGameClientsClientCommand0::Func(edict_t*, CCommand const&) () from /gameserver/tf2/trade/tf/addons/metamod/bin/metamod.2.tf2.so
#16 0xffa2eb68 in ?? () 
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 07-02-2015 , 17:54   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #8

I think we still need a gamedata update for TF2Items and SourceMod itself. I do not see any change to SourceMod's gamedata files checked-into git-hub (https://github.com/alliedmodders/sou...aster/gamedata) since todays change.
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 07-02-2015 at 17:55.
Weasel is offline
russell99ky
Member
Join Date: Apr 2008
Old 07-02-2015 , 18:09   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #9

Same thing here, server crashes as soon as someone joins, using the latest Snapshot 5216
russell99ky is offline
renancavalieri
AlliedModders Donor
Join Date: Feb 2015
Old 07-02-2015 , 18:10   Re: Warning: TF2Items will break in Gunmettle Update 2015/07/02
Reply With Quote #10

Same here, its broke.
renancavalieri is offline
Reply


Thread Tools
Display Modes

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 21:45.


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