[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.5616073 [View]
File: 71 KB, 657x744, 4c68f11a8cc148318dafeb17db674e1013e4a2778663d84756a10c4a89f7ce95.jpg [View same] [iqdb] [saucenao] [google]
5616073

>>5616057
Hmm, you do have your music volume up to appropriate levels, right? If the file isn't loading correctly, it should at least fall back to the MIDI soundtrack.

Also, for anyone interested, I'm reposting a batch file for Crispy Doom that a kind anon shared a few threads back. This will let you select the different WADs from a little menu (and it's very easy to edit if you need to)

@echo off
cd /d "%~p1"
title Crispy Doom Game Selector
:MENU
cls
echo.
echo Select Your Game:
echo =================
echo.
echo 1) Ultimate Doom
echo 2) Doom II
echo 3) TNT: Evilution
echo 4) The Plutonia Experiment
echo 5) Master Levels
echo 6) Heretic
echo 7) Chex Quest
echo 8) Chex II
echo 9) HacX
echo 10) Sigil
echo 11) Exit
echo.
set /p game=Type Number Of Game:
if %game%==1 start crispy-doom.exe -iwad doom\doom.wad -savedir doom\
if %game%==2 start crispy-doom.exe -iwad doom2\doom2.wad -savedir doom2\
if %game%==3 start crispy-doom.exe -iwad doom2\tnt.wad -savedir doom2\
if %game%==4 start crispy-doom.exe -iwad doom2\plutonia.wad -savedir doom2\
if %game%==5 goto MASTER
if %game%==6 start crispy-doom.exe -iwad heretic\heretic.wad -file -savedir heretic\
if %game%==7 start crispy-doom.exe -iwad chex\chex.wad -savedir chex\
if %game%==8 start crispy-doom.exe -iwad chex\chex.wad -file chex\chex2.wad -savedir chex\
if %game%==9 start crispy-doom.exe -iwad hacx\hacx.wad -savedir hacx\
if %game%==10 start crispy-doom.exe -iwad doom\doom.wad -merge sigil\SIGIL_COMPAT.wad sigil\SIGIL_SHREDS_COMPAT.wad -savedir sigil\
if %game%==11 exit
exit
:MASTER
echo Which Level?
dir /s master\
set /p master=Type Level Name (Without .WAD Extension), or C to cancel:
if %master%==C goto MENU
start crispy-doom.exe -iwad doom2\doom2.wad -file master\%master%.wad -savedir doom2\

Navigation
View posts[+24][+48][+96]