I sent you a pmqkwyx wrote: ↑August 2nd, 2023, 12:35 am Yes I did double click make.bat in order to have make.exe then tap the Import main.exe still no avail. tested on 2units Windows 7 SP1 Ultimate x86 desktop and Windows 10 x64 laptop. If no errors at your end possible on my side. Thanks for your reply. Thanks very much.

Donate & Support PSXDEV.NET
We have been operating since 2012 providing users with a place for free information, free downloads & zero ads.
It has always been a safe and clean forum with no spam for other members interested in the PlayStation 1 to meet and make new friendships.
It's a place for those who are interested in learning about programming, reverse engineering and experimenting with hardware/software for the console.
We have never asked for donations before but it has reached the point where the server costs are becoming too much for us.
We would like to politely ask that if you use this site that you donate any amount you can to show your support to assist with the hosting fees in order to keep PSXDEV.NET alive.
Users who donate will be rewarded with a new profile rank on their account badge
Just be sure to include your handle/alias when sending the donation or message me here with your BTC address.
Bitcoin: 1GqS7rr8jYPzT4Lp9Uua3D5thUH8ZnWyD8
Thank you for your contribution
We have been operating since 2012 providing users with a place for free information, free downloads & zero ads.
It has always been a safe and clean forum with no spam for other members interested in the PlayStation 1 to meet and make new friendships.
It's a place for those who are interested in learning about programming, reverse engineering and experimenting with hardware/software for the console.
We have never asked for donations before but it has reached the point where the server costs are becoming too much for us.
We would like to politely ask that if you use this site that you donate any amount you can to show your support to assist with the hosting fees in order to keep PSXDEV.NET alive.
Users who donate will be rewarded with a new profile rank on their account badge

Just be sure to include your handle/alias when sending the donation or message me here with your BTC address.
Bitcoin: 1GqS7rr8jYPzT4Lp9Uua3D5thUH8ZnWyD8
Thank you for your contribution


PS1 Menu+Trainer Tool v2.6
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
I found an error using the tool with 32bit windows with multitrack games.
The bug will be fixed in the next update.
The bug will be fixed in the next update.
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
New update 2.6.2:
- Fixed reading multitrack games on 32bit windows
- Fixed reading cue files with non-standard format
- Fixed reading multitrack games on 32bit windows
- Fixed reading cue files with non-standard format
Hi!
For some reason the "main.exe" file is never created
here's the log of make.bat
---------------------------------
Nvm, looks like the program only works under C:\
Can't make Resident Evil 3 (Usa) work though
For some reason the "main.exe" file is never created
here's the log of make.bat
---------------------------------
Nvm, looks like the program only works under C:\
Can't make Resident Evil 3 (Usa) work though
Last edited by Dacaskos on October 4th, 2023, 1:32 am, edited 1 time in total.
- alimadhi
- Active PSXDEV User
- Posts: 55
- Joined: Aug 07, 2013
- PlayStation Model: DTL-H1101
- Location: From the Hell
Syphon Filter 3 (USA)
Not working with or without cheats
Not working with or without cheats
Fmicome (*3) Nintendo NES (*8) MegaDrive (*6) MegaDrive II (*7) Dreamcast (*4)
PlayStation : SCPH-5000, SCPH-5502, SCPH-7000, SCPH-7502 (*5), SCPH-9000, SCPH-9002 (*6)
PlayStation 2 : SCPH-50000 (*4), SCPH-50004 (*2), SCPH-70000(*2), SCPH-70004, SCPH-77004
PlayStation 3 : CECH-2004B, CECH2012B, CECH-2512B, CECH-2503A
PlayStation : SCPH-5000, SCPH-5502, SCPH-7000, SCPH-7502 (*5), SCPH-9000, SCPH-9002 (*6)
PlayStation 2 : SCPH-50000 (*4), SCPH-50004 (*2), SCPH-70000(*2), SCPH-70004, SCPH-77004
PlayStation 3 : CECH-2004B, CECH2012B, CECH-2512B, CECH-2503A
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
if you use a directory other than c you must modify the psyq.ini file found in psyq\bin
I'll check the games in the next few days

When I open Castlevania SOTN
Any assistance is much appreciated.
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
- Syphon Filter 3
- Resident Evil 3
I tried the games with and without trainer, they work well with emulator but I haven't tried on ps1 console.
can you send me the cue file of the game?
- Resident Evil 3
I tried the games with and without trainer, they work well with emulator but I haven't tried on ps1 console.
It works on the version I tried, the error comes from the cue file which has a different structure than the standard one.
can you send me the cue file of the game?
- alimadhi
- Active PSXDEV User
- Posts: 55
- Joined: Aug 07, 2013
- PlayStation Model: DTL-H1101
- Location: From the Hell
make.batscorpion2k81 wrote: ↑October 9th, 2023, 9:48 pm - Syphon Filter 3
I tried the games with and without trainer, they work well with emulator but I haven't tried on ps1 console.
Code: Select all
set PATH=C:\Psyq\bin
set PSX_PATH=C:\Psyq\bin
set LIBRARY_PATH=C:\Psyq\lib
set C_PLUS_INCLUDE_PATH=C:\Psyq\include
set C_INCLUDE_PATH=C:\Psyq\include
set PSYQ_PATH=C:\Psyq\bin
set COMPILER_PATH=C:\Psyq\bin
set GO32=DPMISTACK 1000000
set G032TMP=C:\WINDOWS\TEMP
set TMPDIR=C:\WINDOWS\TEMP
del main.exe
del depack.obj
asmpsx.exe /l/oat- depack.src,depack.obj
ccpsx -O3 -Xo$801DC000 main.c trainer.obj copy.obj depack.obj codes.obj -omain.cpe
cpe2x main.cpe
del main.cpe
if i change it to -Xo$80100000 will give black screen with or without cheats
Fmicome (*3) Nintendo NES (*8) MegaDrive (*6) MegaDrive II (*7) Dreamcast (*4)
PlayStation : SCPH-5000, SCPH-5502, SCPH-7000, SCPH-7502 (*5), SCPH-9000, SCPH-9002 (*6)
PlayStation 2 : SCPH-50000 (*4), SCPH-50004 (*2), SCPH-70000(*2), SCPH-70004, SCPH-77004
PlayStation 3 : CECH-2004B, CECH2012B, CECH-2512B, CECH-2503A
PlayStation : SCPH-5000, SCPH-5502, SCPH-7000, SCPH-7502 (*5), SCPH-9000, SCPH-9002 (*6)
PlayStation 2 : SCPH-50000 (*4), SCPH-50004 (*2), SCPH-70000(*2), SCPH-70004, SCPH-77004
PlayStation 3 : CECH-2004B, CECH2012B, CECH-2512B, CECH-2503A
Tbh... i can't make any game work with cheats/trainer enabled.scorpion2k81 wrote: ↑October 9th, 2023, 9:48 pm - Syphon Filter 3
- Resident Evil 3
I tried the games with and without trainer, they work well with emulator but I haven't tried on ps1 console.
So gotta be a problem on my end but I tried everything I could possibly change (with/without ram dumps, different build addresses/loading modes...)
- scorpion2k81
- Active PSXDEV User
- Posts: 53
- Joined: Feb 24, 2022
- I am a: Programmer
- PlayStation Model: SCPH-5502
- Location: Italy
Use 'loading mode: direct'. With the compress function you have a file size limitation of 2mb (menu + compressed slus < 2mb).
Are you using an emulator to try the game or PS1 console?
Who is online
Users browsing this forum: No registered users and 2 guests