This is a decompiled (and reconstructed) version of Ghost Mayoker 1.02 by the Nishikigatsuo team
This game, like the other ones from them, is made with the Hot Soup Processor programming language. All it took was to run a decompiler on the executable file to retrieve the start.hsp file which contains the code. From there, I just kept debugging to figure out which thing does what (I renamed the variables and resolved exgoto statements into for loops, mostly).
This repository contains the
start.hsp
file, extracted from GhostMayoker.exe;- the spritesheets extracted from
data.dpm
All of Nishikigatsuo team's games have (at least) these files:
- the game executable
- dsoundex.hpi (a plugin for HSP which allows sound playback via DirectSound)
- data.dpm (this files contains the spritesheets and other images, and also CODE FOR A PREVIOUS VERSION OF THE GAME (i almost decompiled 1.00 accidentally because of this))
- data
- music
- se
- (the reason why they put the music files separately is unclear, i think that they can't pack it with data.dpm?)
- Hot Soup Processor script editor
- The game (as downloaded)
- The contents of this repository
- Extract the contents of the game anywhere you want
- Put the contents of this repository into the root folder of the game
- Load start.hsp into the script editor (hsed3.exe)
- HSP > Run
I'd like to iterate that I don't own any of these assets. All credits goes to rakugan65535 (script) and こうもりEQ (graphics)