You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Marathon Recompiled is an unofficial PC port of the Xbox 360 version of Sonic th
11
11
12
12
**This project does not include any game assets. You must provide the files from your own legally acquired copy of the game to install or build Marathon Recompiled.**
13
13
14
-
[XenonRecomp](https://github.com/ga2mer/XenonRecomp) and [XenosRecomp](https://github.com/ga2mer/XenosRecomp) are the main recompilers used for converting the game's original PowerPC code and Xenos shaders into compatible C++ and HLSL code respectively. The development of these recompilers was directly inspired by [N64: Recompiled](https://github.com/N64Recomp/N64Recomp), which was used to create [Zelda 64: Recompiled](https://github.com/Zelda64Recomp/Zelda64Recomp).
14
+
[XenonRecomp](https://github.com/sonicnext-dev/XenonRecomp) and [XenosRecomp](https://github.com/sonicnext-dev/XenosRecomp) are the main recompilers used for converting the game's original PowerPC code and Xenos shaders into compatible C++ and HLSL code respectively. The development of these recompilers was directly inspired by [N64: Recompiled](https://github.com/N64Recomp/N64Recomp), which was used to create [Zelda 64: Recompiled](https://github.com/Zelda64Recomp/Zelda64Recomp).
15
15
16
16
## Table of Contents
17
17
@@ -22,11 +22,11 @@ Marathon Recompiled is an unofficial PC port of the Xbox 360 version of Sonic th
22
22
23
23
## Known Issues
24
24
25
-
Before reporting any issues, check if they are listed [here](https://github.com/ga2mer/MarathonRecomp/issues/7).
25
+
Before reporting any issues, check if they are listed [here](https://github.com/sonicnext-dev/MarathonRecomp/issues).
26
26
27
27
### Original Game Bugs
28
28
29
-
Game bugs present on the original hardware are intentionally preserved and will not be fixed apart from a few minor exceptions in [#44](https://github.com/ga2mer/MarathonRecomp/issues/44). Please do not report issues for these bugs and verify that the issue does not occur on original hardware before reporting. Bug reports for issues found in the original game will be rejected. Bugs that only happen in Marathon Recompiled must be accompanied by footage captured on original Xbox 360 hardware showing that the bug does not happen there.
29
+
Game bugs present on the original hardware are intentionally preserved and will not be fixed apart from a few minor exceptions in [#44](https://github.com/sonicnext-dev/MarathonRecomp/issues/44). Please do not report issues for these bugs and verify that the issue does not occur on original hardware before reporting. Bug reports for issues found in the original game will be rejected. Bugs that only happen in Marathon Recompiled must be accompanied by footage captured on original Xbox 360 hardware showing that the bug does not happen there.
30
30
31
31
### File Picker Unavailable on Steam Deck in Game Mode
32
32
@@ -43,7 +43,7 @@ Marathon Recompiled does not have an official website.
43
43
**Please link here when directing anyone to the project.**
44
44
45
45
> [!CAUTION]
46
-
> Do not download builds of Marathon Recompiled from anywhere but our [Releases](https://github.com/ga2mer/MarathonRecomp/releases/latest) page.
46
+
> Do not download builds of Marathon Recompiled from anywhere but our [Releases](https://github.com/sonicnext-dev/MarathonRecomp/releases/latest) page.
47
47
>
48
48
> **We will never distribute builds on other websites, via Discord servers or via third-party update tools.**
49
49
@@ -92,7 +92,7 @@ Right Stick - Right|Unbound
92
92
93
93
You can change the keyboard bindings by editing `config.toml` located in the [configuration directory](#where-is-the-save-data-and-configuration-file-stored), although using a controller is highly recommended until Action Remapping is added in a future update.
94
94
95
-
Refer to the left column of [this enum template](https://github.com/ga2mer/MarathonRecomp/blob/main/MarathonRecomp/user/config.cpp#L40) for a list of valid keys.
95
+
Refer to the left column of [this enum template](https://github.com/sonicnext-dev/MarathonRecomp/blob/main/MarathonRecomp/user/config.cpp#L40) for a list of valid keys.
96
96
97
97
*The default keyboard layout is based on Devil's Details' keyboard layout for Sonic Generations (2011)*.
98
98
@@ -107,7 +107,7 @@ You will find the save data under the `save` folder. The configuration file is n
107
107
108
108
### I want to update the game. How can I avoid losing my save data? Do I need to reinstall the game?
109
109
110
-
Updating the game can be done by simply copying and replacing the files from a [release](https://github.com/ga2mer/MarathonRecomp/releases) on top of your existing installation. **Your save data and configuration will not be lost.** You won't need to reinstall the game, as the game files will always remain the same across versions of Marathon Recompiled.
110
+
Updating the game can be done by simply copying and replacing the files from a [release](https://github.com/sonicnext-dev/MarathonRecomp/releases) on top of your existing installation. **Your save data and configuration will not be lost.** You won't need to reinstall the game, as the game files will always remain the same across versions of Marathon Recompiled.
111
111
112
112
### How can I force the game to store the save data and configuration in the installation folder?
113
113
@@ -128,7 +128,7 @@ The second argument will be passed directly to SDL as a hint to try to initializ
128
128
129
129
### Where is the game data for the Flatpak version installed?
130
130
131
-
Given it is not possible to run the game where the Flatpak is stored, the game data will be installed to `~/.var/app/io.github.hedge_dev.marathonrecomp/data`. The Flatpak build will only recognize this directory as valid. Feel free to reuse this data directory with a native Linux build if you wish to switch in the future.
131
+
Given it is not possible to run the game where the Flatpak is stored, the game data will be installed to `~/.var/app/io.github.sonicnext_dev.marathonrecomp/data`. The Flatpak build will only recognize this directory as valid. Feel free to reuse this data directory with a native Linux build if you wish to switch in the future.
132
132
133
133
If you wish to move this data to another location, you can do so by creating a symlink from this directory to the one where you'll migrate your installation to.
@@ -20,7 +20,7 @@ Copy the following files from the game and place them inside `./MarathonRecompLi
20
20
`default.xex` is located in the game's root directory, while the others are located in `/xenon/archives`.
21
21
22
22
[//]: #(> [!TIP])
23
-
[//]: #(> It is recommended that you install the game using [an existing Marathon Recompiled release](https://github.com/ga2mer/MarathonRecomp/releases/latest) to acquire these files, otherwise you'll need to rely on third-party tools to extract them.)
23
+
[//]: #(> It is recommended that you install the game using [an existing Marathon Recompiled release](https://github.com/sonicnext-dev/MarathonRecomp/releases/latest) to acquire these files, otherwise you'll need to rely on third-party tools to extract them.)
24
24
[//]: #(>)
25
25
[//]: #(> Using the Marathon Recompiled installation wizard will also ensure that these files are compatible with each other so that they can be used with the build environment.)
0 commit comments