wowsinfo / WoWsUnpack-Ultra

World of Warships Game Unpacker with more features
GNU Affero General Public License v3.0
1 stars 0 forks source link

Rust implementation of GameFileUnpack #3

Closed HenryQuan closed 1 year ago

HenryQuan commented 1 year ago
HenryQuan commented 1 year ago

This one needs to be tested on my other machine also need to try the PT client. Later, I will add a new method to auto detect the latest bin folder.

HenryQuan commented 1 year ago

Regex search is now supported in 0551c1c

HenryQuan commented 1 year ago

Regex search is extracted out to a function. Fuzzy extract is implemented based on the regex search in 33f8722. These two functions should return an Option instead to have better error handling.

HenryQuan commented 1 year ago

Closed for now. A rework is needed for this branch.