Page 1 of 1

[SOLVED]Where to place or use .AUD files from Dune 2000?

Posted: Sun Dec 29, 2013 8:47 am
by Rydrael
Hi,

I have a Dune 2000 CD and I would wish to import the music .AUD files into OpenRA. I tried to place them in the Music folder inside .openra/Content/d2k/ but the game doesn't detect the files.

Do they need some kind of conversion or put them into a different folder?

Thanks

Posted: Sun Dec 29, 2013 11:37 am
by -Jes-
No, that should be it.

Keep in mind, the game does not autoplay tracks whatsoever, so whenever you load a mod you'll have to manually start a track in the list.

Posted: Mon Dec 30, 2013 9:16 am
by Rydrael
Thank you for your answer, -Jes-. However, even though I have all the .AUD files from the CD places in .openra/Content/d2k/Music, the games shows "No Music Installed" in the menu with the d2k mod activated.

What could be the cause?

Posted: Mon Dec 30, 2013 10:04 am
by Rydrael
OK, I solved it. It was about the name of the file. OpenRA in Linux is case sensitive, and all the AUD files imported were in lowercase letters. Just changing the filenames to whole capital letters made the game detect them.

Greetings and thanks!

Posted: Thu Feb 22, 2018 8:16 pm
by Moon_LS
Hi !

I'm on linux and I want to add my original music and briefing from my french CD-ROM.

I need to add it manualy besause only english version is supported.

Can you tell me where to put the audio and video?

I have tried :
  • .openra/Content/d2k/v2/Music
  • .openra/Content/d2k/v2/Musics
  • .openra/Content/d2k/v2/music
  • .openra/Content/d2k/v2/musics
  • .openra/Content/d2k/v2/Movie
  • .openra/Content/d2k/v2/Movies
  • .openra/Content/d2k/v2/movie
  • .openra/Content/d2k/v2/movies
[/list]

Than you

Posted: Thu Feb 22, 2018 11:07 pm
by abcdefg30
It should be "Content\d2k\v2\Music" and "Content\d2k\v2\Movies". Note that you might need to rename things, I know that the German movies for example need to be renamed from "A_BR01_G.VQA" to "A_BR01_E.VQA" (G for German needs to be an E for English).

Posted: Sat Feb 24, 2018 9:30 am
by Moon_LS
Hi ! and thank you for your answer.

I rename my video with _e instead of _f (french files).
Butnothing is working, no videos and no musics

This is my tree folder of .openra/Content/d2k/v2/

├── BLOXBASE.R8
├── BLOXBAT.R8
├── BLOXBGBS.R8
├── BLOXICE.R8
├── BLOXTREE.R8
├── BLOXWAST.R8
├── BLOXXMAS.R8
├── DATA.R8
├── FONT.BIN
├── FONTCOL.FNT
├── FONTCOL.FPL
├── GAMESFX
│   ├── AI_1MIN.AUD
│   ├── ...
├── MOUSE.R8
├── Movies
│   ├── a_br01_e.vqa
│   ├── a_br02_e.vqa
│   ├── a_br03_e.vqa
│   ├── a_br04_e.vqa
│   ├── a_br05_e.vqa
│   ├── a_br06_e.vqa
│   ├── a_br07_e.vqa
│   ├── a_br08_e.vqa
│   ├── a_br09_e.vqa
│   ├── a_einl_e.vqa
│   ├── a_lose_e.vqa
│   ├── a_mntg_e.vqa
│   ├── cmclsp
│   │   ├── a_br03_e.vqa
│   │   ├── a_br09_e.vqa
│   │   ├── h_br02_e.vqa
│   │   ├── h_br04_e.vqa
│   │   ├── h_br07_e.vqa
│   │   ├── o_br04_e.vqa
│   │   ├── o_br06_e.vqa
│   │   ├── o_br07_e.vqa
│   │   ├── o_br09_e.vqa
│   │   └── t_titl_e.vqa
│   ├── g_int1_e.vqa
│   ├── g_int2_e.vqa
│   ├── g_maps_e.vqa
│   ├── g_plnt_e.vqa
│   ├── h_br01_e.vqa
│   ├── h_br02_e.vqa
│   ├── h_br03_e.vqa
│   ├── h_br04_e.vqa
│   ├── h_br05_e.vqa
│   ├── h_br06_e.vqa
│   ├── h_br07_e.vqa
│   ├── h_br08_e.vqa
│   ├── h_br09_e.vqa
│   ├── h_einl_e.vqa
│   ├── h_lose_e.vqa
│   ├── h_mntg_e.vqa
│   ├── o_br01_e.vqa
│   ├── o_br02_e.vqa
│   ├── o_br03_e.vqa
│   ├── o_br04_e.vqa
│   ├── o_br05_e.vqa
│   ├── o_br06_e.vqa
│   ├── o_br07_e.vqa
│   ├── o_br08_e.vqa
│   ├── o_br09_e.vqa
│   ├── o_einl_e.vqa
│   ├── o_lose_e.vqa
│   ├── o_mntg_e.vqa
│   ├── t_titl_e.vqa
│   └── ts_sizzl.vqa
├── Music
│   ├── ambush.aud
│   ├── arakatak.aud
│   ├── atregain.aud
│   ├── entordos.aud
│   ├── fightpwr.aud
│   ├── fremen.aud
│   ├── hark_bat.aud
│   ├── landsand.aud
│   ├── options.aud
│   ├── plotting.aud
│   ├── risehark.aud
│   ├── robotix.aud
│   ├── score.aud
│   ├── soldappr.aud
│   ├── spicesct.aud
│   ├── undercon.aud
│   └── waitgame.aud

Posted: Sat Feb 24, 2018 11:01 am
by SirCake
Try capitalizing every letter in the filenames, like Rydrael did. (above)

(You can mass-capitalize filenames quickly by using open-office or excel in conjunction with the windows command line (cmd):
  1. open cmd in the content folder and type "dir /B". This will give you a simplified list of all files in this folder.
  2. right click and select the list and copy-paste the list into excel/open office into the first column.
  3. use the second coulumn with =UPPER(A1) to convert the first column to upper case. If you are using a french excel that function probably is named =GRAND(), =SUPERIEUR() or similar :)
  4. use the third coulumn with ="rename "&A1&" "&B1 to get a text in the third column like "rename a_br03_e.vqa A_BR03_E.VQA".
  5. copy-paste the third column directly into the cmd. Make sure you are in the content folder though! This will exectute all the rename commands you just generated with excel.
)

Posted: Sat Feb 24, 2018 12:11 pm
by Moon_LS
Yep ! Thank you!

I put all in upercase and it works !

for linux juste go to the folder and exec in terminal

Code: Select all

for f in * ; do mv -- "$f" "$&#40;tr &#91;&#58;lower&#58;&#93; &#91;&#58;upper&#58;&#93; <<< "$f"&#41;" ; done