VOGONS


First post, by attorianzo

User metadata
Rank Newbie
Rank
Newbie

...black screen, but I hear background game sounds..

Any suggestion?..

Reply 2 of 12, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I tested the demo 3 weeks ago - works fine. I had to set CPU cycles to 6000 to avoid stuttering sound, but that was it.

@   echo off

mkdir C-drive
mkdir capture

set DOSBOX_CPU_core=dynamic
set DOSBOX_CPU_cycles=40000

rem Unzip the demo into directory "Unpacked".

"%ProgramFiles%\7-Zip\7z" x -y -oUnpacked indycar2.zip

rem Install in C:\ICR2.

"%ProgramFiles%\DOSBox-0.70\DOSBox" -c "mount C C-drive" -c "mount U Unpacked" -c "C:" -c "U:\ICR2demo" -c "exit"

Configure sound for SoundBlaster-16.

set DOSBOX_SBlaster_SBtype=sb16
set DOSBOX_GUS_GUS=false

rem "%ProgramFiles%\DOSBox-0.70\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
set DOSBOX_RENDER_SCALER=normal3x

"%ProgramFiles%\DOSBox-0.70\DOSBox" -c "mount C C-drive" -c "C:\ICR2\IndyCar" -c "exit"

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 6 of 12, by attorianzo

User metadata
Rank Newbie
Rank
Newbie

Great! I've only uninstalled univbe from setup.exe and now "indycar -h" runs perfectly with the best graphic detail 😀

Unfortunately i've not an analogic joystic but I think it is the best racing simulation of DOS 😀

thanx all 😀

Reply 11 of 12, by Jack Deth

User metadata
Rank Newbie
Rank
Newbie

When I try to uninstall the UniVBE driver. I get

"Unable to Uninstall UniVBE driver"

-----------------------------------------------------------------------------------------

Well after looking through the files, I found a file called UniVBE.drv, I deleted it and the game worked.