This page was last updated on 19 September 2020, 8:53PM
Changelogs
Version 1.5.0
=== Twitch Bot ===
Full back-end rewrite, now makes use of Twitch4J library.
Fixed all known bugs from v.1.4.0 and earlier.
Added support for subscription event (both normal and gifted subs). Static amount of points defined in the settings.json file, multiplied by sub-tier. Gifted subscriptions only gives points to the gifter of the subscription, not the receiver of the subscription.
New command, "#randomspawn" added. Lets users for a static price spawn a random entry from the relevant "spawns.json" file.
New command, "#addpointsall" added. Allows handout of points to all current viewers.
New command, "#givepoints" added. Allows users to give some of their own points to another viewer.
Reworked a good amount of bot messages to make them easier to understand.
Changed "#addpoints", won't let users add points to themselves.
=== Skyrim LE ===
Disabled a few prints to the SKSE log.
If applicable, removes left-over files within the "TwitchIntegration" folder on start.
Version 1.4.0
== Twitch Bot ===
Disabled a few deprecated debug-prints.
Optimized and reworked a good part of the code-base, should be less resource intensive alongside speed improvements.
Parsing commands towards JSON files is no longer case-sensitive.
New command, "#weather" added. Allows for DLC/mod weathers to be set.
=== Skyrim LE ===
Optimization to the Papyrus logic.
Optimization of the SKSE plugin, on average 55ms faster at command execution.
Added support for the "#weather" command.
Uploaded the sourcecode for the SKSE plugin, was missed out in initial Skyrim LE release.
Version 1.3.0
=== Twitch Bot ===
Fixed a issue with a bit-message not registering due to a typo.
Cleaned out a bunch of garbage code.
Fixed a issue in amount/cost handling if the item was prefixed with ammo_ or resource_.
=== Skyrim LE ===
Support for Skyrim Legendary Edition released!
Feature set is identical to the Fallout 4 version.