Wimberton / OriginPalia

A multi-purpose tool for Palia, written in C++. For non-commercial usage, looking for contributors. Features such as ESP, Teleportation, Auto-fishing, and more.
https://www.unknowncheats.me/forum/palia/636934-originpalia-feature-packed-multitool-imagine.html
29 stars 10 forks source link

Configuration Refactor #58

Closed Diyagi closed 4 weeks ago

Diyagi commented 4 weeks ago

The way the current configuration works makes code maintenance and feature implementation confusing, when adding an new config you have to edit 200+ lines just to implement the bool for that config.

The goal of this refactor is to make the configuration a bit cleaner and easier to work with, also to de-clutter the Overlay cpp/header a bit.

I will leave this as an draft for now so we can work on it, plus this needs more testing.

Wimberton commented 4 weeks ago

Config is actively being recoded from the ground up! I'll take a look at this though and make any changes required moving forward! <3

VoidPollo commented 4 weeks ago

Im trying this PR

Wimberton commented 4 weeks ago

@Diyagi doing some tests with it now and will manually merge shortly!

Wimberton commented 4 weeks ago

Closing with the recent V2.6.9