diff --git a/README.md b/README.md index 5aad2cb..1edc5cf 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ If you don't know how to send in a pr, just ask return or any of the other autis - [ ] FastFlags (Studio) - [X] FastFlags (Client) (@Skylan031) - [ ] GlobalBasicSettings (@GoingCrazyDude) - - [X] Appearance (@Netsoftworks) - - [ ] Integrations + - [X] Appearance (@NetSoftworks) + - [X] Integrations (@NetSoftworks) - [ ] Bootstrapper Options - [ ] Joingame stuff (lol) - [X] For Developers (@GoingCrazyDude) diff --git a/src/content/docs/manual/integrations.mdx b/src/content/docs/manual/integrations.mdx index 40bb74c..8539a5f 100644 --- a/src/content/docs/manual/integrations.mdx +++ b/src/content/docs/manual/integrations.mdx @@ -63,4 +63,17 @@ Shows the Roblox account you're playing with on your Discord profile. -Allows for having more than one Roblox game client simultaneously. You cannot launch multiple instances of Roblox for the same account, however. \ No newline at end of file +Allows for having more than one Roblox game client simultaneously. You cannot launch multiple instances of Roblox for the same account, however. + +## Custom Integrations + +Fishstrap will automatically launch any other external programs alongside Roblox. + +| Settings | Description | +|-------------------------------|-----------------------| +| Name | A label to use for your integration. | +| Application Location | The file path of the program to launch. Must point to an executable file (`.exe`). | +| Launch Delay | Time in seconds to wait before launching the program. Useful if the program should start after Roblox fully loads. | +| Launch Arguments | Command-line parameters, useful if your program supports it. | +| Auto close when Roblox closes | Fishstrap will automatically close the program when Roblox closes. | +| Pre Roblox Launch | Launch the program before Roblox opens. | \ No newline at end of file