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

[TF2] No Thriller Taunt


Post New Thread Reply   
 
Thread Tools Display Modes
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 06-21-2014 , 09:15   Re: [TF2] No Thriller Taunt
Reply With Quote #111

Code:
L 06/21/2014 - 17:04:52: [SM] Unable to load extension "thriller.ext": /orangebox/tf/addons/sourcemod/extensions/thriller.ext.2.ep2v.so: undefined symbol: g_pMemAlloc
I take thriller.ext.2.ep2v.so from https://forums.alliedmods.net/showpo...71&postcount=5

Any help ?
__________________

Last edited by Kahl_Drogo; 06-21-2014 at 09:15.
Kahl_Drogo is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-21-2014 , 09:37   Re: [TF2] No Thriller Taunt
Reply With Quote #112

Quote:
Originally Posted by Kahl_Drogo View Post
Code:
L 06/21/2014 - 17:04:52: [SM] Unable to load extension "thriller.ext": /orangebox/tf/addons/sourcemod/extensions/thriller.ext.2.ep2v.so: undefined symbol: g_pMemAlloc
I take thriller.ext.2.ep2v.so from https://forums.alliedmods.net/showpo...71&postcount=5

Any help ?
Use the plugin from the first post instead as it replaced the extension.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 07-11-2014 , 15:55   Re: [TF2] No Thriller Taunt
Reply With Quote #113

Does this still work?
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
cb684
Junior Member
Join Date: May 2014
Old 08-10-2014 , 13:58   Re: [TF2] No Thriller Taunt
Reply With Quote #114

Getting the following error message.
Quote:
[TF2] IsHolidayActive gamedata offset missing. TF2_OnIsHolidayActive will not be
available.
From reading through previous posts, I'm assuming I need to update the (Windows) gamedata file.
Could someone please tell me how to do this.
Do I have to update the stuff that comes after "windows" (example: \xF3\x0F\x59\x2A\x2A\x2A\x2A\x2A\x0F\x2F\x2A\ x76\x2A\xD9\xE8\x51)? Where do I get the updated codes?

I thought maybe I could update the gamedata by running the Updater plugin (https://forums.alliedmods.net/showthread.php?t=169095) but it didn't update the gamedata for this plugin.

Thank you for your time.

Quote:

"Games"
{
"tf"
{
"Signatures"
{
"ThrillerTaunt"
{
"library" "server"
"linux" "\x0F\x85\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A \xF3\x0F\x10\x0D\x2A\x2A\x2A\x2A\xF3\x0F\x2A\ xC0\xF3\x0F\x59\x05\x2A\x2A\x2A\x2A\x0F\x2F\x C8\x0F\x86"
"windows" "\xF3\x0F\x59\x2A\x2A\x2A\x2A\x2A\x0F\x2F\x2A \x76\x2A\xD9\xE8\x51"
}
}
"Addresses"
{
"ThrillerTaunt"
{
"signature" "ThrillerTaunt"
}
}
"Offsets"
{
"Offset_ThrillerTaunt"
{
"linux" "35"
"windows" "11"
}
"Payload_ThrillerTaunt"
{
"linux" "129" //
NEAR JNO
"windows" "113" //
SHORT JNO
}
}
}
}
============

After further testing, I think the error message might be from tfforceholidays.
But could someone still please show me how to update the gamedata file?
Thank you for your time.

Last edited by cb684; 08-10-2014 at 14:21.
cb684 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-10-2014 , 15:06   Re: [TF2] No Thriller Taunt
Reply With Quote #115

Quote:
Originally Posted by cb684 View Post
Getting the following error message.


From reading through previous posts, I'm assuming I need to update the (Windows) gamedata file.
Could someone please tell me how to do this.
Do I have to update the stuff that comes after "windows" (example: \xF3\x0F\x59\x2A\x2A\x2A\x2A\x2A\x0F\x2F\x2A\ x76\x2A\xD9\xE8\x51)? Where do I get the updated codes?

I thought maybe I could update the gamedata by running the Updater plugin (https://forums.alliedmods.net/showthread.php?t=169095) but it didn't update the gamedata for this plugin.

Thank you for your time.



============

After further testing, I think the error message might be from tfforceholidays.
But could someone still please show me how to update the gamedata file?
Thank you for your time.
That error message is from the SourceMod core (or more specifically, the TF2 extension). If you're using SM 1.5, try upgrading to SM 1.6 as it changed how TF2_OnIsHolidayActive works. This is because Valve broke it on Windows a few months back and it had to be rewritten.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-10-2014 at 15:19.
Powerlord is offline
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 09-08-2014 , 05:21   Re: [TF2] No Thriller Taunt
Reply With Quote #116

I put smx file in plugins folder and gamedata file in gamedata folder from first post.
addons/sourcemod/gamedata/thriller.plugin.txt
addons/sourcemod/plugins/thriller.smx

but when serwer start show:

Code:
L 09/08/2014 - 13:19:30: [SM] Unable to load extension "thriller.ext": Could not locate offset to apply patch.
__________________

Last edited by Kahl_Drogo; 09-08-2014 at 05:23.
Kahl_Drogo is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 09-08-2014 , 07:04   Re: [TF2] No Thriller Taunt
Reply With Quote #117

Quote:
Originally Posted by Kahl_Drogo View Post
I put smx file in plugins folder and gamedata file in gamedata folder from first post.
addons/sourcemod/gamedata/thriller.plugin.txt
addons/sourcemod/plugins/thriller.smx

but when serwer start show:

Code:
L 09/08/2014 - 13:19:30: [SM] Unable to load extension "thriller.ext": Could not locate offset to apply patch.
eh... it's saying you have the extension
__________________
WildCard65 is offline
Kahl_Drogo
Senior Member
Join Date: Apr 2012
Old 09-08-2014 , 07:07   Re: [TF2] No Thriller Taunt
Reply With Quote #118

So it shuld work ? Becouse I see nex info uder few line like
Code:
L 09/08/2014 - 15:02:43: [thriller.smx] Patching ThrillerTaunt at address: 0xB1D350EB..
__________________
Kahl_Drogo is offline
robotortoise
Senior Member
Join Date: Nov 2013
Old 09-08-2014 , 10:03   Re: [TF2] No Thriller Taunt
Reply With Quote #119

Just FYI this plugin doesn't work anymore. Use Force Holidays.
__________________
-Robotortoise [Palutena's Bro]

If you ever need help with Wii/Gamecube/DS sounds/music/ect., I'm your man!

Contact me via Steam

I don't bite.


How to loop and compress .wav files

Me and my friends' server
robotortoise is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 09-09-2014 , 08:04   Re: [TF2] No Thriller Taunt
Reply With Quote #120

Quote:
Originally Posted by Kahl_Drogo View Post
So it shuld work ? Becouse I see nex info uder few line like
Code:
L 09/08/2014 - 15:02:43: [thriller.smx] Patching ThrillerTaunt at address: 0xB1D350EB..
Yes, that log line means the plugin IS WORKING. If it successfully patches the address, it will work.

Quote:
Originally Posted by robotortoise View Post
Just FYI this plugin doesn't work anymore. Use Force Holidays.
Dafug are you talking about, the plugin replaces this extension and should still work.
__________________

Last edited by WildCard65; 09-09-2014 at 08:05.
WildCard65 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 06:45.


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