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

Releases: SkinSpotlights/CreatorSuite-ReplayAPI

Creator Suite Replay-API | 1.1.0

06 Apr 12:43
Compare
Choose a tag to compare

Added missing options which Riot added to the ReplayAPI at some point.
Options Added:
Interface Show/Hide Kill Callouts.
Interface Show/Hide Neutral Timers.
Show/Hide Esport Banners (Note: Banners only show if they're enabled on the server, so this will most likely only work for Tournaments)

Tweaked auto-enabling the ReplayAPI code.

Creator Suite Replay-API | 1.0.8

20 Apr 19:03
Compare
Choose a tag to compare

Added Copy Paste Selected Keyframes.
Keybinds need to be setup via the hotkeys menu under the timeline section.

Copy Paste hasn't been fully tested yet, please report any issues with it.

Copy Paste does not use Windows Clipboard at all, copied keyframes will remain copied even if you copy some text. Only way to currently clear copied keyframes is by copying no selected keyframes.

Copy Paste might not interact correctly with undo/redo.

Creator Suite Replay-API | 1.0.7

11 Apr 17:41
Compare
Choose a tag to compare

Fixed a bug where the tool wouldn't enable the Replay API.
Adjusted Creator Suite Blend to be less taxing, it places a keyframe every 30 frames instead of every 100 frames. This will make the camera path not as smooth but its unnoticeable.

Creator Suite Replay-API | 1.0.6

21 Mar 13:39
Compare
Choose a tag to compare

Potentially Fixed a bug where the tool could crash while it was opening, please report it if it happens again

Other small tweaks/fixes:
Play/Stop Keyframes Hotkey is now a toggle.
Coloured Sky now uses a uncompressed DDS Format.
Rotation gets normalized and takes the shortest path.

Creator Suite Replay-API | 1.0.5

19 Sep 21:13
Compare
Choose a tag to compare

26th September HOTFIX:
Fixed an issue with Clearing a Hotkey breaking the tool on load.

Hotkey System Changes:
Fixed an issue where alt wasn't registering
Altered the code heavily so now you can use multiple modifier keys (Eg Ctrl + Shift + W)
Important Note: Only the Ctrl/Shift/Alt keys on the left hand side work.

Other Changes:
Added a detection for when Skyboxes are attempted to load from a non-ascii file path as this causes LoL to crash (Its on Riot to fix it entirely)
Todo: Add a setting to set custom file paths for skyboxes, temp solution is to move the tool to a top level drive/folder.

Fixed some bugs with hotkeys triggering when typing in some UI Elements
Fixed some bugs with hotkeys not triggering when the game is focused because some UI Elements on the tool were focused.
Fixed a bug with the Play/Pause Hotkey.

Creator Suite Replay-API | 1.0.4

25 May 23:30
Compare
Choose a tag to compare

28th May Hotfix: Fixed a issue where Alt Tabbing would crash if a hotkey wasn't set.

Optimized the CreatorSuite Custom Keyframe Blend.
Tool now handles Game.cfg marked as ReadOnly, the tool will only edit these if EnableReplayApi is missing and will re-enable ReadOnly mode after adding the config.
Fixed a NullException Crash.
Fixed a issue where hotkeys were getting queued up when tool wasn't focused rather than ignoring them entirely.
Fixed a issue where keyframes weren't being enabled when in a selected region. (Shift + Left Click Region Selection on the timeline)
Fixed a issue where keyframes weren't getting disabled after the keyframe sequence had ended.

Creator Suite Replay-API | 1.0.3

30 Jan 15:48
Compare
Choose a tag to compare

Misc bug fixes

Added option to settings so you can set the timeline UI fps cap, currently by default its capped at 40fps but it now can go upto 120fps.

Version is 1.0.3 because 1.0.1 and 1.0.2 weren't released to github and only discord where bugs were reported sorry! Will try handle this better in the future.

Creator Suite Replay-API | 1.0.0

09 Aug 20:26
Compare
Choose a tag to compare

Added Undo/Redo Hookups.
Play/Pause buttons on tool above track name will always be blue if keyframes are enabled.
Moved from JSON to MsgPack for data serialization.
More minor timing tweaks for UI Updates & sending data to the game, still NOT exposed in settings menu.
Various Bugfixes.

Full list of commits - 4326e65

Creator Suite Replay-API RC3

13 Jul 14:03
Compare
Choose a tag to compare

Release Candidate 3.

Increased the max number of connections the tool can make.
Removed the Connection Timeout.

Creator Suite Replay-API RC2

01 Jun 11:55
Compare
Choose a tag to compare

1st June Update - Bug Fix caf0f21

Mainly reduced UI Update Speeds which will reduce how hard the ReplayAPI is hit as that is a cause of some keyframe jittering, keyframe jittering is greatly reduced in this build but can still occur.

This build is for 9.4+ (9,6+ for particle list support).

Eventually will make a special 9.11+ build which will reduce Keyframe jittering chance even more.

46a36a0 - Full Changelog