Skip to content

Releases: WhatAboutGaming/Twitch-Plays-Stuff

v1.7.3-alpha release 2024-05-20

21 May 00:45
fbbc3f2
Compare
Choose a tag to compare
Pre-release

v1.7.3-alpha release 2024-05-20

Packed release for v1.7.3-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-05-20.

  • Changes for Final Fantasy 6 run end

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.7.2-alpha release 2024-04-29

29 Apr 02:45
6e5fd0c
Compare
Choose a tag to compare
Pre-release

v1.7.2-alpha release 2024-04-29

Packed release for v1.7.2-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-04-29.

  • Add new regex lines to detect spambots

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.7.1-alpha release 2024-02-20

20 Feb 03:25
7edffad
Compare
Choose a tag to compare
Pre-release

v1.7.1-alpha release 2024-02-20

Packed release for v1.7.1-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-02-20.

Changes for Final Fantasy 6 run

  • Just global.json stuff to reflect information relevant for the FF6 run

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.7.0-alpha release 2024-02-20

20 Feb 01:55
71b98a8
Compare
Choose a tag to compare
Pre-release

v1.7.0-alpha release 2024-02-20

Packed release for v1.7.0-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-02-20.

Changes for Final Fantasy 4 run end

  • Added a way to toggle message responses for Advanced inputs.
  • Change COM port from COM4 to COM3
  • Re-enabled Select for SNES controller because it was previously disabled for the A Link To The Past run
  • Added a new regex line for help commands
  • Added a new regex line to catch spambots

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.6.3-alpha release 2024-01-28

28 Jan 04:56
56fa696
Compare
Choose a tag to compare
Pre-release

v1.6.3-alpha release 2024-01-28

Packed release for v1.6.3-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-01-28.

Changes for Final Fantasy 4 run

  • Modified global.json to reflect changes for the start of the Final Fantasy 4 run
  • Added a regex to ban new spambots
  • Default duration changed from 133ms to 266ms
  • Held duration changed from 266ms to 533ms
  • I think there's more I'm probably forgetting lol sorry

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.6.2-alpha release 2024-01-24

24 Jan 03:51
a0bd50c
Compare
Choose a tag to compare
Pre-release

v1.6.2-alpha release 2024-01-24

Packed release for v1.6.2-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2024-01-24.

Kingdom Hearts 2 Revisit Run End Changes

  • Added new inputs to all controllers
  • global.json has stuff that reflects KH2 Revisit goals
  • status_page.js now runs at 10fps (No need to run at higher framerate)
  • Some changes to backend.js
  • More stuff that I forgot

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.6.1-alpha release 2023-12-15

15 Dec 03:09
bfe1c22
Compare
Choose a tag to compare
Pre-release

v1.6.1-alpha release 2023-12-15

Packed release for v1.6.1-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2023-12-15.

  • Added new regex lines to catch spambots
  • Some other changes that I can't remember sorry lol

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.6.0-alpha release 2023-10-06

06 Oct 05:01
db8ac1c
Compare
Choose a tag to compare
Pre-release

v1.6.0-alpha release 2023-10-06

Packed release for v1.6.0-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2023-10-06.

  • Add regex to catch new spambots
  • Fix bug related to database timing
  • Fix bug where the overlay wouldn't be updated when the run started
  • Add a new function to display relative time in overlay by using {{relative_time:timestamp_milliseconds}} in global.json
  • Other changes that I can't remember lol

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.5.1-alpha release 2023-09-08

08 Sep 03:42
41ca23b
Compare
Choose a tag to compare
Pre-release

Packed release for v1.5.1-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2023-09-08.

  • Add regex to catch new spambots
  • Add Q as Square and T as triangle for PS2 controllers
  • Backend now sends messages to debug channel when Ctrl-C is pressed

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.

v1.5.0-alpha release 2023-08-10

10 Aug 03:59
592a903
Compare
Choose a tag to compare
Pre-release

Packed release for v1.5.0-alpha, contains node_modules needed to work with node version v20.5.0 on Windows 10, 64 bit. Released on 2023-08-10.

Huge changes

  • Added support for vibration, with cool graphics on overlay
  • Saving and executing saved macros now support inner loops, and executing saved macros now executes the inputs instantly
  • Added new regex lines for spambot detection
  • Added a discord bot to deal with ties
  • And other changes I'm probably forgetting...
  • Tested on Node version v20.5.0 on Windows 10, 64 bit.
  • Released on 2023-08-10.

This release contains everything you need to run the backend without having to npm install anything, in case you have troubles installing/compiling libraries that need to be compiled. Libraries that require to be compiled were compiled on Node v20.5.0. You can of course still npm install if you want to run the backend under another version of node.