Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Tangerine v1.0.3

Latest
Compare
Choose a tag to compare
@mosamadeeb mosamadeeb released this 23 Sep 19:57
· 5 commits to main since this release

Download link

Changelog:

  • Use Reloaded.Hooks for native hooks
    • Fixes the various issues with the generic methods GetAssetAndAsyncLoad and GetAssstSync
  • Allow loading images as Texture2D and Sprite from disk, using AssetRemap.json
    • Steps: use an empty newBundleName, and set newAssetName to be the path of the .png or .jpg file inside Assets folder.
    • File name must include dimensions: .{width}x{height} and .sprite should be added if the asset is a Sprite, and not just a Texture2D
    • Example: texture/2d/icon/new_item/ch/icon_ch_098_000.128x128.sprite.png
  • Add (initially unset) key binds for reloading back to hometop or title, optionally also reloading all asset bundles
  • Fix load order not being applied during the initial loading
  • Add patch to load ACBs that were not preloaded
  • Add class and loader for patching OrangeConst
    • Loads from /Tables/PARAMETERS.json