From 209cc3d8f5df0c1af8fc726a42b41dfcf14d58ee Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Tue, 17 Sep 2024 06:00:40 +0200 Subject: [PATCH] docs: example usage scripts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 948de68..3d08920 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ This is a continuation and rewrite of the original Project Infinity for Wonderki ## Important notes for developers * Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself. + +# Scripts example usage + +**split_dat_file.ps1** +``.\scripts\split_dat_file.ps1 .\wk-data\baseitemdata_clean.dat 932 9`` + +**dexor_binary_file.ps1** +``.\scripts\dexor_binary_file.ps1 .\wk-data\baseitemdata.dat .\wk-data\baseitemdata_clean.dat 0xc5``