WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
14 stars 5 forks source link

Tutorial Suggestions #38

Closed Connor-A closed 2 years ago

Connor-A commented 2 years ago

Just logging some ideas for additional tutorials + documentation to help new users.

The idea is that as a new user, I want to have a rough idea of how blueprint core wants me to solve problems before I attempt them myself.

WittleWolfie commented 2 years ago

Sorry I didn't respond earlier. I completely agree! Putting this on the 2.1 milestone so hopefully I can get some of this done by the end of June.

WittleWolfie commented 2 years ago

For the most part, general use tutorials are done. With 2.1 in particular I've restructured it into multiple pages for easier reading.

That includes examples of OnConfig, but to be honest, OnConfig is something that should be used sparingly. It exists as a catch-all for anything you can't do smoothly with the library, but ideally you don't need to use it. The majority of blueprint modifications should be handled using the explicit API methods such as component constructors and field set/modify or even edit component.

Regarding event listeners, I'll likely get to it in tutorials as I make more advanced tutorials but as of now there's no specific interaction between BPCore and the event system.

I'm going to close this out since I don't have any other improvements planned for 2.1, but I'll continue to expand the tutorial scope moving forward.

Going to close this one out