timiimit / UT4UU-Public

Unreal Tournament 4 Unofficial Update
73 stars 1 forks source link

New paks fail to be added #3

Closed timiimit closed 1 year ago

timiimit commented 1 year ago

Version: v10.0b5-quickfix Description: If you have an outdated pak in downloadedpaks, and you manually add the updated pak to temppaks folder and do uu pak refresh, on joining match mismatch error (does not replace or unmount the outdated pak in downloaded paks), once closed ut, and remove the old pak, works fine

Reported by Supsun on discord

timiimit commented 1 year ago

This happens because UU sometimes mounts a pak multiple times. I'm working on integrating pak caching more fully with the engine, instead of just assuming the state of things. Doing so should fix the issue.

timiimit commented 1 year ago

I put quite some more thought into how pak caching works. I think i manged to fix the problem.