aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/pdef.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 01:35:06 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-11-07 01:35:06 +0000
commit365191707407566841c1e37935619d260a4f67a7 (patch)
tree760ada58fcc051d892d886ddee9849ce3628d829 /NorthstarDedicatedTest/pdef.cpp
parenta7fd103124d6e6a506d8f837b9a29a97f0ea7e63 (diff)
downloadNorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.tar.gz
NorthstarLauncher-365191707407566841c1e37935619d260a4f67a7.zip
more modmanager improvements
Diffstat (limited to 'NorthstarDedicatedTest/pdef.cpp')
-rw-r--r--NorthstarDedicatedTest/pdef.cpp13
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