Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarletcafe/eldstar
Paper Mario realtime collision observer and dumper.
https://github.com/scarletcafe/eldstar
paper-mario reverse-engineering
Last synced: 3 days ago
JSON representation
Paper Mario realtime collision observer and dumper.
- Host: GitHub
- URL: https://github.com/scarletcafe/eldstar
- Owner: scarletcafe
- License: other
- Created: 2019-09-08T15:45:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:23:38.000Z (over 1 year ago)
- Last Synced: 2024-12-13T22:53:50.887Z (10 days ago)
- Topics: paper-mario, reverse-engineering
- Language: C++
- Size: 52.5 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eldstar
![Eldstar TAS-Safe variant](eldstar_server/resources/images/eldstar_tassafe_128.png) ![Eldstar Cheats variant](eldstar_server/resources/images/eldstar_cheats_128.png)
Paper Mario realtime collision observer and dumper.
[![Demo of framedump with UI enabled](.github/resources/demo.gif)](https://youtu.be/UWDEOoRjCwI)
This consists of two parts:
## The Server
The server is written in C++ and processes and renders the data from the client. It is written using OpenGL via GLFW, and can be built with CMake.
![Screenshot of the Eldstar Server in Southern Toad Town](.github/resources/server_screenshot.png)
## The Client
The currently available client is written in Lua for the BizHawk emulator.
It serializes data from the emulator core RDRAM and sends it via socket to the server.The server is client-agnostic and it is possible to write a client for other emulators if the same data can be obtained through their APIs.
![Screenshot of the Eldstar Client sending information to the server as above](.github/resources/client_screenshot.png)