MeineZ / BMSessionPlugin

BakkesMod Rocket League plugin to keep track of and display your current session stats per playlist. It shows your current MMR (Match Making Rating) gain/loss, wins, losses and your current win/loss streak.
7 stars 1 forks source link

SessionPlugin doesn't seem to output MMR data to CSV #4

Closed jacksonmeyn closed 3 years ago

jacksonmeyn commented 3 years ago

The SessionPlugin folder where the MMR CSV is supposed to save doesn't seem to get created, even though the box is ticked in plugin settings in RL. I'm a new user of SessionPlugin so I'm not sure how it worked before, but I'm guessing it might have something to do with the fact that bakkesmod now keeps its files in %appdata%/bakkesmod since the Epic Games compatibility update. (https://bakkesmod.fandom.com/wiki/Troubleshooting#Epic_Games_version_of_rocket_league)

Hopefully it's a simple fix. I'd offer to do it myself and submit a pull request but I don't have much experience with C++

MeineZ commented 3 years ago

Hey! Thank you very much for reaching out! I thought I had adapted to this update already, but this doesn't appear to be working indeed.

I will look at it asap and will keep you up-to-date!

MeineZ commented 3 years ago

It should now work again! It may take a while to be accepted by the BakkesMod staff, but it'll automatically update when it is :)

Please let me know if the latest update fixed it! :D

jacksonmeyn commented 3 years ago

Thanks! I'll let you know

jacksonmeyn commented 3 years ago

Hey, it became available through bakkesplugins today. I completely removed it and reinstalled the plugin but still can't see the sessionplugin folder or any CSVs in appdata/bakkesmod/data. It's version 1.9 right?

Thanks again

MeineZ commented 3 years ago

That's weird... Yeah, it's version 1.9. Have you checked AppData/bakkesmod/bakkesmod/data/SessionPlugin? Or only the data folder? Sorry for the trouble.

jacksonmeyn commented 3 years ago

Yes sorry that’s the path I meant. Can’t see the SessionPlugin folder at that path. I might post in the bakkesmod subreddit to make sure it’s not just me for some reason.

Thanks again

On Tue, 12 Jan 2021 at 9:50 pm, Meine Zeinstra notifications@github.com wrote:

That's weird... Yeah, it's version 1.9. Have you checked AppData/bakkesmod/bakkesmod/data/SessionPlugin? Or only the data folder? Sorry for the trouble.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MeineZ/BMSessionPlugin/issues/4#issuecomment-758605344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKWPIUIQ4ERUU4PABA6DYLSZQZO3ANCNFSM4VRWYS3A .

MeineZ commented 3 years ago

That's odd.. Are you playing RL on Epic Games? Perhaps that has something to do with it? I will look at it when I can find the time :)

jacksonmeyn commented 3 years ago

I tried creating the SessionPlugin folder manually and the CSVs were created after that!

The only other thing I'm wondering now is if it's possible to include MMR change of all players in the CSV instead of just myself, but I'll close this ticket and open a new one for that.

Cheers