Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
MancubusBruiser1988

PSX TC - LOST LEVELS. Help

Recommended Posts

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.

Share this post


Link to post

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.

Share this post


Link to post

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

Share this post


Link to post

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

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×