Update README.md

This commit is contained in:
Bluzume 2019-08-30 22:45:05 +12:00 committed by GitHub
parent 26edf0553f
commit 6bfdbabab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -5,3 +5,15 @@ What is this code?
Its Decompiled and Patched GameMaker Asset Compiler v1.0.98 (this was before there was any obfuscation)
it has been modified to exclusively produce PSP compatible files from GM81 Executables.
Also a nice gui was added
# Dependancys
chovy-gm release zip. includes a few other executables
- at3tool it is an offical SONY tool for converting WAV into there properitary .at3 format. if anyone has a libary that can handle this please let me know.
- umdgenc is the offical UMD ISO builder from sony, it was the only UMD ISO builder i could find that would acturally work properly on the PSVita, (makes sense since its the offical tool) the reason most dont work is that they align sectors in whatever way, the PSP doesnt care, but PSPEmu on the psvita does.
- fluidsynth a MIDI synthesier, used for converting MID files inside the GM Executables into WAV and then into at3
src: https://github.com/FluidSynth/fluidsynth
- EBOOT.BIN same executable found in the PSP minis game "karoshi" it is effectively the gamemaker interpreter.