ETO uimusic
Results 1 to 4 of 4

Thread: ETO uimusic

  1. #1

    ETO uimusic

    Could one of the ETO developers please explain how the uimusic changes with the era in ETO? This no longer happens in my install...and I think I might've screwed it up

    Also, much more important - a special THANK YOU to Dangerousdave26, Bravo4, hairyspin, PRB and anyone else involved who helped get my privileges restored and followed up at SOH.com. You guys are the greatest and that’s why I visit here as often as possible. Well done – this was the best “tech support” experience I’ve ever had!!! (previously posted in Newshawks)

    phrog_phixer
    Last edited by phrog_phixer; December 5th, 2013 at 12:18.

  2. #2
    ....please PM if you don't want to reply here....

  3. #3
    In the Masterstartup.bat you will find the call out for a change directory to the sounds folder and then call the bat file ETOMusicSwapper.bat file.(in red)

    @ECHO OFF
    CLS
    CALL ETOEraSwapper.bat
    CD "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\global_layer"
    CALL ETOGLSwapper.bat
    CD "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\sounds"
    CALL ETOMusicSwapper.bat

    START cfs3.exe

    In the ETOMusicSwapper.bat file the file will then look for the not present year qclocations.xml file, go to file rename paragraph associated with that year and then change the name of that years file to uimusic.wav through a couple of rename processes.

    It might be best for you to remove all *.uimusic.wav files and reinstall all the etomusicswapper uimusic files

    Sorry it took awhile I had to re-educate myself as it has been a few years since I have fiddled and fired up CFS3.


    @ECHO OFF
    CLS
    ECHO.
    ECHO.
    ECHO WELCOME TO THE CFS3 ETO EXPANSION MUSIC SWAPPER
    ECHO.
    ECHO.
    ECHO.
    :PRESENT
    IF NOT EXIST "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\1945_qclocations.xml" GOTO :1945_ERA
    IF NOT EXIST "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\1944_qclocations.xml" GOTO :1944_ERA
    IF NOT EXIST "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\1943_qclocations.xml" GOTO :1943_ERA
    IF NOT EXIST "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\bob_qclocations.xml" GOTO :BOB_ERA
    IF NOT EXIST "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\1936_qclocations.xml" GOTO :1936_ERA
    :1936_ERA
    IF NOT EXIST bob_uimusic.wav GOTO :BOB_1936GL
    IF NOT EXIST 1943_uimusic.wav GOTO :1943_1936GL
    IF NOT EXIST 1944_uimusic.wav GOTO :1944_1936GL
    IF NOT EXIST 1945_uimusic.wav GOTO :1945_1936GL
    IF NOT EXIST 1936_uimusic.wav GOTO :END
    :BOB_ERA
    IF NOT EXIST 1936_uimusic.wav GOTO :1936_BOBGL
    IF NOT EXIST 1943_uimusic.wav GOTO :1943_BOBGL
    IF NOT EXIST 1944_uimusic.wav GOTO :1944_BOBGL
    IF NOT EXIST 1945_uimusic.wav GOTO :1945_BOBGL
    IF NOT EXIST bob_uimusic.wav GOTO :END
    :1943_ERA
    IF NOT EXIST 1936_uimusic.wav GOTO :1936_1943GL
    IF NOT EXIST bob_uimusic.wav GOTO :BOB_1943GL
    IF NOT EXIST 1944_uimusic.wav GOTO :1944_1943GL
    IF NOT EXIST 1945_uimusic.wav GOTO :1945_1943GL
    IF NOT EXIST 1943_uimusic.wav GOTO :END
    :1944_ERA
    IF NOT EXIST 1936_uimusic.wav GOTO :1936_1944GL
    IF NOT EXIST bob_uimusic.wav GOTO :BOB_1944GL
    IF NOT EXIST 1943_uimusic.wav GOTO :1943_1944GL
    IF NOT EXIST 1945_uimusic.wav GOTO :1945_1944GL
    IF NOT EXIST 1944_uimusic.wav GOTO :END
    :1945_ERA
    IF NOT EXIST 1936_uimusic.wav GOTO :1936_1945GL
    IF NOT EXIST bob_uimusic.wav GOTO :BOB_1945GL
    IF NOT EXIST 1943_uimusic.wav GOTO :1943_1945GL
    IF NOT EXIST 1944_uimusic.wav GOTO :1944_1945GL
    IF NOT EXIST 1945_uimusic.wav GOTO :END
    :QUIT_MENU
    GOTO :END
    :BOB_1936GL
    REN uimusic.wav bob_uimusic.wav
    REN 1936_uimusic.wav uimusic.wav
    GOTO END
    :1943_1936GL
    REN uimusic.wav 1943_uimusic.wav
    REN 1936_uimusic.wav uimusic.wav
    GOTO END
    :1944_1936GL
    REN uimusic.wav 1944_uimusic.wav
    REN 1936_uimusic.wav uimusic.wav
    GOTO END
    :1945_1936GL
    REN uimusic.wav 1945_uimusic.wav
    REN 1936_uimusic.wav uimusic.wav
    GOTO END
    :1936_BOBGL
    REN uimusic.wav 1936_uimusic.wav
    REN bob_uimusic.wav uimusic.wav
    GOTO END
    :1943_BOBGL
    REN uimusic.wav 1943_uimusic.wav
    REN bob_uimusic.wav uimusic.wav
    GOTO END
    :1944_BOBGL
    REN uimusic.wav 1944_uimusic.wav
    REN bob_uimusic.wav uimusic.wav
    GOTO END
    :1945_BOBGL
    REN uimusic.wav 1945_uimusic.wav
    REN bob_uimusic.wav uimusic.wav
    GOTO END
    :1936_1943GL
    REN uimusic.wav 1936_uimusic.wav
    REN 1943_uimusic.wav uimusic.wav
    GOTO END
    :BOB_1943GL
    REN uimusic.wav bob_uimusic.wav
    REN 1943_uimusic.wav uimusic.wav
    GOTO END
    :1944_1943GL
    REN uimusic.wav 1944_uimusic.wav
    REN 1943_uimusic.wav uimusic.wav
    GOTO END
    :1945_1943GL
    REN uimusic.wav 1945_uimusic.wav
    REN 1943_uimusic.wav uimusic.wav
    GOTO END
    :1936_1944GL
    REN uimusic.wav 1936_uimusic.wav
    REN 1944_uimusic.wav uimusic.wav
    GOTO END
    :BOB_1944GL
    REN uimusic.wav bob_uimusic.wav
    REN 1944_uimusic.wav uimusic.wav
    GOTO END
    :1943_1944GL
    REN uimusic.wav 1943_uimusic.wav
    REN 1944_uimusic.wav uimusic.wav
    GOTO END
    :1945_1944GL
    REN uimusic.wav 1945_uimusic.wav
    REN 1944_uimusic.wav uimusic.wav
    GOTO END
    :1936_1945GL
    REN uimusic.wav 1936_uimusic.wav
    REN 1945_uimusic.wav uimusic.wav
    GOTO END
    :BOB_1945GL
    REN uimusic.wav bob_uimusic.wav
    REN 1945_uimusic.wav uimusic.wav
    GOTO END
    :1943_1945GL
    REN uimusic.wav 1943_uimusic.wav
    REN 1945_uimusic.wav uimusic.wav
    GOTO END
    :1944_1945GL
    REN uimusic.wav 1944_uimusic.wav
    REN 1945_uimusic.wav uimusic.wav
    :END
    CD "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion"
    Last edited by rbp71854; December 5th, 2013 at 15:05.
    Game Rig(Nalu): AMD 4800+ 64x2, Asus A8N-SLI Premium, Silverstone 560W, 1Gx4 Corsair Twin2048, 2x Asus EN7900GTX SLI, 4xWD 74G 10Krpm Sata II RAID0, Audigy 4, Trackir4, ch pedals & yoke, db XPPro x64/Vista
    HTPC(BossHog): Intel P3.0GHz Prescott E, Asus P4P800-E Deluxe, Toughpower 700W, 1Gx2 Samsung DDR, AOpen 6600GT AGP, 2x80G IDESeagate Cavier RAID1, HighPoint Rocket Raid 2220, 6x 400G Sata Seagate Baracuda Raid5, 2x500g Seagate JBOD, XP Media Center 2005

  4. #4
    Got it, Thanks!

Similar Threads

  1. ETO uimusic
    By gosd in forum CFS3 General Discussion
    Replies: 0
    Last Post: February 28th, 2011, 18:19
  2. No MAW uimusic?
    By rcafmad in forum CFS3 General Discussion
    Replies: 1
    Last Post: August 11th, 2010, 21:59
  3. uimusic
    By NachtPiloten in forum CFS3 General Discussion
    Replies: 6
    Last Post: June 6th, 2010, 21:31

Members who have read this thread: 20

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •