AleksB Posted December 19, 2017 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! 0 Quote Share this post Link to post
Nevander Posted December 19, 2017 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 1 Quote Share this post Link to post
AleksB Posted December 19, 2017 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. 0 Quote Share this post Link to post
AleksB Posted December 19, 2017 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 0 Quote Share this post Link to post
Nevander Posted December 20, 2017 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 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.