PlateUp!

PlateUp!

242 hodnocení
Cards Manager
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
80.896 KB
30. led. 2023 v 7.47
8. srp. 2024 v 19.42
Poznámky ke změnám (26) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Cards Manager

V 1 kolekci od uživatele IcedMilo
Testing Collection
260 položek
Popis
ADDED CodelessModInterop as dependency.
https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=2962181953

ADDED PreferenceSystem as dependency
https://steamhost.cn/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
Populární diskuze Zobrazit vše (1)
0
30. bře. v 10.51
Start runs with cards?
ElectricZeke
Počet komentářů: 154
GiefKid 26. čvc. v 21.40 
I notice that if this mod is enabled, things like different pizza ingredients or other food ingredients do not show up (onion, mushroom, etc). Is there a way around this?
inmyswiftieera 8. kvě. v 10.17 
I've done the card selection in PreferenceSystem but we're still getting cards we marked as disabled. what are we doing wrong?
Nuria 29. bře. v 7.13 
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 11. bře. v 6.56 
It works! xD I was looking at the preferenceSystem at the main menu. Looking at the one inside the game, show it correctly
IcedMilo  [autor] 10. bře. v 15.27 
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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3442287159
Sir Vilhelm 10. bře. v 9.23 
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.
또리 5. bře. v 19.17 
Cards Manager 라는 항목이 없는데 어떻게 해야 할까요 ㅠㅠ
DamnICantCarry 23. úno. v 14.48 
Mod is broken cant confirm the card choices
EnchantedEcho 21. úno. v 13.22 
how do i knwo if card is disabled?
IcedMilo  [autor] 3. úno. v 5.08 
Confirm if you have all the dependencies