TRAINER
-
Administrator Verified
- Admin / PSXDEV
- Posts: 2691
- Joined: Dec 31, 2012
- I am a: Shadow
- PlayStation Model: H2000/5502
Inc^Lightforce released one on the forums. He has released a trainer.
Development Console: SCPH-5502 with 8MB RAM, MM3 Modchip, PAL 60 Colour Modification (for NTSC), PSIO Switch Board, DB-9 breakout headers for both RGB and Serial output and an Xplorer with CAETLA 0.34.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
- obmao68
- Curious PSXDEV User
- Posts: 28
- Joined: Feb 28, 2021
- I am a: Beginner Programmer
- Motto: the psx will never die
- PlayStation Model: scph 9002
thanks Shadow, I have seen the Inc forum, but I cannot find an example of how to go about creating a simple trainer from scratch, I am new to programming. cmq thanksShadow wrote: ↑February 26th, 2022, 12:16 pm Inc^Lightforce released one on the forums. He has released a trainer.
-
Administrator Verified
- Admin / PSXDEV
- Posts: 2691
- Joined: Dec 31, 2012
- I am a: Shadow
- PlayStation Model: H2000/5502
Creating a trainer from scratch is difficult as you need to know how to hook your own code from the kernel memory into the Sony interrupt chain. This is how all Action Replays for example worked.
Development Console: SCPH-5502 with 8MB RAM, MM3 Modchip, PAL 60 Colour Modification (for NTSC), PSIO Switch Board, DB-9 breakout headers for both RGB and Serial output and an Xplorer with CAETLA 0.34.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
- obmao68
- Curious PSXDEV User
- Posts: 28
- Joined: Feb 28, 2021
- I am a: Beginner Programmer
- Motto: the psx will never die
- PlayStation Model: scph 9002

Ok Shadows example trainer
how to insert the trainer at the beginning of the game ..
example
*********************************************************************************
main menu game
X START GAME WITH CHEATS
O START GAME NORMAL MODE
*********************************************************************************
THIS EXAMPLE I WOULD ONLY WANT WITH FPRINT COMMAND

-
inc^lightforce Verified
- Psy-Q Enthusiast
- Posts: 266
- Joined: Mar 07, 2013
- I am a: Programmer Windows+PS1, GFX Artist
- PlayStation Model: Black
- Location: Germany
Trainer values must be inserted into the icarus.asm
since i changed to windows 11 i have no environment for PSX coding anymore. and i have no idea if PSYQ will work with a x64 system.
on the other hand all the other tools are only 16bit written tools and won't run too.
this bring me back to the point, that i need a windows XP 32bit.
writing a cheap tutorial with all files would take me around 30 minutes but i have no Env. at the moment. No space in my room for my old PC.
since i changed to windows 11 i have no environment for PSX coding anymore. and i have no idea if PSYQ will work with a x64 system.
on the other hand all the other tools are only 16bit written tools and won't run too.
this bring me back to the point, that i need a windows XP 32bit.
writing a cheap tutorial with all files would take me around 30 minutes but i have no Env. at the moment. No space in my room for my old PC.
Last edited by inc^lightforce on March 4th, 2022, 5:15 am, edited 1 time in total.
-
Administrator Verified
- Admin / PSXDEV
- Posts: 2691
- Joined: Dec 31, 2012
- I am a: Shadow
- PlayStation Model: H2000/5502
Development Console: SCPH-5502 with 8MB RAM, MM3 Modchip, PAL 60 Colour Modification (for NTSC), PSIO Switch Board, DB-9 breakout headers for both RGB and Serial output and an Xplorer with CAETLA 0.34.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
-
inc^lightforce Verified
- Psy-Q Enthusiast
- Posts: 266
- Joined: Mar 07, 2013
- I am a: Programmer Windows+PS1, GFX Artist
- PlayStation Model: Black
- Location: Germany
i fear, that all the new environment tools will interfere with the old stable coding line and in some point i face an error that i can not find and wonder why something is not work correctly but worked on my real old SDK Environment.
I desided to hook up my old PC and Hardware next weekend to know i'm safe on what i'm doing to end up in a correct working Trainer or Cracktro. PSX emulators are working a bit different as real Hardware.
when i'm ready and done with the n00bish sketch that can compile by every interested beginner , i'll post all files and a documented:
main.c
Batch
trainer.asm
...
I desided to hook up my old PC and Hardware next weekend to know i'm safe on what i'm doing to end up in a correct working Trainer or Cracktro. PSX emulators are working a bit different as real Hardware.
when i'm ready and done with the n00bish sketch that can compile by every interested beginner , i'll post all files and a documented:
main.c
Batch
trainer.asm
...
- Dedok179
- Serious PSXDEV User
- Posts: 86
- Joined: Jun 11, 2015
- I am a: Programmer, Beginning reverser
- PlayStation Model: SCPH-5502
- Discord: Dedok179#2632
- Location: Tula,RU
There is a program that I intend to upload soon. This is a more refined version of the previous program.
With it, the trainer is made in a couple of clicks
[youtube][/youtube]
Who is online
Users browsing this forum: No registered users and 3 guests