PlateUp!

PlateUp!

234 ratings
Cards Manager
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
80.896 KB
Jan 30, 2023 @ 7:47am
Aug 8, 2024 @ 7:42pm
26 Change Notes ( view )

Subscribe to download
Cards Manager

In 1 collection by IcedMilo
Testing Collection
260 items
Description
ADDED CodelessModInterop as dependency.
https://steamcommunity.com/workshop/filedetails/?id=2962181953

ADDED PreferenceSystem as dependency
https://steamcommunity.com/sharedfiles/filedetails/?id=2949018507


Cards Manager allows you to manipulate what cards spawn during your run. This mod also improves the vanilla card viewing menu.

To use the mod:
- Access Cards Manager from `Options => PreferenceSystem => Cards Manager` (or from 'Active Cards', then changing pages with 'Interact')
- Press 'Interact' to change pages (Modded cards are on their own page)
- Press 'Grab' to enable/disable cards. (Hold for 1.5 seconds to enable/disable the entire row)
- Hold 'Ready' to add selected card into the current run. (Only works for host)
- Press 'Stop Moving' to toggle automatic card addition at the start of the restaurant

On the active cards page:
- Hold 'Ready' to remove selected card (Only works for host)

You can change the mode of operation in the Mod Preferences menu.
Vanilla - Cards settings have no effect.
Blacklist - Disabled cards will not appear.
Whitelist: All enabled cards have a chance of appearing if their prerequisites are met.

If you encounter any issues, do let me know :)




v1.0.0
Mod authors that wish to use Cards Manager as a means of allowing unlock toggles can
1. Adding 'Cards Manager' as a dependency.
2. Referencing CardsManager.dll
3. Add using line (using KitchenCardsManager)
4. Registering your unlocks in OnInitialise() with
void CardsManagerUtil.RegisterUnlock(string page_guid, int row_index, int customUnlockID, int unlock_order = 0)
page_guid - String used to identify your page. You can use the same page id across multiple mods to combine pages.
row_index - Determine which row the unlock will be in.
customUnlockID - ID of your GDO inheriting from CustomUnlock.
unlock_order - Position cards within row, sorted from smallest on the left to largest on the right.

This is very much untested with CustomGDOs. If you have face any issues you can reach out to me on the Unofficial Modding Discord and we can sort it out :D
Popular Discussions View All (1)
0
Mar 30 @ 10:51am
Start runs with cards?
ElectricZeke
153 Comments
inmyswiftieera May 8 @ 10:17am 
I've done the card selection in PreferenceSystem but we're still getting cards we marked as disabled. what are we doing wrong?
Nuria Mar 29 @ 7:13am 
I can't find the menu in the preference System either. I've tried from HQ as well as from in a game.
Sir Vilhelm Mar 11 @ 6:56am 
It works! xD I was looking at the preferenceSystem at the main menu. Looking at the one inside the game, show it correctly
IcedMilo  [author] Mar 10 @ 3:27pm 
Not sure what the issue would be for you then. Still works in current version of the game and mod as far as I can tell https://steamcommunity.com/sharedfiles/filedetails/?id=3442287159
Sir Vilhelm Mar 10 @ 9:23am 
There's no option for me in PreferenceSystem. I have all dependencies. I also reinstalled the mod sometimes and verified files integrity. I also rebooted the pc and nothing happened.
또리 Mar 5 @ 7:17pm 
Cards Manager 라는 항목이 없는데 어떻게 해야 할까요 ㅠㅠ
DamnICantCarry Feb 23 @ 2:48pm 
Mod is broken cant confirm the card choices
EnchantedEcho Feb 21 @ 1:22pm 
how do i knwo if card is disabled?
IcedMilo  [author] Feb 3 @ 5:08am 
Confirm if you have all the dependencies
DepTii Feb 2 @ 10:02pm 
Same