Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to read and write to Cliloc for all client versions. #128

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

Tecmo
Copy link
Contributor

@Tecmo Tecmo commented Nov 29, 2024

Ultima\Helpers\BwtDecompress.cs

  • Credit: ClassicUO project
  • Purpose: Read EA Compressed Cliloc format

Ultima\Helpers\BwtCompress.cs

  • Credit: Tecmo
  • Purpose: Write Cliloc file in Compressed EA format that can be read by BwtDecompress

Ultima\StringList.cs

  • Added check for compression header
  • Call to BwtDecompress in LoadEntry if file is compressed
  • Call to BwtCompress in SaveStringList if original file was compressed

Ultima\Helpers\BwtDecompress.cs
- Credit: ClassicUO project
- Purpose: Read EA Compressed Cliloc format

Ultima\Helpers\BwtCompress.cs
- Credit: Tecmo
- Purpose: Write Cliloc file in Compressed EA format that can be read by BwtDecompress

Ultima\StringList.cs
- Added check for compression header
- Call to BwtDecompress in LoadEntry if file is compressed
- Call to BwtCompress in SaveStringList if original file was compressed
Removed "#region"
@AsYlum- AsYlum- merged commit 5a4ad99 into polserver:master Dec 3, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants