Raised This Month: $32 Target: $400
 8% 

[TF2] Do The Twist 0.4 (08/10)


Post New Thread Reply   
 
Thread Tools Display Modes
TheSpyHunter
Senior Member
Join Date: Jul 2009
Old 12-01-2009 , 14:14   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #11

Quote:
Originally Posted by Jindo View Post
This was all when the plugin was turned off, correct? I'll look in to it a little later, thanks!
When toggled off, yes.
__________________
TheSpyHunter is offline
WGSXFrank
Member
Join Date: Apr 2010
Old 04-02-2010 , 00:21   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #12

I can't seem to get this to work at all. I'm thinking it might not play nice with some of the other mods I have installed.

When I type "twist", the "Get Ready to do the Twist!" text pops up, but nothing else happens.

List of mods I have installed:
Say Sounds
RTD
RTV
Prop Bonus Round (I think this might be the culprit?)

Any ideas?
WGSXFrank is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 04-02-2010 , 05:27   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #13

well... it does work with props BUT it doesn't work with the ones on the map, it just turns everyones model into a prop at the end of the round so i doubt that. Im not a mod developer so i can't tell you but i can tell you from common sense.

-r3d
Drixevel is offline
Jindo
AlliedModders Donor
Join Date: May 2009
Location: England, UK
Old 04-02-2010 , 05:30   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #14

Quote:
Originally Posted by WGSXFrank View Post
Prop Bonus Round (I think this might be the culprit?)
I actually tested my plugin with this installed and it worked fine, it made the player props twist as well infact .

What version of SourceMod are you using? It might be that I need to provide a recompiled version of this.
__________________
Jindo is offline
WGSXFrank
Member
Join Date: Apr 2010
Old 04-02-2010 , 06:42   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #15

Quote:
Originally Posted by Jindo View Post
I actually tested my plugin with this installed and it worked fine, it made the player props twist as well infact .

What version of SourceMod are you using? It might be that I need to provide a recompiled version of this.
I'm using Sourcemod V1.3.1.
WGSXFrank is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 04-10-2010 , 00:49   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #16

Would truly be great if you could get it to play a song that could be set via a .cfg
WebNoob is offline
Jindo
AlliedModders Donor
Join Date: May 2009
Location: England, UK
Old 04-11-2010 , 14:09   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #17

Updated the first post so that the source compiles for SM 1.3 automatically.

I'll consider the music playing thing, but it would require users to have some kind of page that would play a song ready for use, I don't plan on attaching said files with the plugin.
__________________
Jindo is offline
WGSXFrank
Member
Join Date: Apr 2010
Old 04-14-2010 , 23:13   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #18

It's still a no go for me. >_< I just can't figure out why this won't work for me. No actual errors that I can see... the "Get ready to do the twist" text shows, but nothing happens.

I think my server hates me lol
WGSXFrank is offline
Udders
Junior Member
Join Date: Jun 2010
Old 08-03-2010 , 00:47   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #19

Quote:
Originally Posted by Jindo View Post
This was all when the plugin was turned off, correct? I'll look in to it a little later, thanks!
Same here , all props aligned as normal when the map starts , everything worked as it should while twist was on but once it was turned off doors and supply cabinets ( only ones I really checked out at the moment ) didnt re-align correctly.

Supply cabinets seem to always stop 90 degrees from normal position and the doors seem to end up slightly twisted.

Still works great though and hope that this minor thing can get fixed up

*small edit*
Just noticed after testing I had quite a few of these lines on the console screen incase this helps .. if not do you know what they are ?

Interpenetrating entities! (player and func_moveliner)

Last edited by Udders; 08-03-2010 at 00:53. Reason: added a console error that I didnt notice previously
Udders is offline
ILOVEPIE
Member
Join Date: Sep 2010
Old 09-24-2010 , 22:57   Re: [TF2] Do The Twist 0.4 (08/10)
Reply With Quote #20

THIS IS HOW U DO THE AUDIO JINDO!
replace action:cTwist with the following
Code:
public Action:cTwist(client, args)
{
	
	g_count = 1;
	
	if (GetConVarBool(g_cvars[CVAR_DANCE]))
	{
	
		new bool:messagesEnable = GetConVarBool(g_cvars[CVAR_MESSAGE]);
		if (messagesEnable)
		{
			PrintCenterTextAll("Get ready to Do The Twist!");
		}
		PrecacheSound("twist/twist.wav");
		PrefetchSound("twist/twist.wav");
		EmitSoundToAll("twist/twist.wav");
		CreateTimer(1.5, tTwist);
		return Plugin_Handled;
		
	}
	else
	{
		
		ReplyToCommand(client, "Twisting is not enabled.");
		return Plugin_Handled;
		
	}
}
then make a new folder in sounds named twist and copy in the linked zip file's .wav

||twist.zip|-zipped size: 12.3 mb -unzipped size: 26.2 mb ------------|
| ------------------------------------------------------------------|
|-mirror 1-|- http://www.upload-this.com/download/7509/rapidshare
|-mirror 2-|- http://www.upload-this.com/download/7510/hotfile
|-mirror 3-|- http://www.upload-this.com/download/7511/zippyshare
|-mirror 4-|- http://www.upload-this.com/download/7512/usaupload
|-mirror 5-|- http://www.upload-this.com/download/7513/sendspace
|-mirror 6-|- http://www.upload-this.com/download/7515/netload
|____________________________________________ ______________

AND NOW YOUR PROPS WILL TWIST TO DA TWIST!

don't give me credit it's not my idea to add audio, give it to da webNoob.


edit: OMG FRIGGEN AWSOME
test it out here:
steam://joingame/www.ctflolz.com
__________________



Last edited by ILOVEPIE; 10-07-2010 at 00:48. Reason: finaly got it working
ILOVEPIE 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 18:12.


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