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
This repository holds ParadiseSS13 modifications of [SpacemanDMM](https://github.com/Spacemaniac/SpacemanDMM).
4
+
5
+
This works by keeping a folder of Paradise patches to be applied, and applies it to a specific version tag of SpacemanDMM. This reduces our need for major reworks to code, as we can just use patches to achieve what we need without cluttering the main tree.
6
+
7
+
## License
8
+
9
+
The license for SpacemanDMM itself can be found on the main repo. Code for the Paradise modifications falls under the same license.
10
+
11
+
## How to (Compiling)
12
+
13
+
1. You **must** have a copy of `Git Bash` or some other bash emulator on windows, and a git identity set up. This will not work otherwise.
14
+
2. Run the `apply_patches.sh` file to autocreate a clone of `SpacemanDMM`, and apply the patches to it.
15
+
3. Cd into `SpacemanDMM-Para` and build as normal.
16
+
17
+
## How to (Developing)
18
+
19
+
1. You **must** have a copy of `Git Bash` or some other bash emulator on windows, and a git identity setup. This will not work otherwise.
20
+
2. Run the `apply_patches.sh` file to autocreate a clone of `SpacemanDMM`, and apply the patches to it.
21
+
3. Open the folder called `SpacemanDMM-Para` inside an IDE of your choice. Make your edits in here.
22
+
4. Save your edits as a single commit inside `SpacemanDMM-Para`. Do not push changes. **Do not modify `SpacemanDMM-Raw`**.
23
+
5. Run the `rebuild_patches.sh` script to convert your commit into a patch that will be saved in the `paradise-sdmm-patches` directory.
0 commit comments