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

TF2: Roll the Dice RTD - v0.4


Post New Thread Reply   
 
Thread Tools Display Modes
SsSouperman
New Member
Join Date: Nov 2014
Old 11-28-2014 , 19:26   Broken effects
Reply With Quote #1421

Hey, I'm running into a problem where rolling only results in either "Shrink player" or "Big head". I'm using the default rtd_effects.cfg with SourceMod 1.6.3-dev+4580. Any help would be appreciated, thanks.
__________________
SsSouperman is offline
enstage
AlliedModders Donor
Join Date: Oct 2014
Location: Australia
Old 11-29-2014 , 00:28   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1422

Hi,

Great plugin, only problem, when my players roll they ONLY get either player shrink or big head. I haven't modified anything!

The following is my rtd_effects file:

Code:
//
//	Sample Usage:
//
//	"Perk Index #"
//	{
//		"name"			"#name"		// The name that appears in chat. Any words followed by # is considered a translation.
//		"description"		"#name_desc"	// The description that appears in the 'effects' menu. # denotes a translation.
//		"type"			"good/bad"		// The type of perk, either 'good' or 'bad'. Assumed good.
//		"key"				"sample_perk"	// The key used by sm_rtd_disabled to mark this perk as disabled.
//		"customtime"		"10.0"		// Duration for this specific effect in seconds.
//	}
//
"Effects"
{
	"0"
	{
		"name"			"#godmode"
		"description"		"#godmode_desc"
		"type"			"good"
		"key"				"godmode"
		"customtime"		"false"
	}
	"1"
	{
		"name"			"#toxic"
		"description"		"#toxic_desc"
		"type"			"good"
		"key"				"toxic"
		"customtime"		"false"
	}
	"2"
	{
		"name"			"#buffed_health"
		"description"		"#buffed_health_desc"
		"type"			"good"
		"key"				"goodhealth"
		"customtime"		"false"
	}
	"3"
	{
		"name"			"#increased_speed"
		"description"		"#increased_speed_desc"
		"type"			"good"
		"key"				"speed"
		"customtime"		"false"
	}
	"4"
	{
		"name"			"#low_gravity"
		"description"		"#low_gravity_desc"
		"type"			"good"
		"key"				"lowgravity"
		"customtime"		"false"
	}
	"5"
	{
		"name"			"#uber"
		"description"		"#uber_desc"
		"type"			"good"
		"key"				"uber"
		"customtime"		"false"
	}
	"6"
	{
		"name"			"#invis"
		"description"		"#invis_desc"
		"type"			"good"
		"key"				"invis"
		"customtime"		"false"
	}
	"7"
	{
		"name"			"#cloak"
		"description"		"#cloak_desc"
		"type"			"good"
		"key"				"cloak"
		"customtime"		"false"
	}
	"8"
	{
		"name"			"#crits"
		"description"		"#crits_desc"
		"type"			"good"
		"key"				"crits"
		"customtime"		"false"		
	}
	"9"
	{
		"name"			"#infinite_ammo"
		"description"		"#infinite_ammo_desc"
		"type"			"good"
		"key"				"ammo"
		"customtime"		"false"
	}
	"10"
	{
		"name"			"#scary_bullets"
		"description"		"#scary_bullets_desc"
		"type"			"good"
		"key"				"scary"
		"customtime"		"false"
	}
	"11"
	{
		"name"			"#sentry"
		"description"		"#sentry_desc"
		"type"			"good"
		"key"				"sentry"
		"customtime"		"false"
	}
	"12"
	{
		"name"			"#homing"
		"description"		"#homing_desc"
		"type"			"good"
		"key"				"homing"
		"customtime"		"false"
	}
	"13"
	{
		"name"			"#charge"
		"description"		"#charge_desc"
		"type"			"good"
		"key"				"charge"
		"customtime"		"false"
	}
	"14"
	{
		"name"			"#explode"
		"description"		"#explode_desc"
		"type"			"bad"
		"key"				"explode"
		"customtime"		"false"
	}
	"15"
	{
		"name"			"#snail"
		"description"		"#snail_desc"
		"type"			"bad"
		"key"				"snail"
		"customtime"		"false"
	}
	"16"
	{
		"name"			"#freeze"
		"description"		"#freeze_desc"
		"type"			"bad"
		"key"				"freeze"
		"customtime"		"false"
	}
	"17"
	{
		"name"			"#timebomb"
		"description"		"#timebomb_desc"
		"type"			"bad"
		"key"				"timebomb"
		"customtime"		"false"
	}
	"18"
	{
		"name"			"#ignite"
		"description"		"#ignite_desc"
		"type"			"bad"
		"key"				"ignite"
		"customtime"		"false"
	}
	"19"
	{
		"name"			"#low_health"
		"description"		"#low_health_desc"
		"type"			"bad"
		"key"				"badhealth"
		"customtime"		"false"
	}
	"20"
	{
		"name"			"#drug"
		"description"		"#drug_desc"
		"type"			"bad"
		"key"				"drug"
		"customtime"		"false"
	}
	"21"
	{
		"name"			"#blind"
		"description"		"#blind_desc"
		"type"			"bad"
		"key"				"blind"
		"customtime"		"false"
	}
	"22"
	{
		"name"			"#melee"
		"description"		"#melee_desc"
		"type"			"bad"
		"key"				"melee"
		"customtime"		"false"
	}
	"23"
	{
		"name"			"#beacon"
		"description"		"#beacon_desc"
		"type"			"bad"
		"key"				"beacon"
		"customtime"		"false"
	}
	"24"
	{
		"name"			"#taunt"
		"description"		"#taunt_desc"
		"type"			"bad"
		"key"				"taunt"
		"customtime"		"false"
	}
	"25"
	{
		"name"			"#nostalgia"
		"description"		"#nostalgia_desc"
		"type"			"bad"
		"key"				"nostalgia"
		"customtime"		"false"
	}
	"26"
	{
		"name"			"#earthquake"
		"description"		"#earthquake_desc"
		"type"			"bad"
		"key"				"earthquake"
		"customtime"		"false"
	}
	"27"
	{
		"name"			"#funny_feeling"
		"description"		"#funny_feeling_desc"
		"type"			"bad"
		"key"				"feeling"
		"customtime"		"false"
	}
	"28"
	{
		"name"			"#sauce"
		"description"		"#sauce_desc"
		"type"			"bad"
		"key"				"sauce"
		"customtime"		"false"
	}
	"29"
	{
		"name"			"#dispenser"
		"description"		"#dispenser_desc"
		"type"			"good"
		"key"				"dispenser"
		"customtime"		"false"
	}
	"30"
	{
		"name"			"#jump"
		"description"		"#jump_desc"
		"type"			"good"
		"key"				"jump"
		"customtime"		"false"
	}
	"31"
	{
		"name"			"#instant_kills"
		"description"		"#instant_kills_desc"
		"type"			"good"
		"key"				"instant"
		"customtime"		"false"
	}
	"32"
	{
		"name"			"#bighead"
		"description"		"#bighead_desc"
		"type"			"bad"
		"key"				"bighead"
		"customtime"		"false"
	}
	"33"
	{
		"name"			"#tinyplayer"
		"description"		"#tinyplayer_desc"
		"type"			"good"
		"key"				"tinyplayer"
		"customtime"		"false"
	}
}
This has been happening for a very long time now, and its somewhat annoying. I have tried to reinstall it.
__________________

