Raised This Month: $ Target: $400
 0% 

TF2: Roll the Dice RTD - v0.4


Post New Thread Reply   
 
Thread Tools Display Modes
LiMaaa
AlliedModders Donor
Join Date: Oct 2010
Location: Behind You
Old 01-05-2014 , 20:53   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1281

There are currently 2 known bugs I have found with version 0.4.4.2.

#1. Combustion doesn't seem to be working at all, regardless if a player rolls it or its forced, the player doesn't catch on fire.

#2. Rolling Stripped to melee whist holding a botkiller weapon causes a bug where your botkiller head hanging off the weapon stays intact hanging on your hand regardless being stripped to melee, even after you die or change character you still have the botkiller head glitched to your body floating mid air. The only current fix i have found is reconnecting to the server to remove the bug.

Would be nice if these 2 bugs could be noted if not posted previously and fixed.
Thanks.
__________________
>>> Hiring SourcePawn, Node.js, SteamAPI DEVS <<<
Feel free to add me on steam or PM me on the forums.
Endless Gamers Community
http://endlessgamers.com
LiMaaa is offline
Donski
Senior Member
Join Date: Sep 2012
Old 01-05-2014 , 21:14   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1282

The #2 bug is due to some code changes introduced with the recent TF2 update. There are workarounds/fixes posted somewhere but would need to incorporate it to this plugin's code. See this thread.

Last edited by Donski; 01-05-2014 at 21:17.
Donski is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 01-05-2014 , 21:56   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1283

Quote:
Originally Posted by Donski View Post
The #2 bug is due to some code changes introduced with the recent TF2 update. There are workarounds/fixes posted somewhere but would need to incorporate it to this plugin's code. See this thread.
That's an AMX Mod X admin help thread you linked to.
404UserNotFound is offline
Donski
Senior Member
Join Date: Sep 2012
Old 01-06-2014 , 02:35   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1284

Woops accidentally deleted one character.

https://forums.alliedmods.net/showpost.php?p=2080539
Donski is offline
LiMaaa
AlliedModders Donor
Join Date: Oct 2010
Location: Behind You
Old 01-08-2014 , 05:11   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1285

Quote:
Originally Posted by Donski View Post
Woops accidentally deleted one character.

https://forums.alliedmods.net/showpost.php?p=2080539


any idea on bug #1?
__________________
>>> Hiring SourcePawn, Node.js, SteamAPI DEVS <<<
Feel free to add me on steam or PM me on the forums.
Endless Gamers Community
http://endlessgamers.com
LiMaaa is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 01-08-2014 , 19:35   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1286

Happens on:
Code:
SourceMod Version: 1.5.2-dev+3926
SourceMod Version: 1.5.3-dev+3954
"sm_rtd_version" = "0.4.4.2"
Error:
Code:
L 01/08/2014 - 20:54:15: [SM] Native "TF2_IgnitePlayer" reported: Failed to locate function
L 01/08/2014 - 20:54:15: [SM] Displaying call stack trace for plugin "rtd.smx":
L 01/08/2014 - 20:54:15: [SM]   [0]  Line 1141, C:\Users\root\Documents\Sourcemod\rtd.sp::InitiateEffect()
L 01/08/2014 - 20:54:15: [SM]   [1]  Line 833, C:\Users\root\Documents\Sourcemod\rtd.sp::RTD()
L 01/08/2014 - 20:54:15: [SM]   [2]  Line 556, C:\Users\root\Documents\Sourcemod\rtd.sp::Listener_Say()
L 01/08/2014 - 21:05:43: [SM] Native "TF2_IgnitePlayer" reported: Failed to locate function
edit: I see, it has been posted before: https://forums.alliedmods.net/search...rchid=11166058
__________________

Last edited by AeroAcrobat; 01-08-2014 at 19:40.
AeroAcrobat is offline
Donski
Senior Member
Join Date: Sep 2012
Old 01-08-2014 , 20:49   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1287

Could that be what AdrianaLima is experiencing?
Donski is offline
LiMaaa
AlliedModders Donor
Join Date: Oct 2010
Location: Behind You
Old 01-08-2014 , 21:46   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1288

Quote:
Originally Posted by AeroAcrobat View Post
Happens on:
Code:
SourceMod Version: 1.5.2-dev+3926
SourceMod Version: 1.5.3-dev+3954
"sm_rtd_version" = "0.4.4.2"
Error:
Code:
L 01/08/2014 - 20:54:15: [SM] Native "TF2_IgnitePlayer" reported: Failed to locate function
L 01/08/2014 - 20:54:15: [SM] Displaying call stack trace for plugin "rtd.smx":
L 01/08/2014 - 20:54:15: [SM]   [0]  Line 1141, C:\Users\root\Documents\Sourcemod\rtd.sp::InitiateEffect()
L 01/08/2014 - 20:54:15: [SM]   [1]  Line 833, C:\Users\root\Documents\Sourcemod\rtd.sp::RTD()
L 01/08/2014 - 20:54:15: [SM]   [2]  Line 556, C:\Users\root\Documents\Sourcemod\rtd.sp::Listener_Say()
L 01/08/2014 - 21:05:43: [SM] Native "TF2_IgnitePlayer" reported: Failed to locate function
edit: I see, it has been posted before: https://forums.alliedmods.net/search...rchid=11166058
That seems right, Btw your link is broken!

Quote:
Originally Posted by Donski View Post
Could that be what AdrianaLima is experiencing?
That seems to be exactly what i am experiencing, I think a sm update should solve this problem, will give it a shot and post back!

EDIT: Thanks to Donski and Aero for their help, the issue was a conflicting version of sourcemod. After updating to snapshot 1.5.3-hg3955
Ignite works fine.
__________________
>>> Hiring SourcePawn, Node.js, SteamAPI DEVS <<<
Feel free to add me on steam or PM me on the forums.
Endless Gamers Community
http://endlessgamers.com

Last edited by LiMaaa; 01-09-2014 at 00:42.
LiMaaa is offline
Donski
Senior Member
Join Date: Sep 2012
Old 01-09-2014 , 00:20   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1289

His link was working earlier, AFAIK the search cookie has expired.

FWIW, just checked my logs and haven't found anything similar to that. So yeah, maybe try updating SM.

Last edited by Donski; 01-09-2014 at 00:23.
Donski is offline
Bleathdark
Junior Member
Join Date: Jul 2009
Old 01-09-2014 , 03:45   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1290

I've seen in servers of this group
http://steamcommunity.com/groups/idleservers
the rtd is only activated for the members of his group of steam.
e I would like my server equal but not how

Last edited by Bleathdark; 01-09-2014 at 03:46.
Bleathdark 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 06:56.


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