RimWorld

RimWorld

ToolkitUtils
Visar 51–60 av 166 poster
< 1 ... 4  5  6  7  8 ... 17 >
Uppdatering: 24 jul, 2021 @ 9:15

  • Fixed the vip option in the broadcaster type float menu being untranslated.
  • Fixed the weather letters being title cased.
  • Added a note to the "paused" message to help viewers stuck in limbo.
  • Adjusted the !imstuck command to be more thread safe.
  • Ported the genderswap event to 1.3.
  • Ported the randominspire event to 1.3.
  • Included an option to open the editor from Toolkit's settings menu.

Uppdatering: 22 jul, 2021 @ 18:46

  • Fixed the purchase handler allowing viewers to enter "pause limbo" when an event throws an error in IsPossible.
  • Fixed the settraits event not properly declining usage when a viewer has no pawn.
  • Ported most of Twitch Toolkit's events to 1.3.

Uppdatering: 21 jul, 2021 @ 23:47

  • Added special code to remove xhtml tags from messages sent from Toolkit.

Uppdatering: 20 jul, 2021 @ 1:41

  • Fixed the weather events not sending a letter.
  • Added a setting to enable Puppeteer compatibility within Utils.
  • Ensured the mod doesn't parse item metadata that isn't enabled.
  • Added support for specifying a purchased animal's gender.
  • Added safety code around the code responsible for obtained mod names from in-game content.
  • Fixed the mod replacing all instances of `Core` with `RimWorld`.
  • Added safety code around various metadata getters within the mod.
  • Disabled the karma type check for the `sanctuary` event.
  • Ensured the item proxy class doesn't produce a color tag.
  • Fixed the `giveallcoins` command not sending a response.
  • Fixed the `giveallcoins` command not properly parsing arguments passed to it.
  • Fixed the `mypawnclass` command not removing the color tag from the classes' name.
  • Added a clarification message for the ticker lancing code.
  • Fixed fertilized eggs hatching as wild animals.
  • Changed the base cost of the `surgery` event to 1 coin.
  • Made Utils 1.3 compatible
  • Fixed animal purchase letters not properly formatting their title.
  • Escaped the mod's emoji strings.
  • Implemented a "true neutral" feature for users that want neutral-type purchases to not affect a viewer's karma.
  • Removed the "main thread" commands feature.
  • Added the ability to change a broadcaster's user type for users that want to exclude themselves from extra coins.
  • Disabled the ability to drag the editor as it caused problems.
  • Added safety code to ensure an unconfigured ToolkitCore doesn't lock the game.
  • Added a quick menu option for editing the trait limit.
  • Added a quick menu option for editing item settings.

Uppdatering: 4 jul, 2021 @ 12:04

  • Fixed the giveallcoins command not sending a response.
  • Fixed the giveallcoins command not properly parsing arguments passed.
  • Fixed fertilized eggs hatching as wild animals.
  • Fixed the surgery event not defaulting to 1 coin internally.
  • Fixed the mypawnclass command allowing a color code to appear in its response.
  • Fixed the item events allowing a color code to appear in their responses.
  • Added some clarifying text about the thread abort exception and unnamed def message from RimWorld.

Uppdatering: 27 jun, 2021 @ 13:30

  • Added safety code around mod name getters.

Uppdatering: 25 jun, 2021 @ 5:08

  • Fixed the use event allowing viewers to purchase items they couldn't afford.
  • Fixed the replacetrait event not allowing viewers to swap traits that would conflict.
  • Removed the extra comma at the end of !mypawnbody
  • Fixed the replacetrait event not properly displaying which trait would conflict with the requested trait.
  • Clarified that the use, wear, and equip events do cost coins.

Uppdatering: 22 jun, 2021 @ 6:51

  • Fixed the event editor using a global event cap.

Uppdatering: 22 jun, 2021 @ 5:49

  • Added safety code around various stat caching methods in the mod.

Uppdatering: 21 jun, 2021 @ 22:02

  • Fixed the mod not executing poll events.