Hey, all. BRAND new to programming and RMMV. I know some people recommend starting with fewer plugins, and some recommend starting to learn with all the tools you plan to work with in the future... I'm trying to load 50+ Yanfly plugins, but there are only so many plugins that I can load in the plugin manager. Is there a way around this or will I have to be more selective in the plugins I use? Thanks for the help. Trying to get started on learning my way around MV today :)
If you're new to prgramming and RM, It would probably be easier to learn slowly starting with the basics. Plugins tend to add some complexity to the process as you also need to learn how each plugin works.
In any case, rather than loading 50+ Yanfly plugins, try to take a step back and think about what you want to do with your project.
Do you really need all those 50+ plugins ? In my opinion, you should build your project and take plugins as you need them, not the other way around.
I, myself use dozens of plugins in my current project, but I always select them carefully and test them to check if they do what I want.
@TWings There's no danger in doing that. The only things I can think of is it will look strange in the F9 debug window, and if you use a normal Event Command to "add 1", for example, it would soft-error and set the value to zero. But you wouldn't be "adding 1" anyways if it's an object or array.
Thanks for the answer. I guess I'm good to go then.
The F9 window just display "[object]" and so on, in small characters, but obviously I use the F8 console to debug those objects, so it's not a big issue.