Duplicate content in the haks with case sensitive names #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are hundreds of files in the haks that are duplicated because they have different cases for their names. For example Model.mdl and model.mdl might appear twice in the haks. They are different files in the hak but the game does not consider case sensitivity so its unclear which of the two will actually be used by the game and this can cause issues.
These files need to be reviewed and eliminated.
Note: The git repo does not contain these files as Windows doesn't like these file conflicts either and it only kept one of them. In theory this resolved the issue but someone needs to review what differences if any existed with the different versions. In some cases there were huge file size differences.