diff options
Diffstat (limited to 'NorthstarDedicatedTest/pdef.cpp')
-rw-r--r-- | NorthstarDedicatedTest/pdef.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/pdef.cpp b/NorthstarDedicatedTest/pdef.cpp new file mode 100644 index 00000000..75ce3656 --- /dev/null +++ b/NorthstarDedicatedTest/pdef.cpp @@ -0,0 +1,13 @@ +#include "pch.h" +#include "modmanager.h" +#include "filesystem.h" +#include "hookutils.h" +#include "pdef.h" + +void ModManager::BuildPdef() +{ + spdlog::info("Building persistent_player_data_version_231.pdef..."); + + std::string originalPdef = ReadVPKOriginalFile(VPK_PDEF_PATH); + spdlog::info(originalPdef); +}
\ No newline at end of file |