docs: example usage scripts
This commit is contained in:
parent
66ca9c6fa9
commit
209cc3d8f5
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@ This is a continuation and rewrite of the original Project Infinity for Wonderki
|
||||||
## Important notes for developers
|
## Important notes for developers
|
||||||
|
|
||||||
* Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself.
|
* 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``
|
||||||
|
|
Loading…
Reference in a new issue