Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken authored Jul 17, 2024
1 parent 1246889 commit 884cf46
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,28 @@ For more recent builds, see the [nightly releases](https://nightly.link/Origamin

#### Integrations

- Discord Rich Presence
Show which games you're playing, when you started, and supports buttons to join your server. If the Bloxstrap SDK settings has been enabled, games will be able to set custom rich presence.
- Server notifications
When joining a server, you will be notified of its location. (Exemple: Paris, Île-de-France, FR)
- Bloxstrap SDK
AppleBlox supports many features from Bloxstrap including [the sdk](https://github.com/pizzaboxer/bloxstrap/wiki/Integrating-Bloxstrap-functionality-into-your-game). This let's games set custom **discord rich presence**, and with our addons, much more like control the Roblox window ([see this exemple for a rythm game](https://streamable.com/jwidvp?t=55)).
- **Discord Rich Presence**, show which games you're playing, when you started, and supports buttons to join your server. If the Bloxstrap SDK settings has been enabled, games will be able to set custom rich presence.
- **Server notifications**, when joining a server, you will be notified of its location. (Exemple: Paris, Île-de-France, FR)
- **Bloxstrap SDK**, AppleBlox supports many features from Bloxstrap including [the sdk](https://github.com/pizzaboxer/bloxstrap/wiki/Integrating-Bloxstrap-functionality-into-your-game). This let's games set custom **discord rich presence**, and with our addons, much more like control the Roblox window ([see this exemple for a rythm game](https://streamable.com/jwidvp?t=55)).

#### Fast Flags

- Presets
You can use various presets to tweak your game. Things like: FPS cap, lightning technology, rendering engine, etc... Some can be used to get better performance in-game.
- Advanced Editor
You can also add your own FastFlags using the advanced editor. You can add flags, set their value, and enable / disable them. All modifications will be carried across Roblox updates.
- **Presets**, you can use various presets to tweak your game. Things like: FPS cap, lightning technology, rendering engine, etc... Some can be used to get better performance in-game.
- **Advanced Editor**, you can also add your own FastFlags using the advanced editor. You can add flags, set their value, and enable / disable them. All modifications will be carried across Roblox updates.

#### Mods

You can add mods to tweak Roblox's UI via the `~Library/AppleBlox/Mods` folder (there is a button in the app to open it). To do so, simply drag a Mod folder into this location. Exemple:
insert image here
[CleanShot 2024-07-17 at 22 46 42@2x](https://github.com/user-attachments/assets/587330fe-9f50-4349-9379-794853b28527)


Then, from AppleBlox, you can choose to enable / disable mods globally or individually. Please note that mods are loaded in alphabetical order (123,abc).

#### Misc Features

- Multi-instances
Launch multiple windows of Roblox at the same time. Please note that AppleBlox only tracks data of **1** window, launched from the main menu.
- Launch Shortcut
Easily save a shortcut to launch Roblox directly.
- Console Redirection
Used for saving JavaScript logs to a file.
- **Multi-instances**, launch multiple windows of Roblox at the same time. Please note that AppleBlox only tracks data of **1** window, launched from the main menu.
- **Launch Shortcut**, easily save a shortcut to launch Roblox directly.
- **Console Redirection**, used for saving JavaScript logs to a file.

## Pre-compiled Binaries

Expand Down

0 comments on commit 884cf46

Please sign in to comment.