-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0d7864
commit b176882
Showing
11 changed files
with
86 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,47 @@ | ||
# GD-Roulette | ||
A Geometry Dash Roulette. | ||
|
||
<details> | ||
A Geometry Dash Level Roulette. | ||
|
||
<details open> | ||
<summary>Image of the roulette</summary> | ||
<br> | ||
<img src="./assets/GD-Roulette.png" width="720"/> | ||
</details> | ||
|
||
## How to install | ||
1. Download the latest release from the the [Releases tab](https://github.com/SpaghettDev/GD-Roulette/releases) | ||
1. Copy the contents of the resources.zip from the downloaded release into the "Resources" folder of your Geometry Dash installation. | ||
2. Then grab GD-Roulette.dll from the downloaded release and use you preferred injector to inject it into GeometryDash.exe | ||
## How to install (from Geode) | ||
|
||
## Errors | ||
<details open> | ||
<summary>Error Image</summary> | ||
<br> | ||
<img src="./assets/Resources-Error.png" width="480"/> | ||
</details> | ||
1. Get [Geode](https://geode-sdk.org) | ||
2. Click the Geode button | ||
3. Click the download tab, find GD-Roulette, and click Install! | ||
|
||
You'll now find the roulette button after clicking the Create button on the main menu. | ||
|
||
If you're getting the error above then you haven't installed the roulette correctly... | ||
<br/> | ||
Please follow the instructions in the [How to install](#how-to-install) part. | ||
## How to install (from Releases) | ||
|
||
1. Download the latest release's GD-Roulette.geode file | ||
2. Copy it to `Geometry Dash/geode/mods` | ||
|
||
## How to build | ||
|
||
Run the following commands in your preferred terminal: | ||
|
||
```sh | ||
git clone https://github.com/SpaghettDev/GD-Roulette | ||
cd GD-Roulette | ||
mkdir build | ||
cd build | ||
cmake .. | ||
``` | ||
|
||
Then open the generated solution in Visual Studio. | ||
|
||
**Make sure to compile in Release Mode! Otherwise the solution will not compile.** | ||
|
||
## Credits | ||
|
||
- SpaghettDev ([@SpaghettDev](https://github.com/SpaghettDev)): Creator & maintainer. | ||
- Skyue1 ([@Skyue1](https://github.com/Skyue1)): Added the featured/epic glow, and other stuff. | ||
- qwix ([@qwix456](https://github.com/qwix456)): Added the featured/epic glow, and other stuff. | ||
- iAndyHD3 ([@iAndyHD3](https://github.com/iAndyHD3)): Helped with issues. | ||
- Cvolton ([@Cvolton](https://github.com/Cvolton)): Helped with issues. And the buttons (RL_blankBtn_001). | ||
- Cvolton ([@Cvolton](https://github.com/Cvolton)): Helped with issues. | ||
- Alphalaneous ([@Alphatism](https://github.com/Alphatism)): Helped with issues. | ||
- mat ([@matcool](https://github.com/matcool)): Helped with Geode issues. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#include "roulette/manager/RouletteManager.hpp" | ||
#include <Geode/Geode.hpp> | ||
|
||
using namespace geode::prelude; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters