https://github.com/Murugo/Misc-Game-Research
Miscellaneous notes and smaller tools for various video games.
https://github.com/Murugo/Misc-Game-Research
gitaroo-man kingdom-hearts reverse-engineering rule-of-rose silent-hill vib-ribbon
Last synced: about 1 month ago
JSON representation
Miscellaneous notes and smaller tools for various video games.
- Host: GitHub
- URL: https://github.com/Murugo/Misc-Game-Research
- Owner: Murugo
- License: mit
- Created: 2021-03-16T08:57:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-18T07:38:47.000Z (about 1 month ago)
- Last Synced: 2026-02-18T10:57:38.617Z (about 1 month ago)
- Topics: gitaroo-man, kingdom-hearts, reverse-engineering, rule-of-rose, silent-hill, vib-ribbon
- Language: Python
- Homepage:
- Size: 18.6 MB
- Stars: 25
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-file-format-reversing - Murugo/Misc-Game-Research - Research artifacts and tools for various games. (🛠️ General Tools / 📂 Script Collections & Multi-Game Tools)
README
# Miscellaneous Game Research
A dump collection of artifacts created to research specific video games or file formats. None of the scripts in this repository have been widely tested, so please use at your own risk.
See READMEs in respective directories for more details.
*NOTE*: This repository uses symbolic links to share content across multiple modules. If `git clone` does not set up symlinks properly, you may need to run the following:
```
git config core.symlinks true
git reset --hard
````