V
Home Rules Plug-Ins Forums Donate


 

Go Back   voogru.com - Online Gaming Community > Game Servers Discussion > Team Fortress

Sponsored Links

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-28-2008
voogru's Avatar
Administrator
 
Join Date: Aug 19th, 01
Location: Planet Earth
Posts: 2,717
Name: Spamminator
Hours: 474
Last played: November 15, 2008, 6:18 PM
Send a message via ICQ to voogru Send a message via AIM to voogru Send a message via Yahoo to voogru
Default Party hat usage.

Hey guys, here is how to use your subscriber party hats.

Party hats require console usage, if you do not know how to use the console, see this thread: http://forums.voogru.com/team-fortre...rivileges.html

The new console command for the party hat is "partyhat", the format for the command is:

partyhat <red> <green> <blue>

For example, if I wanted a green party hat, I would type

partyhat 0 255 0

Or red

partyhat 255 0 0

Or blue

partyhat 0 0 255

You can use any RGB value.

To remove the partyhat, simply type partyhat with no arguments (just "partyhat"), party hats are per session, meaning once you reconnect to the server, you will need to run the command again. If there is enough demand, I will put the party hat option in the user control panel.

To view your party hat just do the taunt. (Oh man I just love how this works so nice).

Update: if you would like to automatically have the hat added when you spawn, add this to your autoexec.cfg:

alias player_onspawn "partyhat 0 0 255"
Reply With Quote
  #2 (permalink)  
Old 05-28-2008
voogru's Avatar
Administrator
 
Join Date: Aug 19th, 01
Location: Planet Earth
Posts: 2,717
Name: Spamminator
Hours: 474
Last played: November 15, 2008, 6:18 PM
Send a message via ICQ to voogru Send a message via AIM to voogru Send a message via Yahoo to voogru
Default Re: Party hat usage.

Note: partyhat command will be enabled next time the server restarts.
Reply With Quote
  #3 (permalink)  
Old 05-28-2008
DJ Double S's Avatar
Community Regular
 
Join Date: Nov 30th, 07
Location: Florida
Posts: 445
Name: DJ Double S -V-
Hours: 330
Last played: November 21, 2008, 6:04 PM
Default Re: Party hat usage.

anyone know how to write an Autoexec command for each time you connect to a server?
__________________
DJ haz a blog!

Reply With Quote
  #4 (permalink)  
Old 05-28-2008
-Thief-'s Avatar
Server Admin
 
Join Date: Jan 24th, 03
Location: Maine
Posts: 5,295
Name: Thief -V-
Hours: 683
Last played: November 20, 2008, 7:10 PM
Default Re: Party hat usage.

putting the line at the end of the config.cfg file in \team fortress 2\tf\cfg\ might do it...
or you can make your own ubersecret.cfg then put "exec ubersecret.cfg" somewhere in the config.cfg file I think that should work
__________________
Reply With Quote
  #5 (permalink)  
Old 05-28-2008
voogru's Avatar
Administrator
 
Join Date: Aug 19th, 01
Location: Planet Earth
Posts: 2,717
Name: Spamminator
Hours: 474
Last played: November 15, 2008, 6:18 PM
Send a message via ICQ to voogru Send a message via AIM to voogru Send a message via Yahoo to voogru
Default Re: Party hat usage.

You need to be connected to the server for that to work.

I might be able to do something though that a client can alias and have the server run.
Reply With Quote
  #6 (permalink)  
Old 06-03-2008
DocSatan's Avatar
Server Subscriber
 
Join Date: May 31st, 08
Posts: 8
Name: Indelible Bunny Paws -V-
Hours: 152
Last played: November 20, 2008, 4:33 PM
Default Re: Party hat usage.

New to TF2 stuff. What is the autoexec.cfg and where do I find it?

Quote:
if you would like to automatically have the hat added when you spawn, add this to your autoexec.cfg:

alias player_onspawn "partyhat 0 0 255"
Reply With Quote
  #7 (permalink)  
Old 06-03-2008
Baskanavitch's Avatar
Server Subscriber
 
Join Date: Feb 18th, 08
Location: Huntington Beach, CA
Posts: 315
Name: Baskanavitch -V-
Hours: 335
Last played: November 21, 2008, 2:40 AM
Send a message via ICQ to Baskanavitch Send a message via AIM to Baskanavitch
Default Re: Party hat usage.

autoexec.cfg is the configuration file that is loaded when you either start up TF2 or when the maps load, I'm not sure which. Either way, it is automatically executed. Poke around in your TF2 directory a bit, I bet you'll find it. Any text editor will work for opening it.
Reply With Quote
  #8 (permalink)  
Old 06-03-2008
pipski's Avatar
Server Admin
 
Join Date: Nov 22nd, 07
Location: Boston, MA
Posts: 598
Name: pipski -V-
Hours: 1,660
Last played: November 20, 2008, 4:42 AM
Default Re: Party hat usage.

