Skip to content

Decompiled version of the 2D shooter game "Ghost Mayoker"

Notifications You must be signed in to change notification settings

shidemuri/ghost-mayoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost-mayoker

This is a decompiled (and reconstructed) version of Ghost Mayoker 1.02 by the Nishikigatsuo team

how

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

yeah

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:

  1. the game executable
  2. dsoundex.hpi (a plugin for HSP which allows sound playback via DirectSound)
  3. 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))
  4. 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?)

how to run/build this

Requirements:

Instructions:

  1. Extract the contents of the game anywhere you want
  2. Put the contents of this repository into the root folder of the game
  3. Load start.hsp into the script editor (hsed3.exe)
  4. HSP > Run

Notes

I'd like to iterate that I don't own any of these assets. All credits goes to rakugan65535 (script) and こうもりEQ (graphics)

About

Decompiled version of the 2D shooter game "Ghost Mayoker"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages