Skip to content

Releases: MoSadie/SlipEvent

v2.0.2: Technology!

16 Oct 01:11
aad4204

Choose a tag to compare

Added a new event! SlipTechUpdated, whenever the ship tech is updated, this will trigger with information on all ship tech, including active tech, inactive tech, and current levels.

Name Description
ssb_ActiveTechs List of the names of active techs.
ssb_AllTechs List of the names of all techs.
ssb_<tech name>_IsActive Lists if a given tech is active or not.
ssb_<tech name>_ShortDesc Gives a short description of the tech.
ssb_<tech name>_LongDesc Gives a long description of the tech.
ssb_<tech name>_Level Current level of the tech, 0 if not active.
ssb_<tech name>_MaxLevel Max level of the tech.
ssb_<tech name>_Color Hex color for the tech.
ssb_<tech name>_Unit Unit used at the end of the value, either VALUE, PERCENT, or SECONDS.
ssb_<tech name>_Level_<level number>_Value Numeric value of that level.
ssb_<tech name>_Level_<level number>_Cost Cost in gems of that level.

v2.0.1: MoCore 2.0

14 Jul 09:06
fac3c2b

Choose a tag to compare

Just a quick update to update the mod to use MoCore 2.0, also added playerId to some events.

v2.0.0: Rebrand!

20 Nov 05:55
e920ddd

Choose a tag to compare

Added the ability to do multiple outputs on an event, now can send to a http webserver as well as Streamer.bot.

Renamed project to SlipEvent to better reflect the purpose of the mod.

v1.2.3

16 Oct 19:35
ba6fb8d

Choose a tag to compare

Updated to support current game version of v1.90.0.

And some internal changes to enable the ability to manage the compatible game versions without having to make a new release.

v1.2.2: Custom Orders!

25 Aug 01:25
4852023

Choose a tag to compare

Added a new event for receiving/sending a custom order, including who sent the order.
Verified compatible with the 1.80.0 Hotfix 1 update, released August 18th, 2024.

v1.2.1: Game Update!

29 Jun 04:55
8e3d708

Choose a tag to compare

Updated to work with v1.70.0 of the game. Also added a game version checker that runs at launch to quietly disable ourselves if the game version changes. (Should trigger every time the game updates.)

v1.2.0: Captain Config

23 Jun 02:49
6ee7a9c

Choose a tag to compare

Additions

  • Added a new configuration option to require being the Captain of the ship in order for an event to be sent to Streamer.bot. There is an option to set the default behavior and then you can override it on a per-event basis. More details in the config file after launching once.
    • Note this does not work with the following events: "GameLaunch", "GameExit", "JoinShip" (These will always be sent since captain data is not available when these are triggered.)

v1.1.0: Crew Events

19 May 22:12
28de5ee

Choose a tag to compare

Additions

  • Three new crew-based events: CrewmateCreated, CrewmateRemoved, and CrewmateSwapped
  • Configurable cooldowns for each event. Any events that hit this cooldown will be skipped. More details in the config file after launching once.

Streamer.bot Action Additions

  • Added actions to handle the new events.
  • Added automatic predictions on run start/end.
  • Added crew tracking system. Creates non-persisted global variables showing how many of each archetype are currently on the ship.

If you encounter any issues, please report them on the Issues page!

Full Changelog: v1.0.1...v1.1.0

v1.0.1: Stability

10 Mar 08:57
f0b43f2

Choose a tag to compare

Added a little more robust error handling. Now if anything crashes in the mod my code should handle it and the game should ignore it.

v1.0.0: Initial Release!

08 Mar 07:09
1552187

Choose a tag to compare

Yay! It's finally here!

I'm working on a "How to install" video right now, will have that linked in the readme soon. In the meantime the readme has written instructions.

Please report any issues you find here!