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

Request(?) - Simply Love profile options? #8

Open
tvjctr opened this issue Nov 3, 2024 · 6 comments
Open

Request(?) - Simply Love profile options? #8

tvjctr opened this issue Nov 3, 2024 · 6 comments

Comments

@tvjctr
Copy link

tvjctr commented Nov 3, 2024

In simply love you can press [left] [right] on the song wheel and get a little menu with fast switch profiles, add songs to a favorites list, etc.. I love and prefer ITG3encore, but this feature alone keeps me on Simply Love. Any chance to add this functionality?

@DarkBahamut162
Copy link
Owner

I just updated to actually make the SortMenu/ModeMenu work:

Press [Up] [Down] [Up] [Down] to switch from the song wheel to the sorting wheel.
Current options there:

  • Mode - Dance
  • Mode - Battle
  • Sort - Version/Group
  • Sort - Title
  • Sort - BPM
  • Sort - Popularity
  • Sort - Top Grade
  • Sort - Artist
  • Sort - Easy Meter
  • Sort - Medium Meter
  • Sort - Hard Meter
  • Sort - Expert Meter
    not sure what I can add or clean up for additional selectables since they are the default options and I just turned them on

To favorite, you need Project Outfox. There, hold [Select] and press [Up] to favorite and unfavorite. I still need to highlight favorited songs outside of their own favorites folder (which I can only do on Project Outfox Alpha V aka 0.5 | the favorites folder is the last group added as its own once there are favorites).

If there is anything else, just say so. I might check out what else I can do there. Otherwise it will stay as it currently is.

@tvjctr
Copy link
Author

tvjctr commented Nov 5, 2024

Ah! Awesome-- thanks so much, I'll check it out!

@tvjctr
Copy link
Author

tvjctr commented Nov 9, 2024

So the sorting is working pretty good. Question though, would it be possible to load the current profiles favorites.txt into the favorites folder or preferred list? I have a script to set different favorites.txt song lists before starting the game. It would be nice if the theme could load them. Not a huge deal if that's not going to work, but I thought I'd ask.

BTW, thanks so much for working on this theme... it's really good.

@DarkBahamut162
Copy link
Owner

I managed to do both but can't do it just yet:

I needed to copy the favorites.txt file from within the profile's folder into ITG3Encore/Other/SongManager [ProfileGuid].txt for it to work on anything other than ITGmania. But the game doesn't register the then newly-created file as it needed to be loaded on GameStart. But to make it work instantly, I need OutFox V's incoming 043 release to get access to just one function that seemingly wasn't accessable before.

I have already set everything up in the background but locked it to pre043 since the preffered sort list is better than the favorites because of the multiple different favorites files mentioned. I could have opened it up for only OutFox Favorites but they would have only added. I potentially could have an option to make it overwrite, making manual favoriting unuseable. But I'm not sure if I should do that yet.

Also: Thanks for liking the theme. I took an unfinished version of it and completed it as much as possible while adding/changing/fixing as much as I was able to. If there is anything else needed, I'm all ears since I'm running out of things regarding them.

@DarkBahamut162
Copy link
Owner

Update:
I not only managed to copy the entire functionality of SL's Favorites, but also fixed one certain thing with it as well as made it possible to show both player's favorites. I also managed to show, if P1/P2 has displayed songs in their SL/OF Favorites.

The mentioned fix has something to do with songs having a very similar name of an already favorited song.
Example: if 0xFFFF is already favorited, 0xFF can't be favorited, sees it as 0xFFFF and wants to remove it but can't.

It also turned out that SM and OF both need to reload to update the Favorites/Preffered SortOrder.
OF somewhat gets away with it since it does something like that already when using their Favorites System.

@tvjctr
Copy link
Author

tvjctr commented Dec 5, 2024

Ah man, that's fire! Thank you so much, that's some incredible work right there. I'll check it out when I get back home!

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

No branches or pull requests

2 participants