This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Bluzume 2f5f5d19f5
Create LICENSE.md
2019-08-31 01:24:28 +12:00
Flobbster.Windows.Forms Add SRC 2019-08-30 20:14:15 +12:00
GMAC1098 Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler.Machines Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler.Output Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler.Properties Add SRC 2019-08-30 20:14:15 +12:00
NDesk.Options Add SRC 2019-08-30 20:14:15 +12:00
Properties Add SRC 2019-08-30 20:14:15 +12:00
Resources Add SRC 2019-08-30 20:14:15 +12:00
packages/NAudio.1.9.0 Add SRC 2019-08-30 20:14:15 +12:00
ChovyUI.Designer.cs Add SRC 2019-08-30 20:14:15 +12:00
ChovyUI.cs Add SRC 2019-08-30 20:14:15 +12:00
ChovyUI.resx Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler.csproj Add SRC 2019-08-30 20:14:15 +12:00
GMAssetCompiler.sln Add SRC 2019-08-30 20:14:15 +12:00
Icon4.ico Add SRC 2019-08-30 20:14:15 +12:00
LICENSE.md Create LICENSE.md 2019-08-31 01:24:28 +12:00
README.md Update README.md 2019-08-30 22:49:04 +12:00
UMDGEN.CS Add SRC 2019-08-30 20:14:15 +12:00
app.config Add SRC 2019-08-30 20:14:15 +12:00
packages.config Add SRC 2019-08-30 20:14:15 +12:00

README.md

chovy-gm

At long last. GameMaker 8.1 to PSP!

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 order. the PSP doesnt care, but PSPEmu on the PSVita does, im working on my own UMD builder to replace this.

  • 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.