-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Disable OW followers by default #4720
Disable OW followers by default #4720
Conversation
We should consider turning all features on in debug mode. See #4664 |
I think that this is out of scope for the default, for one, so re-enabling followers in debug mode should be in that PR rather than this one. I also think that a debug build for expansion can very well differ from a user's debug build (which would presumably want to preserve their selection of features rather than all), but that's a discussion for that PR |
I actually believe that we should start doing the opposite for HGSS Dex, as a way to showcase features before they decide to disable them, plus making it easier on us to debug issues with it (for this last point, I need to add an option to the debug menu to see the vanilla dex when the HGSS menu is enabled) |
Then we should disable all species past gen3 otherwise we will run into space issues sooner then later. |
That's a different discussion altogether. Features like HGSS Dex or potential future DexNav will never compare to the size used by Pokémon cries. |
Yeah sorry I just checked. Somehow I thought it adds much more. |
Should this be closed now that we've decided to keep new features enabled? |
Ready for review again, fixed conflicts and added an explicit warning about additional scripting being required as discussed on Discord. |
Disables OW followers by default, preventing us from silently activating them in projects that may not want it. For precedent regarding including features but having them off by default, see the VS Seeker and HGSS Dex implementations.
Discord contact info
bassoonian