View Single Post
Old 05-17-15, 01:37 PM   #5
aanker
Pacific Thunder
 
aanker's Avatar
 
Join Date: Apr 2004
Location: Yellow Sea
Posts: 1,896
Downloads: 236
Uploads: 14


Default

During the install of PA you get the option to overwrite the default scope with the Kollmorgan US scope by Darkstream. I recommend selecting it.

On the periscope screen you're talking about where you see the scope in front of you there is a red switch on the bottom right of the screen that will open the periscope view screen.

Sound files - the bat file uses Lame to convert the sound files to a format PA can use:

Batch file contents:
Quote:
cd patemp
notepad readme.txt

lame -h --decode boat_impact_L.mp3 boat_impact_L.wav
lame -h --decode boat_small_impact_L.mp3 boat_small_impact_L.wav
lame -h --decode damage_fire_L.mp3 damage_fire_L.wav
lame -h --decode explo_dc_close_L.mp3 explo_dc_close_L.wav
lame -h --decode multi_antiair_guns_L.mp3 multi_antiair_guns_L.wav
lame -h --decode sub_dive_crash_L.mp3 sub_dive_crash_L.wav

cd..
move/y patemp\*.wav sim\sfx\fx\
cd patemp

lame -h --decode cap007.mp3 cap007.wav
lame -h --decode cap010.mp3 cap010.wav
lame -h --decode cap011.mp3 cap011.wav
lame -h --decode cap012.mp3 cap012.wav
lame -h --decode cap016.mp3 cap016.wav
lame -h --decode cap017.mp3 cap017.wav
lame -h --decode chief001.mp3 chief001.wav
lame -h --decode chief002.mp3 chief002.wav
lame -h --decode chief003.mp3 chief003.wav
lame -h --decode chief004.mp3 chief004.wav
lame -h --decode chief005.mp3 chief005.wav
lame -h --decode chief006.mp3 chief006.wav
lame -h --decode chief007.mp3 chief007.wav
lame -h --decode chief008.mp3 chief008.wav
lame -h --decode chief009.mp3 chief009.wav
lame -h --decode chief010.mp3 chief010.wav
lame -h --decode chief011.mp3 chief011.wav
lame -h --decode chief012.mp3 chief012.wav
lame -h --decode chief013.mp3 chief013.wav
lame -h --decode chief020.mp3 chief020.wav
lame -h --decode chief027.mp3 chief027.wav
lame -h --decode chief028.mp3 chief028.wav
lame -h --decode chief034.mp3 chief034.wav
lame -h --decode chief035.mp3 chief035.wav
lame -h --decode chief041.mp3 chief041.wav
lame -h --decode chief042.mp3 chief042.wav
lame -h --decode chief043.mp3 chief043.wav
lame -h --decode eng000.mp3 eng000.wav
lame -h --decode eng001.mp3 eng001.wav
lame -h --decode eng011.mp3 eng011.wav
lame -h --decode eng013.mp3 eng013.wav
lame -h --decode eng018.mp3 eng018.wav
lame -h --decode eng054.mp3 eng054.wav
lame -h --decode first007.mp3 first007.wav
lame -h --decode first008.mp3 first008.wav
lame -h --decode first009.mp3 first009.wav
lame -h --decode first010.mp3 first010.wav
lame -h --decode first011.mp3 first011.wav
lame -h --decode first012.mp3 first012.wav
lame -h --decode first024.mp3 first024.wav
lame -h --decode first032.mp3 first032.wav
lame -h --decode first046.mp3 first046.wav
lame -h --decode second001.mp3 second001.wav
lame -h --decode second002.mp3 second002.wav
lame -h --decode second015.mp3 second015.wav
lame -h --decode second018.mp3 second018.wav
lame -h --decode second019.mp3 second019.wav
lame -h --decode second021.mp3 second021.wav
lame -h --decode second022.mp3 second022.wav
lame -h --decode second024.mp3 second024.wav
lame -h --decode second033.mp3 second033.wav
lame -h --decode second035.mp3 second035.wav
lame -h --decode second039.mp3 second039.wav

cd..
move/y patemp\*.wav sim\sfx\english\
copy/y patemp\dummy\cap000.wav sim\sfx\english\

echo Installation complete!!!
pause
exit
Hope this helps.
aanker is offline   Reply With Quote