docs: example usage scripts

This commit is contained in:
Timothy Schenk 2024-09-17 06:00:40 +02:00
parent 66ca9c6fa9
commit 209cc3d8f5
Signed by: rainote
SSH key fingerprint: SHA256:pnkNSDwpAnaip00xaZlVFHKKsS7T8UtOomMzvs0yITE

View file

@ -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``