Jump to content

PSX TC error with GZDOOM 3.2.4


AleksB

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...