#4 LotroDat-4: Add file truncating in DatIO

オープン
5 年 前Endevir によって開かれました · 0 コメント
Ivan Arkhipov5 年 前 にコメントしました

There might be some occasions, where we need delete all patch data (ex. clearing patch data if file was modified outside). So it will be good idea to add function in DatIO module, which truncates file to its original size, removing all patch data.

  • This should be TruncateFileToOriginalSize() function, member of DatIO class.
  • It uses ftruncate64() function to truncate file.
  • New size should be equal to file_size (variable, which represents appropriate header value).
  • All corresponding values (actual_dat_size and so on) should be reviewed and modified if needed
There might be some occasions, where we need delete all patch data (ex. clearing patch data if file was modified outside). So it will be good idea to add function in DatIO module, which truncates file to its original size, removing all patch data. * This should be TruncateFileToOriginalSize() function, member of DatIO class. * It uses ftruncate64() function to truncate file. * New size should be equal to file_size (variable, which represents appropriate header value). * All corresponding values (actual_dat_size and so on) should be reviewed and modified if needed
会話に参加するには サインイン してください。
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません