Fortress Forever

Go Back   Fortress Forever > Community > General Discussion

Reply
 
Thread Tools Display Modes
Old 09-14-2007, 12:47 PM   #1
eni
Guest
 
Posts Rated Helpful 1 Times
grenswitch?

Hi, I play with a 3 button mouse, and I like to use mouse2 as my grenade button. For most classes I can get away with putting frag grens on mouse2 and simply using G for spa... tactical secondary grenade placement. However when I play medic or engi, I use primary and secondary grens pretty much equally (as we all do), and thus having to use G for one of them is sucky. I've ported over my TFC grenswitch script, but I'm struggling to find a way to tell which grenade I'm using. I accidentally grenade jumped enough in TFC with the reminders . In TFC I used the announcer as such:

alias "grenswitch" "emps"
alias "emps" "bind mouse2 +gren2; speak secondary; alias grenswitch frag"
alias "frag" "bind mouse2 +gren1; speak grenade; alias grenswitch emps"
bind "x" "grenswitch"

However, as you may have guessed, this isn't possible in FF as there's no lovely announcer man. Short of doing a say_team I can't really see any way to sort this out, and I don't want to spam text chat

Any suggestions?
  Reply With Quote


Old 09-14-2007, 12:52 PM   #2
Rosetta_Kev
Guest
 
Posts Rated Helpful 1 Times
Quote:
Originally Posted by eni
speak secondary
I think the source engine may have console commands to play local WAV files. I dont know where to find more information .
  Reply With Quote


Old 09-14-2007, 12:59 PM   #3
mervaka
A Very Sound Guy!
Fortress Forever Staff
 
mervaka's Avatar
 
Join Date: May 2005
Location: UK
Posts Rated Helpful 15 Times
you need to specify the paths when using the speak command, because i've filed them in subdirectories.

Code:
alias "grenswitch" "emps"
alias "emps" "bind mouse2 +gren2; speak vox/female/secondary; alias grenswitch frag"
alias "frag" "bind mouse2 +gren1; speak vox/female/grenade; alias grenswitch emps"
bind "x" "grenswitch"
__________________
Support FF:
mervaka is offline   Reply With Quote


Old 09-14-2007, 01:08 PM   #4
eni
Guest
 
Posts Rated Helpful 1 Times
Quote:
Originally Posted by mervaka
you need to specify the paths when using the speak command, because i've filed them in subdirectories.

Code:
alias "grenswitch" "emps"
alias "emps" "bind mouse2 +gren2; speak vox/female/secondary; alias grenswitch frag"
alias "frag" "bind mouse2 +gren1; speak vox/female/grenade; alias grenswitch emps"
bind "x" "grenswitch"
Thank you so much! Although now I have no excuse for accidental suicidings
  Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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. The time now is 03:09 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.