PS1 Menu+Trainer Tool v2.6

Downloadable items posted by PSXDEV members are within this forum.
User avatar
inc^lightforce
Verified
Psy-Q Enthusiast
Psy-Q Enthusiast
Posts: 266
Joined: Mar 07, 2013
I am a: Programmer Windows+PS1, GFX Artist
PlayStation Model: Black
Location: Germany

Post by inc^lightforce » February 11th, 2025, 7:13 am

load the sound into Soundforge. Create snippets as short samples of each instruments and save them in 8bit.wav
load the *.wav samples into FastTracker 2 and convert the Samples into *.iff ---> save 'em again.

now restart FastTracker 2 and load each sample in a separate Sample slot
start composing to recreate the original song.

save as 4 channel Amiga Mod Sound.

now you can use it after converting from " *.mod " to " *.hit " to " *.c " to " *.obj"

Include the soundfile next to the hitmen.obj ( the psx modplayer) in your batch file.

write a main.c that include the replay routine and calls for a Sound File

Compile. done

examples in my Workshop

shouts

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » February 13th, 2025, 3:38 am

inc^lightforce wrote: February 11th, 2025, 7:13 am load the sound into Soundforge. Create snippets as short samples of each instruments and save them in 8bit.wav
load the *.wav samples into FastTracker 2 and convert the Samples into *.iff ---> save 'em again.

now restart FastTracker 2 and load each sample in a separate Sample slot
start composing to recreate the original song.

save as 4 channel Amiga Mod Sound.

now you can use it after converting from " *.mod " to " *.hit " to " *.c " to " *.obj"

Include the soundfile next to the hitmen.obj ( the psx modplayer) in your batch file.

write a main.c that include the replay routine and calls for a Sound File

Compile. done

examples in my Workshop

shouts
i dont understand "Create snippets as short samples of each instruments" because how i do a sample of each instrument when it is more instrument in one moment so what i can do when i want to turn this to .mod for example: https://www.youtube.com/watch?v=BJxERIw ... c3B5cm8%3D

User avatar
MasterLink
Serious PSXDEV User
Serious PSXDEV User
Posts: 111
Joined: Jul 20, 2024
I am a: Electronics repair, music and art.
Motto: Try it anyway, it might work.
PlayStation Model: DTL-H1001H
Location: USA

Post by MasterLink » February 13th, 2025, 4:09 am

You create a snippet of the instrument that's in the song, the instrument itself, not FROM the song.

