Help in Voicepack!!!
-
- Adept
- Posts: 441
- Joined: Mon Aug 16, 2010 1:09 pm
Help in Voicepack!!!
Hy guys i need hep to fix this erro, i build voicepack i have erro in othersound position (9) , Is running 2 sounds together, Being only one sound added!!!
M2blueleader.WAV is executed And it was not added...
https://ibb.co/iMuUt5 (image of my erro)
http://www.mediafire.com/file/bz1ml1ped ... kTOfix.zip (voicepack)
M2blueleader.WAV is executed And it was not added...
https://ibb.co/iMuUt5 (image of my erro)
http://www.mediafire.com/file/bz1ml1ped ... kTOfix.zip (voicepack)
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
-
- Godlike
- Posts: 2909
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: Help in Voicepack!!!
Some taunts are not only one sample, but two. For example if you are on red team, the audio message is "Red leader, I'm in position.", on blue team "Blue leader, I'm in position." and so on. The first parts seem to be defined in ChallengeVoicePack.NameSound[4] and their durations in NameTime[4], the second in OtherSound[32]. Idk how these parts are puzzled together; a view into the code of ChallengeVoicePack.uc should clear that.
<EDIT>
Found this in ChallengeVoicePack.ClientInitialize():What have driven the developer to hardcode the "9"?
</EDIT>
<EDIT>
Found this in ChallengeVoicePack.ClientInitialize():
Code: Select all
else if ( (messageType == 'OTHER') && (messageIndex == 9) )
{
Phrase[0] = NameSound[Sender.Team];
PhraseTime[0] = NameTime[Sender.Team];
m = 1;
}
</EDIT>
"If Origin not in center it be not in center." --Buggie
-
- Adept
- Posts: 441
- Joined: Mon Aug 16, 2010 1:09 pm
Re: Help in Voicepack!!!
Thx for help, The developer made a mess of it...
else if ( (messageType == 'OTHER') && (messageIndex == 9) )
{
Phrase[0] = NameSound[Sender.Team];
PhraseTime[0] = NameTime[Sender.Team];
m = 1;
}
I delete and then just compile the same?
else if ( (messageType == 'OTHER') && (messageIndex == 9) )
{
Phrase[0] = NameSound[Sender.Team];
PhraseTime[0] = NameTime[Sender.Team];
m = 1;
}
I delete and then just compile the same?
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
-
- Godlike
- Posts: 2909
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: Help in Voicepack!!!
That code is located in BotPack.u, and if you do so, you will not able to join a server any more. Never change default packages...[rev]rato.skt wrote:I delete and then just compile the same?
No, if you don't want to use that audio samples "Red leader", "Blue leader", etc. I suggest setting the duration for their sound samples to 0 (variable "NameTime[4]").
"If Origin not in center it be not in center." --Buggie
-
- Godlike
- Posts: 2960
- Joined: Wed Feb 01, 2012 11:26 am
- Personal rank: GEx the Gecko
- Location: Kaunas, Lithuania
Re: Help in Voicepack!!!
1) Thread moved to Sounds/Music section.
2) I treat Others the same way as the Orders: if it's a "I'm in position" other, I try to find a sample that fits it best, so when bots use it, it would be accurate and not confusing.
3) Another solution would probably be to put on a sample in the "Red/Blue/Green/Gold leader" section that has no sound. Barbie's solution is better I think though.
2) I treat Others the same way as the Orders: if it's a "I'm in position" other, I try to find a sample that fits it best, so when bots use it, it would be accurate and not confusing.
3) Another solution would probably be to put on a sample in the "Red/Blue/Green/Gold leader" section that has no sound. Barbie's solution is better I think though.
My work for UT99: (NEW!) Mute, Counter-Strike VP, MaleOne+, FemaleOne+ and the FemaleTwo220 voicepacks DM-XC-NaliTreeV2 (from the 2012 Xmas Contest mappack), DM/DOM-20AC-CastleGeorgeV3 (from the 20th Anniversary Contest mappack), DM-UFFO, DM-WreckingBall, CTFM-Sundial
my small spec of files at Google Drive
List of console converted maps, models & more!
-
- Novice
- Posts: 7
- Joined: Wed Aug 09, 2017 1:56 am
- Location: UK
Re: Help in Voicepack!!!
That's right, you don't want to be changing any of the system files in UT99, this isn't UT3. It's obviously an incomplete work in progress. I haven't made any for some time, need to open the editor and have a look. Are you still working on this?
-- Edit by UnrealGGecko --
Hi, you have the default sounds in the namesounds, they play automatically. That's where the problem lies. The screenshot shows two of my voicepacks with different namesound settings, you could add your own or remove them. Regards
Syex
Please avoid double-posting, use the EDIT button!
-- Edit by UnrealGGecko --
Hi, you have the default sounds in the namesounds, they play automatically. That's where the problem lies. The screenshot shows two of my voicepacks with different namesound settings, you could add your own or remove them. Regards
Syex
Please avoid double-posting, use the EDIT button!
You do not have the required permissions to view the files attached to this post.
-
- Novice
- Posts: 7
- Joined: Wed Aug 09, 2017 1:56 am
- Location: UK
-
- Godlike
- Posts: 10507
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Help in Voicepack!!!
Yes you did. See your post above where Gecko merged them.Syex wrote:I didn't double post anything, my reply was different to what I wrote.
You can find them here. viewtopic.php?f=1&t=149House Rules wrote:8. Avoid unnecessary, as well as double and triple postings in the same thread. Double posting is only allowed after 24 hours after the last post, or in extensive tutorials which need such posting space.
-
- Novice
- Posts: 7
- Joined: Wed Aug 09, 2017 1:56 am
- Location: UK
-
- Godlike
- Posts: 10507
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
-
- Adept
- Posts: 441
- Joined: Mon Aug 16, 2010 1:09 pm
Re: Help in Voicepack!!!
Hi guys, i have new doubt...
how can i add skaarj, nali and naliwar voice packs to my voice pack...
I want to put all the "roger" sounds...
I did not find the package of sounds of these...
how can i add skaarj, nali and naliwar voice packs to my voice pack...
I want to put all the "roger" sounds...
I did not find the package of sounds of these...
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
-
- Godlike
- Posts: 3735
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Help in Voicepack!!!
Have a look in multimesh.u and you will be able to find out what sounds are used for those. The cow voice has a couple of sounds each for Acknowledgement, Friendly Fire and Taunts - these sounds are UnrealShare.Cow sounds. Similarly for the nali - the nali voice uses sounds from UnrealShare.nali. The Skaarj voice only has three taunts and these are taken from UnrealShare.Skaarj. So, AFAIK, there aren't actually separate voicepacks for the cow, nali or skaarj.
-
- Adept
- Posts: 441
- Joined: Mon Aug 16, 2010 1:09 pm
Re: Help in Voicepack!!!
Thanks guy, workk
but didn't find "roger" skaarj Hybrid...
Do you know where is it?
but didn't find "roger" skaarj Hybrid...
Do you know where is it?
OjitroC wrote: ↑Fri Aug 07, 2020 11:04 pmHave a look in multimesh.u and you will be able to find out what sounds are used for those. The cow voice has a couple of sounds each for Acknowledgement, Friendly Fire and Taunts - these sounds are UnrealShare.Cow sounds. Similarly for the nali - the nali voice uses sounds from UnrealShare.nali. The Skaarj voice only has three taunts and these are taken from UnrealShare.Skaarj. So, AFAIK, there aren't actually separate voicepacks for the cow, nali or skaarj.
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
-
- Godlike
- Posts: 3735
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Help in Voicepack!!!
The SkaarjHybrid uses the Male2Voice.(All).M2Roger which is the same sound as one of those you already have. You could perhaps just use another UnrealShare.Skaarj sound as the 'Roger' sound - provided you have the AkSting text in there with something like "Roger Skaarj" then people will know what it is supposed to be.[rev]rato.skt wrote: ↑Sat Aug 08, 2020 4:54 am Thanks guy, workk
but didn't find "roger" skaarj Hybrid...
Do you know where is it?
-
- Adept
- Posts: 427
- Joined: Tue Feb 21, 2012 7:29 pm
Re: Help in Voicepack!!!
I've re-posted an older voice pack tutorial by Turtle49 that really helped me out back in the day. You can find it here------> https://hofgamingclan.com/forums/viewto ... f=30&t=501