PS1 Menu+Trainer Tool v2.6
-
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
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
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
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
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%3Dinc^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
- MasterLink
- 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
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).
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.
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
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
- MasterLink
- 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
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.
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
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?
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?
- MasterLink
- 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
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.
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
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
-
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
read the examples. i have already explained all steps. load the tutorial of my ALIEN TRAINER and replace all you want to change.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
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...
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
Im sorry im really dumb because i dont understand your tutorial and i tried ai and ai.. is not good with thisinc^lightforce wrote: ↑February 14th, 2025, 4:52 amread the examples. i have already explained all steps. load the tutorial of my ALIEN TRAINER and replace all you want to change.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
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...
- MasterLink
- 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
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.
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.
- RokRacekSK
- Curious PSXDEV User
- Posts: 18
- Joined: Feb 01, 2025
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 goodscorpion2k81 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
Who is online
Users browsing this forum: No registered users and 8 guests