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

PSX TC error with GZDOOM 3.2.4

Recommended Posts

Hey guys, so im trying to set up the psx doom and I am using gzdoom 3.2.4 but im having problems.  The launcher goes to doom 2 on the pc.  SO I made a batch file '@echo off :RUN start gzdoom.exe -FILE PSXLOAD.PK3 +EXEC PSXDOOM.CFG -CONFIG PSXDOOM.INI exit'

 

So when I go to open the batch file, it opens for a second then just does nothing.  So it basically crashes.  Idk what else to do.  Any help is appreciated, I really wanna play the psx version on pc.  Thanks everyone!

Share this post


Link to post
8 hours ago, AleksB said:

@echo off :RUN start gzdoom.exe -FILE PSXLOAD.PK3 +EXEC PSXDOOM.CFG -CONFIG PSXDOOM.INI exit

Do this instead:

 

@echo off

start gzdoom.exe -file PSXDOOM.PK3 -config PSXDOOM.INI

Share this post


Link to post
11 hours ago, Nevander said:

Do this instead:

 

@echo off

start gzdoom.exe -file PSXDOOM.PK3 -config PSXDOOM.INI

That worked thanks!  I beat doom and doom 2 already haha.  Now how do I play the lost levels and nrftl?  I have all the episodes minus those two.

Share this post


Link to post

let me clarify.  I go to the customizer, and I try to select to add the lost levels, but I cant select it.  I can customize everything else, but it wont let me turn on the lost levels and nrftl.  I have the files, so idk why it wont let me select them

Share this post


Link to post

I don't use the customizer, I just run it like normal mods with batch files.

 

Do this for Lost Levels:

 

@echo off

start gzdoom.exe -file PSXLOST.PK3 PSXLOSTMUS.PK3 -config PSXDOOM.INI

 

and this for NRFTL:

 

@echo off

start gzdoom.exe -file PSXNRFTL.PK3 -config PSXDOOM.INI

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

×