Navigation
-> Home
-> Forums
-> Downloads
-> Calendar
-> -=CoN=- Roster
-> Servers & Site Rules
-> Join Team -=CoN=-
-> Challenge Team -=CoN=-
-> Contact Web Admin
-> UT99 Links
-> Event Registration
-> UT Stats
-> Stats Leaderboard
-> Donate here
-> -=CoN=- Server Trackers
 
Members Online
-> Guests Online: 19
-> Members Online: 0
-> Total Members: 1,098
-> Newest Member: DL

Last Seen Users:
-=CoN=-Twist... 3 days
-]NBK[-*Ghost* 2 weeks
Mr.P 3 weeks
-=CoN=-Master 4 weeks
-=CoN=-Fletc... 5 weeks
-=CoN=-Kurt1W 5 weeks
-=CoN=-Jon_Snow 8 weeks
-=SoP=-Jalapeno 8 weeks
-=CoN=-ravager 10 weeks
-=CoN=-MoM 12 weeks

 
Game Tracker
 
We are on Facebook
Facebook



 
Events
Su Mo Tu We Th Fr Sa
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Tomorrow: More...:
 
World Clock
-=CoN=-  
GMT/UTC  
PST  
MST  
CST  
EST  
Chile  
Brazil  
UK  
Poland  
Netherlands  
Italy  
Australia  

Your Time  

World Clock
 
No Cheaters

Cheaters / Lamers List
 
View Thread
Team-=CoN=- Snipers » General Public » Get Help
 Print Thread
Voice pack bugs
Mr.P
Hi,
do you know (or maybe did you hear) anything about voice pack bugs due to the file size of the voice pack or the number of sounds used in a voice pack ?
...when I speak about "bugs", I mean sounds not played (only text displayed in the chat box) and sounds not included in the sound menu during game ("V" key)...


greetings,
Pietro
 
http://www.ut99maps.net
-=CoN=-WebAdmin
If the sound is not playing it could be a format issue. I have always done a wav file with 11.025khz 8 bit
 
https://Teamconsnipers.com
Mr.P
-=CoN=-Strych9 wrote:

If the sound is not playing it could be a format issue. I have always done a wav file with 11.025khz 8 bit


Yes, I thought about the same problem but all sounds are recorderd as 11khz/8bit/mono/"one shot".

The max number of sounds that can be included in a voice pack is 112, is this correct ?
 
http://www.ut99maps.net
-=CoN=-Beast
I know UT says you can use 112 voice files but I only use between 90 and 95 . also i found that bigger kbps file don't seem to work so well.
"Gotta be somebody needs some killin."
i1117.photobucket.com/albums/k590/oToDBeast/810350-1920x1080-137580_zpsdd1d4fa8.jpg
 
Mr.P
-=CoN=-Beast wrote:

I know UT says you can use 112 voice files but I only use between 90 and 95 . also i found that bigger kbps file don't seem to work so well.


This sounds familiar...I built more than 20 voice packs and I noticed bugs only in the "bigger" ones, those with more than 100 sounds.
I've just built a voice pack with 110 sounds and it doesn't work well. The same vp works perfect if I remove some sounds from the "Default Properties" panel and get a final vp with 102 sounds.

I don't know why this happens. Maybe the compiling process (or the compiler itself) doesn't like much .uax packages with many sounds...Dunno

Thanks for your comments.

greetings,
Pietro
 
http://www.ut99maps.net
-=CoN=-WebAdmin
Some sections of the voice pack are reserved for specific game types such as ctf and will not work in dm. Looks like a bug when they don't play but it is not.

Looking at some notes I have from the past, looks like the orders section you can only use spots 1 - 5 or 0 - 4 if you are dealing with a zero indexed array. Above 5 is reserved for other game types.


you can see the check made here in theGetOrderString function in the BotPack.ChallengeVoicePack class

Download source  Code


// for Voice message popup menu - since order names may be replaced for some game types
static function string GetOrderString(int i, string GameType )
{
   if ( i > 9 )
      return ""; //high index order strings are alternates to the base orders
   if (i == 2)
   {
      if (GameType == "Capture the Flag")
      {
         if ( Default.OrderAbbrev[10] != "" )
            return Default.OrderAbbrev[10];
         else
            return Default.OrderString[10];
      } else if (GameType == "Domination") {
         if ( Default.OrderAbbrev[11] != "" )
            return Default.OrderAbbrev[11];
         else
            return Default.OrderString[11];
      }
   }

   if ( Default.OrderAbbrev[i] != "" )
      return Default.OrderAbbrev[i];

   return Default.OrderString[i];
}






The code looks like you can go to 9 but I have in my notes 5. So I am thinking there is some other code I did not write down at the time.
Edited by -=CoN=-WebAdmin on 09-15-2012 12:58 PM
 
https://Teamconsnipers.com
Mr.P
-=CoN=-Strych9 wrote:

Some sections of the voice pack are reserved for specific game types such as ctf and will not work in dm. Looks like a bug when they don't play but it is not.

Looking at some notes I have from the past, looks like the orders section you can only use spots 1 - 5 or 0 - 4 if you are dealing with a zero indexed array. Above 5 is reserved for other game types.


you can see the check made here in theGetOrderString function in the BotPack.ChallengeVoicePack class

The code looks like you can go to 9 but I have in my notes 5. So I am thinking there is some other code I did not write down at the time.



Very interesting, thanks for the code.
I forgot to search for clues in the base uscript class BrickWall, now things are becoming more clear. I still have a problem (a sound in OtherSound group is not played) but maybe I could find an answer by looking at the code.

Anyway, I can confirm that I was able to use 9 sound slots in OrderSound group (from 0 to 8) in a DM game.

Thanks again Strych9.

greetings,
Pietro
 
http://www.ut99maps.net
-=CoN=-Beast
You are right about the other sounds issue . every pack I have made there is always one in other sounds that doesn't work ,but I have never taken the time to figure out which slot it is.
"Gotta be somebody needs some killin."
i1117.photobucket.com/albums/k590/oToDBeast/810350-1920x1080-137580_zpsdd1d4fa8.jpg
 
Mr.P
-=CoN=-Beast wrote:

You are right about the other sounds issue . every pack I have made there is always one in other sounds that doesn't work ,but I have never taken the time to figure out which slot it is.


I had this problem 2-3 times in the past.
Now I don't remember which was the sound for other voice packs but this time the "malfunctioning" sound is OtherSound [9] (zero indexed array, [0]-[31]): the text message associated with the sound is displayed in the sound menu and also in the chat box but the sound is not played, it's muted.
Edited by Mr.P on 09-16-2012 02:05 AM
 
http://www.ut99maps.net
-=CoN=-WebAdmin
Mr.P wrote:

Anyway, I can confirm that I was able to use 9 sound slots in OrderSound group (from 0 to 8) in a DM game.

Thanks again Strych9.

greetings,
Pietro


Thanks for the update. I will edit my notes. Thumbs Up
 
https://Teamconsnipers.com
Jump to Forum:
 
Login
Username

Password


Remember Me


Not A Member yet? Click here to register!

Forgot your password? Forgot your password?
 
Team Speak
teamspeak Hosting by TeamSpeak3.com
 
Game Tracker 2
 
Shoutbox
You must login to post a message.

12-04-2023 05:26 PM
Please welcome in my Son Ryan as RyDawg91

11-16-2023 04:51 PM
hi we still play every night

08-08-2023 08:05 PM
I just wanted to stop in to say HELLO Smile Cool Carrot

07-21-2023 04:59 PM
Whats up folks? What happened to Lady_Widow, says she's former member.

04-24-2023 11:24 PM
I'm carrying a smoll baby future player in my womb. lol

01-27-2023 04:48 PM
Hi All, love to play again been tied up with interstate work for long periods need some practice see u all soon. Gun Hi

05-27-2022 10:03 PM
So what's everybody up to

02-16-2022 04:57 PM
All, I have started advertising our website and servers on UT forums through FB... Let's start playing again on our servers to start recruiting!!! Pet

02-03-2022 08:23 PM
hey super doing good and u!!

02-02-2022 11:07 PM
Wanted to jump on and check in on all you peeps! Hope you're all doing well! Grin

 
-=CoN=- Affiliates



c-opsclan.com



LAGG




Link to us
teamconsnipers.com