Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching & Closing Custom Integrations based on specific games #4032

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CubesterYT
Copy link

Resolves #3791

Hello! First time contributor to Bloxstrap. Long time user, nonetheless. Made the PR myself since my request wasn't looked into in depth, even after my elaboration, so I taught myself C# and how to use .NET, and finally made it. If it's a bit scuffed, know it's expected since this is my first time with the language, and I actually like it! (I found it quite similar to JS, my main language, and nothing like the hell that is Java)

Example Video of Feature:

2024-12-18.22-01-27.mp4

4 example Custom Integrations presented (Not ones I use, but something I put together)

2 normal ones
2 specified ones

1 normal one auto closes when Roblox is exited (NBT Editor)
1 normal one that doesn't close at all (AnyBurn)
1 specified one (linked to the game "3008" by ID), and auto closes on the exit of that game (Auto Clicker)
1 specified one (linked to the game "NDS" by ID), and does not close on exit of that game (Flowgorithm)

Default behavior when a Integration that was opened by a game, but not set to auto close when leaving the game, will be closed when Roblox exits.

@MrT-tak
Copy link

MrT-tak commented Dec 19, 2024

Woah.... Nice!

@Vlad55432
Copy link

give this man a trophy!

lokzz added a commit to lokzz/bloxstrap that referenced this pull request Dec 30, 2024
@lokzz
Copy link

lokzz commented Jan 3, 2025

is this one integration per game?
i feel like some users would want to open an autoclicker for tycoon games while not wanting to create and set the integration again for each game manually

@CubesterYT
Copy link
Author

is this one integration per game? i feel like some users would want to open an autoclicker for tycoon games while not wanting to create and set the integration again for each game manually

I'm not sure what you mean by this, but you can have multiple integrations open on the same game, you just need to make separate integrations per application. The same applies vice versa, if you want to use one specific application on multiple games, you'd have to make multiple integrations. My original idea was to have a grid input system to input a list of ID's to be specified per application, but I couldn't figure that out. This system still works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REOPEN REQUESTED] [REQ] Launch specific custom integrations when certain games launch
4 participants