You need to understand, this format is "like" wavetable MIDI (it's still quite different, this is just for comparison sake), you need to provide the sample of the instruments yourself, then compose/arrange the song in a tracker.

I feel you think this is a drag and drop operation, it's not. This is manual. You need to tell the tracker/player what the instrument itself sounds like, and how to sample it (where it starts, where it loops, and where it ends for example).
PSXDev has a bot problem. If you see a random post with a stray pixel, don't click that pixel, it might be a hidden URL. REPORT it and be absolutely sure to mention where and how you found the hidden URL. Sometimes it's not in their sig, but hidden in quoted posts. If the report is declined, push back if you are 100% sure.

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » February 13th, 2025, 5:03 am

i know that it isnt drag and drop operation but... why is it so hard why just i cannot take .mp3 and convert to .mod or another format (probably because playstation) (sorry im dumb) so i think its quite imposibble to do what i want or at least really really hard

User avatar
MasterLink
Serious PSXDEV User
Serious PSXDEV User
Posts: 111
Joined: Jul 20, 2024
I am a: Electronics repair, music and art.
Motto: Try it anyway, it might work.
PlayStation Model: DTL-H1001H
Location: USA

Post by MasterLink » February 13th, 2025, 5:49 am

Because an MP3 is a compressed recording of an actual sound file. .mod is not, it is instructions on what notes to play, and needs samples of such instruments to do it. It requires you to actually sequence the music, and provide samples for the instrument you want each voice/channel to play.
PSXDev has a bot problem. If you see a random post with a stray pixel, don't click that pixel, it might be a hidden URL. REPORT it and be absolutely sure to mention where and how you found the hidden URL. Sometimes it's not in their sig, but hidden in quoted posts. If the report is declined, push back if you are 100% sure.

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » February 13th, 2025, 6:22 am

ok so my question is
is it possible to do this for example: https://www.youtube.com/watch?v=BJxERIw9bAk
and how pleeeease (if its possible) and sorry for my english
or theoratically can i somehow get the music from the cd of some trainer crack?

User avatar
MasterLink
Serious PSXDEV User
Serious PSXDEV User
Posts: 111
Joined: Jul 20, 2024
I am a: Electronics repair, music and art.
Motto: Try it anyway, it might work.
PlayStation Model: DTL-H1001H
Location: USA

Post by MasterLink » February 13th, 2025, 6:56 am

That song is called "her3.mod", and is available here: https://modarchive.org/index.php?reques ... uery=45460
PSXDev has a bot problem. If you see a random post with a stray pixel, don't click that pixel, it might be a hidden URL. REPORT it and be absolutely sure to mention where and how you found the hidden URL. Sometimes it's not in their sig, but hidden in quoted posts. If the report is declined, push back if you are 100% sure.

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » February 14th, 2025, 3:01 am

Ok, THANK you very much and can you or inc^lightforce teach me how to make trainer menu with this (or if its "tutorial" for trainer menu: https://www.psxdev.net/forum/viewtopic.php?f=41&t=272) and what is this if its in the mod archive please https://www.youtube.com/watch?v=KHsHBgWK4x8&t=1s

User avatar
inc^lightforce
Verified
Psy-Q Enthusiast
Psy-Q Enthusiast
Posts: 266
Joined: Mar 07, 2013
I am a: Programmer Windows+PS1, GFX Artist
PlayStation Model: Black
Location: Germany

Post by inc^lightforce » February 14th, 2025, 4:52 am

RokRacekSK wrote: February 14th, 2025, 3:01 am Ok, THANK you very much and can you or inc^lightforce teach me how to make trainer menu with this (or if its "tutorial" for trainer menu: https://www.psxdev.net/forum/viewtopic.php?f=41&t=272) and what is this if its in the mod archive please https://www.youtube.com/watch?v=KHsHBgWK4x8&t=1s
read the examples. i have already explained all steps. load the tutorial of my ALIEN TRAINER and replace all you want to change.

but first,

- learn how PS1 is just wotking.
- learn Music Tracker, Music Making
- learn C or C++ or ASM for Play Station 1 Coding


and here comes my workshop along. I provided so many information and Source Code to start over...

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » February 15th, 2025, 2:03 am

inc^lightforce wrote: February 14th, 2025, 4:52 am
RokRacekSK wrote: February 14th, 2025, 3:01 am Ok, THANK you very much and can you or inc^lightforce teach me how to make trainer menu with this (or if its "tutorial" for trainer menu: https://www.psxdev.net/forum/viewtopic.php?f=41&t=272) and what is this if its in the mod archive please https://www.youtube.com/watch?v=KHsHBgWK4x8&t=1s
read the examples. i have already explained all steps. load the tutorial of my ALIEN TRAINER and replace all you want to change.

but first,

- learn how PS1 is just wotking.
- learn Music Tracker, Music Making
- learn C or C++ or ASM for Play Station 1 Coding


and here comes my workshop along. I provided so many information and Source Code to start over...
Im sorry im really dumb because i dont understand your tutorial and i tried ai and ai.. is not good with this

User avatar
MasterLink
Serious PSXDEV User
Serious PSXDEV User
Posts: 111
Joined: Jul 20, 2024
I am a: Electronics repair, music and art.
Motto: Try it anyway, it might work.
PlayStation Model: DTL-H1001H
Location: USA

Post by MasterLink » February 15th, 2025, 2:51 am

The instructions were well written and even had photos as a guide.

Unless someone plans to hand-hold you, you really should practice and continue to try. Everyone has to start somewhere. 2024 I wrote my first PSX disc that played a video. 2025 I did my first PSX disc that put text on the screen. Gotta start somewhere.
PSXDev has a bot problem. If you see a random post with a stray pixel, don't click that pixel, it might be a hidden URL. REPORT it and be absolutely sure to mention where and how you found the hidden URL. Sometimes it's not in their sig, but hidden in quoted posts. If the report is declined, push back if you are 100% sure.

User avatar
RokRacekSK
Curious PSXDEV User
Curious PSXDEV User
Posts: 18
Joined: Feb 01, 2025

Post by RokRacekSK » March 4th, 2025, 7:31 am

scorpion2k81 wrote: May 22nd, 2022, 1:59 am This tool automatically creates the basic project code for the custom menu and inserts the main.exe file into the game's bin / cue image without using other programs, works on windows 7-8-10 32bit and 64bit.
To use the program you need to download psy-q SDK and unzip it in the c directory.
The archive contains a pdf with the simple guide for the tool.


Menu Trainer Tool 2.6.2:
Tool: https://mega.nz/file/zdtS1Saa#outPP2OLo ... qNPab1GBIY
Cover v3: https://mega.nz/file/qYUiTYbI#Dw3hRAwhA ... POgzchndL0
(put the cvr.bin file and the tool in the same folder)
-----------------------------------
This tool has 2 main functions:
Standard:
- Add PAL/NTSC Selector
- Remove libcrypt (PAL) & action replay (NTSC) protection
- Add trainer codes
- Add TIM images
- Add MOD & HIT audio files

Advanced: (contains the standard functions plus these other functions)
- Custom background color
- Custom Font
- Add BMP & PNG images
- Add credits

thanks to:
Inc. - tutorial for custom menus with RNC files
Lameguy64 - mkpsxiso tool
Hitmen - Mod Player and mod2hit tool
Cebix - psximager tool
why when i make the trainer menu with the music her3.mod it sounds terrible? like this: (1st is the original and 2nd from trainer): https://youtu.be/qbFkhBq8b64 i combined it so its maybe complicated but you understand it just from the first two clips i dont know if its the converting error or the i dont really know another option because if i load in the emulator paradox crack spyro 3 with the same music its good

Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests