True tile animation animation refinement#14205
Merged
runelite-github-app[bot] merged 33 commits intoJul 23, 2026
Merged
Conversation
Simple change to update the renderer to not update the actual animation tick every single frame, but convert it back to a 60FPS base range
The GPU plugin is required currently for this plugin.
…hub.com/Posiedien76/plugin-hub into TrueTileAnimationPluginGPUPluginWarning
…m to set to the true model position while walking.
…b.com/Posiedien76/plugin-hub into TrueTileAnimationPluginAdaptiveCamera
Mainly-> 1) Allow keyboard control with adaptive camera mode 2) Properly set a predicted Y value on the camera 3) Keep a cache of action names to help identification 4) Default Config changes and always hop mode 5) Use and "Cast" spell bug fixes 6) Footprint height added to model 7) More teleports on the teleport list
The focus of this changelist is to fix several small bugs and refinement for the camera. The majority of these related to improving the smoothing. MK677 also made some useful improvements as well! Tested in a variety of scenarios to make sure I didn't break anything.
The focus of this changelist is to fix several small bugs and refinement for the camera. The majority of these related to improving the smoothing. MK677 also made some useful improvements as well! Tested in a variety of scenarios to make sure I didn't break anything.
…b.com/Posiedien76/plugin-hub into TrueTileAnimationPluginCameraBugFixes
Mainly with teleports, NPC vs game object priority, and clicks
…m/Posiedien76/plugin-hub into TrueTileAnimationPluginMinorFixes
This changelist disables draw on the old overhead options (and provides a toggle to turn that back on); This moves the overheads, text, skull, hp bar, and hitsplats
This changelist iterates on the existing animation pipeline to make use of the "PoseAnimation" system to allow for better animation blending overall. I still swap to the old system for special animations and exceptions though
|
|
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
runelite-github-app
Bot
merged commit Jul 23, 2026
49c7818
into
runelite:master
4 of 5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Animation refinement
This changelist iterates on the existing animation pipeline to make use of the "PoseAnimation" system to allow for better animation blending overall. I still swap to the old system for special animations and exceptions though