Changelog
- Upgrade Visual Studio version
- Fix license
CompressionTest:
- Increased buffer size
- Removed app.config
ModelDecryptor:
- Fixed decrypted file being hidden
NARExtractor:
- Added StoreType column
- Set the creation, last modified and last accessed date to the extracted file according to the saved last modified date
- Removed app.config
NARToolLib:
- Removed if condition temporarily in CopyAndUpdate (TODO: This is a hacky way and it should be fixed ASAP)
- Increased buffer size in DecryptModel
- Added private variable outputLength to NexonArchiveFileDecompressStream
- Added function EncryptModel to ModelHelper
- Added NexonArchiveFileEncoderStream
- Fixed error with file names containing korean characters
- Removed useless if condition in CopyAndUpdate (hopefully it is useless)
- Added FlushRawBuffer in Dispose, which hopefully fixes the compression algorithm
- Removed app.config
NARPackager:
- Don't create .net folder when building
NARToolExtensionLib:
- Change number from decimal to hex
- Don't create .net folder when building
- Use the same SharpZipLib library that NARToolLib uses
ModelEncryptor:
-
Don't create .net folder when building
-
Added solution NARPackager
-
Added solution NARToolExtensionLib (required for NARPackager)
-
Added solution ModelEncryptor
-
Removed unnecessary NARTools.FxCop