~Enstage
enstage is offline
Send a message via Skype™ to enstage
Ravufuru
New Member
Join Date: Nov 2014
Old 11-30-2014 , 15:21   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1423

Hey I was wondering if there was a way for a player to activate drugged on themselves no matter what server they were on and how they would do so. This is probably the wrong place to ask this but I can't think of anywhere else.
Ravufuru is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 11-30-2014 , 17:12   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1424

Quote:
Originally Posted by Ravufuru View Post
Hey I was wondering if there was a way for a player to activate drugged on themselves no matter what server they were on and how they would do so. This is probably the wrong place to ask this but I can't think of anywhere else.
No you can't do that if you don't have flagged access to the controlling of forcing RTD. If you run the server and have access to the forcertd command then yes.
Horsedick is offline
Ravufuru
New Member
Join Date: Nov 2014
Old 11-30-2014 , 23:36   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1425

Well I was thinking if you used the code that the plugin uses to activate drugged you could do it permanently on yourself as an add-on to your own game. Not necessarily while using the plugin. Just wanted to make sure there was no way before giving up
Ravufuru is offline
enstage
AlliedModders Donor
Join Date: Oct 2014
Location: Australia
Old 12-05-2014 , 09:00   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1426

So anyone got any ideas on this big head and shrink rolling problem? (See above)
__________________

~Enstage
enstage is offline
Send a message via Skype™ to enstage
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 12-05-2014 , 09:38   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1427

Quote:
Originally Posted by enstage View Post
So anyone got any ideas on this big head and shrink rolling problem? (See above)
Disable it and wait for him to update this... I think he was trying for Halloween for an update but not heard from him since.
Horsedick is offline
PolyQuad
Member
Join Date: Oct 2011
Old 12-05-2014 , 10:26   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1428

I dont have any issue with this plugin on Linux except that forced taunt no longer works. Try deleting your rtd effects config file and let the plugin recreate it.

Running sm 1.6.3 4590 mm 1.10.4 923

Last edited by PolyQuad; 12-05-2014 at 10:27. Reason: added sourcemod and mm info
PolyQuad is offline
0x7fffffff
New Member
Join Date: Dec 2014
Old 12-12-2014 , 09:29   Re: TF2: Roll the Dice RTD - v0.4 - NEW!
Reply With Quote #1429

On (linux) opengl (version 4.5) Nostalgia shader effect gives a line through the diameter of the screen and the "grey" effect does not work. As seen on the following picture;
http://cloud-4.steampowered.com/ugc/...07F9E741E3718/

Not quite sure this is moddable as long as those shader effects in GLSL are partially if not all hardcoded, tho I hope I can be proven wrong (workarounds?).

Last edited by 0x7fffffff; 12-12-2014 at 09:39.
0x7fffffff is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 12-14-2014 , 11:08   Re: Broken effects
Reply With Quote #1430

Quote:
Originally Posted by SsSouperman View Post
Hey, I'm running into a problem where rolling only results in either "Shrink player" or "Big head".
I second this. Is this even going to be updated anymore? If not, this should be unapproved since alot of servers use it.
__________________
FrozenHaxor 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 14:53.


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