AdiBorsos / AutoSteamworks

56 stars 36 forks source link

Major refactoring of code-base #17

Closed DaviesCooper closed 4 years ago

DaviesCooper commented 4 years ago

Overall made the code more Object-oriented by design. This will allow for an easier time creating a GUI in the future.

Moved many of the constant offsets/addresses to a separate class. The hope is that in the future we can create an abstract class which can be inherited for different versions of the game. This way if someone uses a different version which we used to support, they can still use the program.

DaviesCooper commented 4 years ago

I have fixed most of these issues in my current dev branch. Do you want me to make a separate pr, or would you rather me merge my dev into my master to update this?

AdiBorsos commented 4 years ago

You can merge them into master and i'll merge them forward into the new branch on my repo.