if your install is anything like mine it should be in
C:\Program Files\Valve\Steam\SteamApps\<your name here>\team fortress 2\tf\cfg

the config.cfg file is the default file that holds all your binds and settings,
adding a new file called autoexec.cfg to that directory is a good way to add custom stuff cause it is run after the config.cfg file on startup
__________________
A good pun is its own reword !
Reply With Quote
  #9 (permalink)  
Old 06-03-2008
DocSatan's Avatar
Server Subscriber
 
Join Date: May 31st, 08
Posts: 8
Name: Indelible Bunny Paws -V-
Hours: 152
Last played: November 20, 2008, 4:33 PM
Default Re: Party hat usage.

I created a file called "autoexec.cfg" in the cfg folder. I used note pad...doesn't seem to work.
Reply With Quote
  #10 (permalink)  
Old 06-03-2008
pipski's Avatar
Server Admin
 
Join Date: Nov 22nd, 07
Location: Boston, MA
Posts: 598
Name: pipski -V-
Hours: 1,660
Last played: November 20, 2008, 4:42 AM
Default Re: Party hat usage.

Quote:
Originally Posted by DocSatan View Post
I created a file called "autoexec.cfg" in the cfg folder. I used note pad...doesn't seem to work.
cant remember off the top of my head but I think notepad adds a .txt to the end of txt files by default, check if you are hiding extensions of known filetypes. Then just use rename to delete the .txt off the end.

If you do a lot of file editing it may be worth picking up a decent repalcement for notepad (I use ultraedit)
__________________
A good pun is its own reword !
Reply With Quote
  #11 (permalink)  
Old 06-03-2008
-Thief-'s Avatar
Server Admin
 
Join Date: Jan 24th, 03
Location: Maine
Posts: 5,295
Name: Thief -V-
Hours: 683
Last played: November 20, 2008, 7:10 PM
Default Re: Party hat usage.

when saving from notepad, File > save as > Save as type : ALL FILES

then save it as autoexec.cfg
__________________
Reply With Quote
  #12 (permalink)  
Old 06-03-2008
DJ Double S's Avatar
Community Regular
 
Join Date: Nov 30th, 07
Location: Florida
Posts: 445
Name: DJ Double S -V-
Hours: 330
Last played: November 21, 2008, 6:04 PM
Default Re: Party hat usage.

hey voog, Im wondering if this is a my shitty computer thing or if it's a little setting on the server thing. I can only see other peoples hats when I get really, really, really close.
__________________
DJ haz a blog!

Reply With Quote
  #13 (permalink)  
Old 06-03-2008
voogru's Avatar
Administrator
 
Join Date: Aug 19th, 01
Location: Planet Earth
Posts: 2,717
Name: Spamminator
Hours: 474
Last played: November 15, 2008, 6:18 PM
Send a message via ICQ to voogru Send a message via AIM to voogru Send a message via Yahoo to voogru
Default Re: Party hat usage.

Quote:
Originally Posted by thehackerdude View Post
hey voog, Im wondering if this is a my shitty computer thing or if it's a little setting on the server thing. I can only see other peoples hats when I get really, really, really close.
It has to be your settings, I don't have this happen on me and this is the first I've heard of it.
Reply With Quote
  #14 (permalink)  
Old 06-03-2008
DocSatan's Avatar
Server Subscriber
 
Join Date: May 31st, 08
Posts: 8
Name: Indelible Bunny Paws -V-
Hours: 152
Last played: November 20, 2008, 4:33 PM
Default Re: Party hat usage.

Thanks Everyone!! It works now.

I had initially saved the file as a .txt and then tried to change it by using "save as" and it didn't change the file type.

I just made another one and saved it correctly and now I have a nice hat to wear to battle.
Reply With Quote
  #15 (permalink)  
Old 06-05-2008
Baskanavitch's Avatar
Server Subscriber
 
Join Date: Feb 18th, 08
Location: Huntington Beach, CA
Posts: 315
Name: Baskanavitch -V-
Hours: 335
Last played: November 21, 2008, 2:40 AM
Send a message via ICQ to Baskanavitch Send a message via AIM to Baskanavitch
Default Re: Party hat usage.

So I did a bit of poking around the tubes and found hat color codes that match each team's clothing, if you like to be matching. I actually found some valve document that had an image of the colors used for each team, there are three different shades for each. Then I opened that image in photoshop, used the eyedropper and voila. Without further ado:

Red
189 59 59
157 49 47
145 58 30

Blue
91 122 140
57 92 120
118 138 136

Enjoy!

Last edited by Baskanavitch; 06-05-2008 at 01:41 AM. Reason: As usual, forgot stuff
Reply With Quote
Reply

Bookmarks
Sponsored Links



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 03:22 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
 

Copyright © 2001-2008 voogru.com. All Rights Reserved.
Voogru, the Voogru logo, are all trademarks or registered trademarks of voogru.com.
All content on this site is the property of Voogru, and unless otherwise specified, may not be reproduced without prior written consent.
Website Design by Michael Pugliese.