Wait! You misunderstand them. They want a special chat pack where their only option is to say "No."
Deadpan voice please.
Badp Chat Pack -- Release 1.0
finesgt_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.
HAAYULLL NO
QUOTE Drizzo: ha ha good old chap
Drizzo: i am a brit
Drizzo: tut tut
Drizzo: wankarrrrrr
Drizzo: i only have sex whilst in the missionary position[/quote] Fas est et ab hoste doceri - Ovid
Drizzo: i am a brit
Drizzo: tut tut
Drizzo: wankarrrrrr
Drizzo: i only have sex whilst in the missionary position[/quote] Fas est et ab hoste doceri - Ovid
-
badpazzword
- Posts: 3627
- Joined: Thu Jan 12, 2006 8:00 am
- Contact:
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.
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.
Last edited by badpazzword on Thu Jan 29, 2009 8:59 am, edited 1 time in total.
Have gaming questions? Get expert answers!


Awesome, i always found that fraction of a second was too long to wait to loadBadp wrote:QUOTE (Badp @ Jan 29 2009, 12:44 AM) This should also make the game much faster to load.
QUOTE Drizzo: ha ha good old chap
Drizzo: i am a brit
Drizzo: tut tut
Drizzo: wankarrrrrr
Drizzo: i only have sex whilst in the missionary position[/quote] Fas est et ab hoste doceri - Ovid
Drizzo: i am a brit
Drizzo: tut tut
Drizzo: wankarrrrrr
Drizzo: i only have sex whilst in the missionary position[/quote] Fas est et ab hoste doceri - Ovid
-
CronoDroid
- Posts: 4606
- Joined: Sun Nov 06, 2005 8:00 am
- Contact:
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.
No thanks.
Last edited by juckto on Thu Jan 29, 2009 9:40 am, edited 1 time in total.
Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.
-
badpazzword
- Posts: 3627
- Joined: Thu Jan 12, 2006 8:00 am
- Contact:
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.
You will keep receiving all quickchats -- inclusing those I "muted". The muted quickchats will just make a normal blip.
Last edited by badpazzword on Thu Jan 29, 2009 9:42 am, edited 1 time in total.
Have gaming questions? Get expert answers!


-
BlackViper
- Posts: 6993
- Joined: Thu Aug 07, 2003 7:00 am
- Location: Green Bay, WI
-
badpazzword
- Posts: 3627
- Joined: Thu Jan 12, 2006 8:00 am
- Contact:
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
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
Have gaming questions? Get expert answers!



