This repo contains a modification built for Super Mario Odyssey Online allowing time travel, rewinding your actions. The source code for a standalone version of time travel is here.
If you don't want to compile from source, check Gamebanana for the public download
Download Link will be added shortly
- 1.0.0
- devkitPro
- Python 3
- The Keystone-Engine Python Module
Build has only been tested on WSL2 running Ubuntu 20.04.1.
Just run:
DEVKITPRO={path_to_devkitpro} make
On Ubuntu (and other Debian-based systems), devkitPro will be installed to /opt/devkitpro
by default:
DEVKITPRO=/opt/devkitpro/ make
After a successful build, simply transfer the atmosphere
folder located inside starlight_patch_100
to the root of your switch's SD card.
- Amethyst-szs Main creator
- Mars2030 Helped with PtrArray functionality
- CraftyBoss Made SMOO, the original purpose of Time Travel
- OdysseyReversed original decomp repo
- open-ead sead Headers
- Bryce Original Starlight fork for SMO
An enviroment for linking to Splatoon 2 executable and implementing hooks.
- 3096
- khang06
- OatmealDome
- Random0666
- shadowninja108
- shibbo - Repo based on their work on OdysseyReversed
- Thog - Expertise in how rtld is implemented
- devkitA64
- libnx - switch build rules