- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
PROJECT SETTINGS
- Additional Options "/bigobj" for debug builds
- Output directory relocated to solution directory "/bin"
- include "ProjDir" as an additional include directory for debug builds
FEATURES
- adjust params for some functions to include default values
- relocate functions from Menu to Features for clarity
- included comments
ISSUES
- SpeedHack is causing a crash if toggled while loading from main menu
- Database Tab is causing a crash due to "Config.Update"
- 'SetCraftingSpeed': redefinition of default argument: parameter 1 NetCrack-PalWorld D:\case\repos\feature.cpp 78
- 'GetCharacterImpManager': function must return a value NetCrack-PalWorld D:\case\repos\config.cpp 53
- unresolved external symbol "Config::gWorld"
SDK
- Changed TArray function name "Num" to "Count" for clarity
CONFIG
- included additional helper functions
FEATURE
- General cleanup
- Include features as functions
NOTES:
- new feature functions have not been implemented
~squish--
Update feature.h
- forgot to include function declarations