khanshoaib3 / stardew-access

An accessibility mod for Stardew Valley with screen reader and keyboard only support!
GNU General Public License v3.0
69 stars 21 forks source link

CJBCheatsMenu and ItemSpawner #62

Closed FranklinLamar888 closed 7 months ago

FranklinLamar888 commented 2 years ago

I wanted to play with CJBCheatsMenu and ItemSpawner, but they are not accessible. I don't know if it would be possible or not, but could you make these modes work with StardewAccess? The ItenSpawner is somewhat accessible, but the CheatsMenu is not.

khanshoaib3 commented 2 years ago

These are popular mods and do need to be accessible but they need to use the api provided by Stardew Access to make them accessible, i'll see if there is a workaround or i'll implement the api later on.

ParadoxiKat commented 1 year ago

I'm looking to make some mod menus accessible next; from your comment here it seems your preference is to have that implemented on the other mod's side rather than as mod-specific patches within stardew-access?

I'm currently looking at making the happy birthday mod's birthday selection menu accessible; very simple and straight forward. Have already pulled their code down for review and can imagine ways to implement it from either end. If that goes well I'd be happy to tackle CJBCheats next.