Making a file checker must be too much for a small indie developer like SE.
Making a file checker must be too much for a small indie developer like SE.


As a PS4 player who has no idea of such things - would a file validator see the 'error' with modded files/texture mods and correct them?
But yeah, such a tool sounds good. Re-Downloading is a pain.
I'm taking Lore way too seriously. And I'm not sorry about that.


Yes, it would. But you probably don't want to run a file check on the whole dat every time you launch the game. File validations are typically done by taking a hash value of a given file and then comparing it against the hash on the server's side. The game is over 40GB big however, so validating every file would take time, meaning a sensible implementation of this would just run when the player chooses to do so.
The way game mods currently work is bad anyway, you don't really want to write custom stuff in the game files themself.
You could also have it continuously hashing files in the background, verifying each specific file only when the game actually needs to load it, maybe with some heuristic prediction for what the game will likely need next to reduce impact on loading times. That way it doesn't have to validate the entire thing at once and has minimal impact on gameplay.Yes, it would. But you probably don't want to run a file check on the whole dat every time you launch the game. File validations are typically done by taking a hash value of a given file and then comparing it against the hash on the server's side. The game is over 40GB big however, so validating every file would take time, meaning a sensible implementation of this would just run when the player chooses to do so.
The way game mods currently work is bad anyway, you don't really want to write custom stuff in the game files themself.
|
|
![]() |
![]() |
![]() |
|
|
Cookie Policy
This website uses cookies. If you do not wish us to set cookies on your device, please do not use the website. Please read the Square Enix cookies policy for more information. Your use of the website is also subject to the terms in the Square Enix website terms of use and privacy policy and by using the website you are accepting those terms. The Square Enix terms of use, privacy policy and cookies policy can also be found through links at the bottom of the page.

Reply With Quote




