PS1 Menu+Trainer Tool v2.6

Downloadable items posted by PSXDEV members are within this forum.
User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » August 4th, 2023, 12:19 am

qkwyx 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.
I sent you a pm

User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » August 14th, 2023, 10:25 pm

I found an error using the tool with 32bit windows with multitrack games.
The bug will be fixed in the next update.

User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » September 13th, 2023, 11:48 pm

New update 2.6.2:
- Fixed reading multitrack games on 32bit windows
- Fixed reading cue files with non-standard format

Dacaskos
Interested PSXDEV User
Interested PSXDEV User
Posts: 5
Joined: Oct 03, 2023
PlayStation Model: SCPH-1000

Post by Dacaskos » October 3rd, 2023, 8:42 am

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
Last edited by Dacaskos on October 4th, 2023, 1:32 am, edited 1 time in total.

User avatar
alimadhi
Active PSXDEV User
Active PSXDEV User
Posts: 58
Joined: Aug 07, 2013
PlayStation Model: DTL-H1101
Location: From the Hell

Post by alimadhi » October 4th, 2023, 12:19 am

Syphon Filter 3 (USA)
Not working with or without cheats

User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » October 4th, 2023, 8:30 am

Dacaskos wrote: October 3rd, 2023, 8:42 am 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
if you use a directory other than c you must modify the psyq.ini file found in psyq\bin
alimadhi wrote: October 4th, 2023, 12:19 am Syphon Filter 3 (USA)
Not working with or without cheats
I'll check the games in the next few days

asianking
What is PSXDEV?
What is PSXDEV?
Posts: 3
Joined: Feb 17, 2020

Post by asianking » October 8th, 2023, 4:18 pm

Image

When I open Castlevania SOTN

Any assistance is much appreciated.

User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » 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.
asianking wrote: October 8th, 2023, 4:18 pm When I open Castlevania SOTN

Any assistance is much appreciated.
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?

User avatar
alimadhi
Active PSXDEV User
Active PSXDEV User
Posts: 58
Joined: Aug 07, 2013
PlayStation Model: DTL-H1101
Location: From the Hell

Post by alimadhi » October 9th, 2023, 11:13 pm

scorpion2k81 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.
make.bat

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
-Xo$801DC000 <<== this value does not work it give error (Main.exe out of memory!)
if i change it to -Xo$80100000 will give black screen with or without cheats

Dacaskos
Interested PSXDEV User
Interested PSXDEV User
Posts: 5
Joined: Oct 03, 2023
PlayStation Model: SCPH-1000

Post by Dacaskos » October 10th, 2023, 3:34 am

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.
Tbh... i can't make any game work with cheats/trainer enabled.
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...)

User avatar
scorpion2k81
Active PSXDEV User
Active PSXDEV User
Posts: 57
Joined: Feb 24, 2022
I am a: Programmer
PlayStation Model: SCPH-5502
Location: Italy

Post by scorpion2k81 » October 13th, 2023, 8:08 am

alimadhi wrote: October 9th, 2023, 11:13 pm -Xo$801DC000 <<== this value does not work it give error (Main.exe out of memory!)
if i change it to -Xo$80100000 will give black screen with or without cheats
Use 'loading mode: direct'. With the compress function you have a file size limitation of 2mb (menu + compressed slus < 2mb).
Dacaskos wrote: October 10th, 2023, 3:34 am Tbh... i can't make any game work with cheats/trainer enabled.
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...)
Are you using an emulator to try the game or PS1 console?

User avatar
vssonic
Interested PSXDEV User
Interested PSXDEV User
Posts: 9
Joined: May 29, 2017
I am a: old school gamer
PlayStation Model: SCPH-9001
Location: Argentina

Post by vssonic » December 19th, 2023, 7:47 am

HI
I have a question?
Maybe it doesn't apply to this thread, because the PS3 takes physical PS1 games like Gameshark and when you convert it to digital PKG it doesn't work like the game compilations.

The only difference I find is
PSXMAIN.EXE, which replaces SLUS_xxx.xx, open a solution to this since it would be very useful on the PS3 system
Thank you I hope for some response

Benjamin9141977
What is PSXDEV?
What is PSXDEV?
Posts: 4
Joined: Mar 24, 2024
Location: United States

Post by Benjamin9141977 » April 7th, 2024, 10:03 am

Ok so I have been using this great tool for a few days now. I successfully trained Resident Evil 2 Dual Shock and turned it into a PKG to play on PS3. But there are some errors and typos in the cheat database that cause Boolean out of array errors. For instance my current problem is with typos for Gran Turismo. There is a title line at the top of the codes list that causes an error. The SS R5 A unlock code was entered incomplete and there are 2 sections that say %note 2 that cause an error and another line of code that has a % before the # that causes an error. I was able to get around this by making my own cheat.txt and making it read only and copying it to the TMP folder before I check add trainer and then unchecking read only after the cheat.txt is denied access error so I could add codes but I don't think it loads correctly doing it that way and the game won't start after the PlayStation logo. The database.bin needs thoroughly vetted

Benjamin9141977
What is PSXDEV?
What is PSXDEV?
Posts: 4
Joined: Mar 24, 2024
Location: United States

Post by Benjamin9141977 » April 7th, 2024, 10:25 am

By the way. If anyone is wondering I used PS1 trainer tool to add the trainer to my PS1 bin cue then I used pop-fe PS3 to make the PS3 PKG.

Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests