MancubusBruiser1988 Posted April 5, 2017 I have just download the pk3 file(s) for The Lost Levels and having trouble figuring out where to put them... It either loads the standard PSX TC or standard D2 or levels with all missing textures. Help to get this working would be greatly appreciated. 0 Quote Share this post Link to post
Nevander Posted April 5, 2017 IIRC you need to load both, with the Lost Levels being loaded second. For example in a batch file: start gzdoom.exe -file PSXDOOM.PK3 PSXLOST.PK3 That should work. 0 Quote Share this post Link to post
MancubusBruiser1988 Posted April 5, 2017 (edited) There are three pk3 files for the Lost Levels,1 The main file, 2 the Music, 3 voice for the ending... Also all WADs are set to 'open with gzdoom' Am I meant to make a batch file? I'm a bit confused.. It keep loading as the standard psx Doom (I am drag and dropping them both onto the gzdoom application.. Not sure what I'm really meant to do here Edited April 5, 2017 by MancubusBruiser1988 0 Quote Share this post Link to post
riderr3 Posted April 5, 2017 My batch file @ECHO OFF IF EXIST PSXDOOM.CFG GOTO RUN ECHO PULLIN "PSXDOOM.PK3">>PSXDOOM.CFG ECHO PULLIN "PSXLOST.PK3">>PSXDOOM.CFG ECHO PULLIN "PSXTCMUS.PK3">>PSXDOOM.CFG ECHO PULLIN "PSXSSG.PK3">>PSXDOOM.CFG ECHO PULLIN "PSXLOSTMUS.PK3">>PSXDOOM.CFG ECHO AM_COLORSET "1">>PSXDOOM.CFG ECHO AM_SHOWMONSTERS "FALSE">>PSXDOOM.CFG ECHO AM_SHOWSECRETS "FALSE">>PSXDOOM.CFG ECHO AM_SHOWTIME "FALSE">>PSXDOOM.CFG ECHO CON_SCALETEXT "1">>PSXDOOM.CFG ECHO DIMAMOUNT "0.5">>PSXDOOM.CFG ECHO DIMCOLOR "00 00 00">>PSXDOOM.CFG ECHO GL_ENHANCED_NIGHTVISION "FALSE">>PSXDOOM.CFG ECHO GL_LIGHT_AMBIENT "1">>PSXDOOM.CFG ECHO GL_LIGHTMODE "0">>PSXDOOM.CFG ECHO GL_SPRITECLIP "2">>PSXDOOM.CFG ECHO GL_TEXTURE_FILTER "1">>PSXDOOM.CFG ECHO GL_TEXTURE_FILTER_ANISOTROPIC "16">>PSXDOOM.CFG ECHO LONGSAVEMESSAGES "FALSE">>PSXDOOM.CFG ECHO M_USE_MOUSE "0">>PSXDOOM.CFG ECHO MOVEBOB "0.125">>PSXDOOM.CFG ECHO MSG0COLOR "11">>PSXDOOM.CFG ECHO MSG1COLOR "11">>PSXDOOM.CFG ECHO MSG2COLOR "11">>PSXDOOM.CFG ECHO MSG3COLOR "11">>PSXDOOM.CFG ECHO MSG4COLOR "11">>PSXDOOM.CFG ECHO MSGMIDCOLOR "11">>PSXDOOM.CFG ECHO SECRETMESSAGE "">>PSXDOOM.CFG ECHO SHOW_OBITUARIES "FALSE">>PSXDOOM.CFG ECHO VID_VSYNC "FALSE">>PSXDOOM.CFG ECHO WI_SHOWTOTALTIME "FALSE">>PSXDOOM.CFG ECHO WIPETYPE "0">>PSXDOOM.CFG :RUN START C:\Users\Admin\Documents\doom\ports\gzdoom\gzdoom.exe +EXEC PSXDOOM.CFG +EXEC Customize.CFG -CONFIG PSXDOOM.INI -IWAD C:\Users\Admin\Documents\doom\iwads\doom2.wad 0 Quote Share this post Link to post
MancubusBruiser1988 Posted April 6, 2017 (edited) Do I have to make a batch file? Surely there's another way to run it. It is still not running even as a batch file. Edited April 6, 2017 by MancubusBruiser1988 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.