Hey thanks, amazing stuff! Just went through your blog and really impressive and detailed. Especially the dissection you started to write. Also subscribed to your YouTube channel, loved the short videos with fixes for some of the annoying issues. Thanks for sharing , keep up the amazing work!
How much of the files did you end up copying and changing? In one of my attempts I decided to try something similar to what you did but kinda ended up in the copy-pasta spiral getting more and more files copied, and then when I see most of the other developers just merging their code directly I wonder how much use it is of going the long way?
For example, if you want to just change elimination mode from 15 points to let’s say 50 points it’s 2 seconds change of 1 node inside the score BP file. But if you want to do it from your own plugin you have to copy quite a lot of connected files even some UI Widgets connected to that BP.
Is extra work worth it? If you end up copying and changing a lot of files you won’t be able to seamlessly update to the new version of the plugin anyway, right?