// Original text created by szivar @ 25/10/2007 1:33 p.m.
// Translation of original text created by bird @ 14/02/2017 4:50 p.m.

First, you should have an .mp3 file which has the following characteristics:
- small in size (if you have lots of space on your hard drive then it can be large as well :)) Its content is not important at all...
- should be monaural
- and it should be 48kbps and a sample rate of 44khz

Paste that file as Blank.mp3 into ..\DeusEx\DeusExConversations\Audio\ folder. After that extract those *.bat files and start 'A.bat' file. If that runs successfully then your directories are created appropriately, I hope.
-----------
After compiling view uuc.log to see which audio file is missing and from where...
(if dialogues get random) If you want to help this you have to browse through the log manually and create and copy directories manually as well...
Oh, before compiling createa a backup of your DeusExConAudioMission**.u files...

CD c:\DeusEx\system
del DeusExConversations.u
del DeusExConText.u
UCC Make -debug

This thing helps with compiling

If you copy those in a .bat file (choose whatever name you want for it) and if you set the path correctly (default is c:\DeusEx\System) then you can start it from anywhere...
Not to mention if you rename all of the audio packages to e.g. DeusExConAudioMission03.u.bak then you can fully automate the process. If you give every audio package an extension of .bak then it would look as is follows:

cd C:\DeusEx\System
del DeusExConversations.u
del DeusExConText.u
ucc -make
copy DeusExConAudioMission01.u.bak DeusExConAudioMission01.u
etc.

You may have to delete the freshly packaged file, although I do not remember if overwriting is enabled in this scenario...

//ORIGINAL TEXT
Legelõször is kellene egy mp3-as fájl, ami eleget tesz a következõ feltételeknek:
  -Kicsi a mérete. Ha sok helyed van a merevlemezen, akkor lehet nagy is :)) Az hogy mit
   tartalmaz, az hótmindegy...
  -Mono legyen.
  -Ja, és 48kbps és 44khz felbontású(??) legyen.

Ezt Blank.mp3 néven illeszd be a ..\DeusEx\DeusExConversations\Audio\  mappába.
Ezután csomagold ki a *.bat fájlokat, és indítsd el az 'A.bat' fájlt. Ha az rendben lefut,
akkor már el is készültek a megfelelõ könyvtárak. Remélhetõleg.

-----------
fordítás után nézd meg az uuc.log fájlt, ott feltûnteti majd hogy melyik audio meg hogy honnan hiányzik...
(elcsúszik a hang) ha ezt ki akarod küszöbölni, akkor marad a log bogarászása, meg a manuális könyvtárlétrehozás meg másolás...
ja, fordítás elõtt csinálj egy biztonsági másolatot a DeusExConAudioMission**.u fájlokról...

CD c:\DeusEx\system
del DeusExConversations.u
del DeusExConText.u
UCC Make -debug

Ez meg a fordítást könnyíti meg

szintén egy (akármilyen nevû) bat fájlba kell bemásolni
az elején meg a megfelelõ elérési utat (alap: c:\DeusEx\System) kel megadni, akkor akárhonnan indítható...
sõt ha átnevezed az összes audiocsomagot pl.  DeusExConAudioMission03.u.bak nevezetûre, akkor totál automatizálni lehet a folyamatot
minden audiocsomagnak adsz egy .bak kiterjesztést, oszt akkor vami ilesmi lesz:

cd C:\DeusEx\System
del DeusExConversations.u
del DeusExConText.u
ucc -make
copy DeusExConAudioMission01.u.bak DeusExConAudioMission01.u
satöbbi

lehet hogyelõtte törölni kell majd a frissen becsomagolt állományt,
már nem emlékszem hogy a felülírás eengedélyezett-e ebben a felállásban...