Indy car racing 2 still has no sound
Posted: Fri Jan 05, 2007 11:32 am
I still can't get sound on Indy car racing. I tried Dos Box but the game won't run in dos box 0.63. I have to play the game without sound.
A message board to talk about DOS games, get help, and find old games.
https://www.dosgames.com/forum/
Again a new topic ?The_Sinister_Mastermind wrote: And finally, choose one account, hulk hogan / lada or whatever you want to call yourself.
I don't have the full game, but this procedure works for me with a demo version of ICR2:abyss wrote:I still can't get sound on Indy car racing. I tried Dos Box but the game won't run in dos box 0.63. I have to play the game without sound.
Code: Select all
@ echo off
mkdir C-drive
mkdir capture
set DOSBOX_CPU_core=dynamic
set DOSBOX_CPU_cycles=40000
rem Unzip the demo into directory "Unzipped".
"%ProgramFiles%\7-Zip\7z" x -y -oUnzipped indycar2.zip
rem Install in C:\ICR2.
"%ProgramFiles%\DOSBox-0.65\DOSBox" -c "mount C C-drive" -c "mount U Unzipped" -c "C:" -c "U:\ICR2demo" -c "exit"
rem Configure sound for SoundBlaster-16.
set DOSBOX_SBlaster_SBtype=sb16
set DOSBOX_GUS_GUS=false
"%ProgramFiles%\DOSBox-0.65\DOSBox" -c "mount C C-drive" -c "C:\ICR2\setup" -c "exit"
rem Run the demo. Has to lower the CPU cycles or sound will stutter.
set DOSBOX_CPU_cycles=6000
"%ProgramFiles%\DOSBox-0.65\DOSBox" -c "mount C C-drive" -c "C:\ICR2\IndyCar" -c "exit"