Page 1 of 1

Indy car racing 2 still has no sound

Posted: Fri Jan 05, 2007 11:32 am
by abyss
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.

Posted: Fri Jan 05, 2007 11:45 am
by dosraider
The_Sinister_Mastermind wrote: And finally, choose one account, hulk hogan / lada or whatever you want to call yourself.
Again a new topic ?

So didn't lada's technical support page where Hulky answers his own questions work out ?


Hmmmm, remains the final question:
Is Hulky driving a lada or is lada turning into a Hulk ?

Is there a shrink in das forum ? Das forum really needs one.

Posted: Fri Jan 05, 2007 11:56 am
by abyss
Sorry i will never try the pretending to be two people so people can hate someone else besides me trick again. I am terriable at the forums. I have gotten banned from 3 sites already so i promise i will not spam or make stupid topics and be rude again. But how did everyone find out lada and hulk hogan were the same person.

Posted: Fri Jan 05, 2007 12:02 pm
by dosraider
Nice.

But I don't think someone here "hates" you Hulky, we probably all get a good laugh about this ** (now, maybe not the mods and admins) ** but hate? Naaaaaaaaaaaaa, we don't hate you. :D

[EDIT]
But how did everyone find out lada and hulk hogan were the same person.
Let's say there is something as IP , and you have a very special euuuuu .. style and orthography. It's hard to not notice that.

Posted: Fri Jan 05, 2007 11:29 pm
by franpa
the IP address used by both people is the same.

Posted: Sat Jan 06, 2007 12:34 am
by The_Sinister_Mastermind
NOTE: Only mods and admins can see your IP, I brought it to the attention of the other admins when I checked last night, though I must say, I think most of us around here suspected it for at least a little while, the posting style was a dead giveaway.

Re: Indy car racing 2 still has no sound

Posted: Thu Jan 25, 2007 6:20 pm
by MiniMax
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.
I don't have the full game, but this procedure works for me with a demo version of ICR2:

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"

Posted: Tue Mar 27, 2007 11:07 am
by MiniMax