2022-12-29 10:27:24 +00:00
|
|
|
# What is this project about?
|
|
|
|
This is a continuation and rewrite of the original Project Infinity for Wonderking.
|
2023-11-19 13:59:58 +00:00
|
|
|
|
|
|
|
## Important notes for developers
|
|
|
|
|
|
|
|
* Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself.
|
2024-09-17 04:00:40 +00:00
|
|
|
|
|
|
|
# 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``
|