Skip to content

NgsPacker v1.5.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@logue logue released this 18 Aug 09:10
· 3 commits to master since this release

English

This is an alpha release. Since the June patch, some game data is stored as raw data without being encrypted. At this time, there is no processing to identify the file type, so it will be treated as an error and the CSV file will be described as "Not a ICE file. Maybe raw game data.".

  • Show progress dialog
  • Fixed a bug that freezes when there is an unparseable file.
  • Fixed a memory leak that occurred in file list list processing.

日本語

これはアルファリリースです。6月のパッチ以降ゲームデータの一部が暗号化されずに生のデータとして保持されるようになっています。現時点ではファイルの種類を特定する処理が入っていないため、エラー扱いになりCSVファイルには「Not a ICE file. Maybe raw game data.」と記載されます。

  • 進捗ダイアログを出すようにしました
  • 解析不能なファイルがあった場合、フリーズしてしまうバグを修正しました。
  • ファイルリスト一覧処理でメモリーリークが発生していたのを修正しました。