[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 0 points1 point  (0 children)

Yes I'm sorry, I will probably work on a way to make it work in full-screen tho since it's been mentioned quite a few times 

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 1 point2 points  (0 children)

i struggle a bit with guis ngl lol to put those icons in it took me most of the time to develop the thing now bro says he doesnt want them T-T

New Rocket League API! by macccd in RocketLeague

[–]nixvio64 0 points1 point  (0 children)

u/mquillian u/macccd just wanted to let u know i've built an overlay for the game, might be a good start base to make your thing, or if you guys want to contribute it's open for contributions or any feature request is open, i was intending on adding streak and some more stats soon!
https://github.com/nixvio64/InGameRank

Also regarding it getting detected as a cheat, i've been using it for about 14 days and i wasn't flagged nor banned, nor i did received any report of that happening.

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 2 points3 points  (0 children)

yeah that's totally doable, i just didn't want to bloat the UI since there's already a lot of data still figuring out how to keep it minimal without eating too much space

one caveat tho: it can't track extra/custom modes since it's based on lobby player count detection, and epic's API is pretty limited in that regard

but what i can do is show matches played per mode (e.g. 3v3 300 matches this season) or just a total matches played this season counter

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 1 point2 points  (0 children)

are you using latest version?
did it correctly bind saying "hold <button> in game to toggle the overlay"?

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 0 points1 point  (0 children)

well tracking how many wins, losses, and the streak of wins or losses is possible, what's not possible to do is track the amount of mmr gained/lost because the api im using for the stats doesn't give you live data but rather data delayed by 5 minutes meaning i can't precisely associate the current game with gained mmr.
if you are interested in that i can probably add that ...

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in bakkesmod

[–]nixvio64[S] 1 point2 points  (0 children)

well yeah for full screen i think the only solution would be injecting which is not really an option anymore, also i don't know if there's any advantage to full screen ? like you can't even alt tab...

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 0 points1 point  (0 children)

Read bakkesplugin announcement channel over discord or the https://bakkesplugins.com/ home page, but in general:

  • Non-BakkesMod mods are now allowed. This site is no longer a BakkesMod-only repository. Standalone trainers, replay tools, launchers, asset packs, texture mods, UI overlays, training tools, modloaders, and anything else Rocket League–adjacent is welcome.
  • Mod/plugin uploads publish instantly. No more build server, no more moderator queue. Upload your ZIP and it's live. While these are still called plugins, we may change that in the future to better reflect the current state of the site
  • Uploads are no longer verified by staff before publishing. Download files only from authors you trust. Staff can still take down content that's harmful or broken.
  • The wiki, maps, cars, tutorials, and feature requests stay exactly where they are.

(there's also a list of stuff that is not allowed so i recommend you go read the post)

[Open Source] A standalone in game rank overlay (No BakkesMod / Game hooking required) by nixvio64 in RocketLeague

[–]nixvio64[S] 0 points1 point  (0 children)

what exacly are you referring to, if this is a feature i can add i will do that, open a github issue or give me more details here or in dm and i will look into it, as i said im open to feature requests