Page 2 of 6

Posted: Thu Jan 29, 2009 7:32 am
by Picobozo
Wait! You misunderstand them. They want a special chat pack where their only option is to say "No."

Deadpan voice please.

Posted: Thu Jan 29, 2009 7:41 am
by Broodwich
sgt_baker wrote:QUOTE (sgt_baker @ Jan 28 2009, 06:06 PM) Nice to see the last three posts replete with informed and educated debate on the matter.
fine
HAAYULLL NO

Posted: Thu Jan 29, 2009 7:42 am
by Death3D
QWERTY vs DVORAK

Posted: Thu Jan 29, 2009 8:44 am
by badpazzword
It's ok, this chatpack doesn't want to be the end-all be-all chatpack everybody must use. They also don't know yet I'm dropping 5 or 10 taunts.

CODEuse "gamepanes";
use "quickchatheader";
use "sounddef";

//////////////////////////////////////////////////////////////////////////////
//
// Command ids
//
//////////////////////////////////////////////////////////////////////////////

cidNone = -1;

//////////////////////////////////////////////////////////////////////////////
//
// Sonic Chats
//
//////////////////////////////////////////////////////////////////////////////

NoSonicChat = SonicChat([ SonicChatVoice(voNegativeSound, "no" ) ]);

//
// Sonic chat lookup table
//

sonicChats =
[
(16, NoSonicChat)
];

//////////////////////////////////////////////////////////////////////////////
//
// Quick chat commands
//
//////////////////////////////////////////////////////////////////////////////

NoCommand = QuickChatCommand(NoSonicChat, cidNone, 0, 0);

//////////////////////////////////////////////////////////////////////////////
//
// Quick chat menus
//
//////////////////////////////////////////////////////////////////////////////


mainMenu =
QuickChatMenu([
QuickChatMenuItem('2', "no" , NoCommand)
]);

This should also make the game much faster to load.

Posted: Thu Jan 29, 2009 9:06 am
by Broodwich
Badp wrote:QUOTE (Badp @ Jan 29 2009, 12:44 AM) This should also make the game much faster to load.
Awesome, i always found that fraction of a second was too long to wait to load

Posted: Thu Jan 29, 2009 9:08 am
by CronoDroid
Hey, every second counts when you need that Patty Ridin' fix.

Posted: Thu Jan 29, 2009 9:39 am
by juckto
So, what? If my comm is using the default VC pack and says "Escort miners" and I have your pack installed, then I'll hear and see nothing?

No thanks.

Posted: Thu Jan 29, 2009 9:41 am
by badpazzword
Wrong. You can hear removed chats. They are just removed from your menu -- you can't send them, but you can receive them.

You will keep receiving all quickchats -- inclusing those I "muted". The muted quickchats will just make a normal blip.

Posted: Thu Jan 29, 2009 1:03 pm
by BlackViper
That might make a difference.

BTW, I know I use "need fighter support" a lot.

Posted: Thu Jan 29, 2009 1:14 pm
by badpazzword
I tried to weed out the duplicate chats. Removing chats is really only a matter of putting two slashes before the line.

If you think it would be an improvement, "need fighter support" could be added (and then "need fighters" removed). Or, when I'll put the damn thing online, you can just uncomment the line with the quickchat you want to enable at the bottom of the file :)