Releases: Tibowl/KCCacheProxy
Releases · Tibowl/KCCacheProxy
KCCacheProxy: v2.6.3
KCCacheProxy: v2.6.2
Changes in v2.6.2
- Cache merge progress gets printed every 10 seconds
Fixed in v2.6.2
- Fixed #10: error with assets that have patches available but no patches match original file
KCCacheProxy: v2.6.1
Fixed in v2.6.1
- Fixed adding of mods (not updated to new format)
KCCacheProxy: v2.6.0
New in v2.6.0
- Added update checker for mods/asset patchers. This will show a colorful button in the UI when updates are available.
- In the .mod.json, the following properties can be set:
url
: URL to open when clickingOpen website
button. Button is hidden when not definedupdateUrl
: URL to check for updates. This should point to the raw .mod.json file (only version tag is needed, see following points for information about urls)downloadUrl
: URL to open when clicking the update available button.
- If the data fetched
updateUrl
contains any of the three new urls, it'll be prioritised above the local download URL. - If an update is available, but
downloadUrl
is not defined, it'll openurl
instead. If this is also not defined,updateUrl
will be used.
- In the .mod.json, the following properties can be set:
- Add dialogue to either check all files or just common files with preloader button in the UI
Changes in v2.6.0
- Updated preloader for this event's assets
- Reduced minimum time between update notifications for same version update (7 days -> 1 day)
- Technical note: Updated config version from 2 to 3: format of mods array changed slightly - from just path, to objects containing the path and some other information in regards to updates.
KCCacheProxy: v2.5.4
Fixes in v2.5.4
- Fix white text not being detected correctly in patcher
- Pad exported assets IDs so they're always 3 digits long
KCCacheProxy: v2.5.3
New in v2.5.3
- More patcher tools:
- Added
Make outlines of spritesheet
button for those who edit spritesheets and don't want to draw outside of the lines (note: select file from cache dump that contains .json) - Added automatic convert from poi format (select folder containing kcs2). Does not delete files in target so you might want to clear it out before extracting.
- Added
KCCacheProxy: v2.5.2
KCCacheProxy: v2.5.1
Fixes in v2.5.1
- Fixed re-enabling of autostartup via setting
KCCacheProxy: v2.5.0
New in v2.5.0
- Ability to patch assets
- Works on a "mod loader" system
- Unlike others (poi/changing files/etc), can hot-patching spritesheets: no more issues with updated spritesheets
- Comes with spritesheet splitter
- Relatively fast (~1s), caches modded images for performance, can be pre-patched if desired
- See wiki for more information.
- Contains a list of public mods like an English patch
- Add option to disable auto startup
Fixes in v2.5.0
- Make saving of cached.json a bit more stable
KCCacheProxy: v2.4.0
New in v2.4.0:
- Troubleshooter, will help out with the most common problems.
Changes in v2.4.0:
- Verify cache with delete will also delete the corresponding entry in cache metadata
- Import changes:
- Files missing in zip won't be printed in console
- Files missing on disk will be copied from zip