RimWorld
ToolkitUtils
Mostrando 61-70 de 166 aportaciones
< 1 ... 5  6  7  8  9 ... 17 >
Actualización: 20 JUN 2021 a las 21:13

  • Included item specifications in the item letter.
  • Fixed the backpack event not falling back to the default item spawning code.
  • Fixed the equip event not falling back to the default item spawning code.
  • Fixed giveall being too literal.
  • Possibly fixed the weather events corrupting saves.
  • Fixed removetrait not respecting gendered words.
  • Ensured the item events don't allow viewers to purchase items if a specification was invalid.

Actualización: 19 JUN 2021 a las 6:00

  • Fixed a hard crash when PawnKindDefs don't provide a ModContentPack.
  • Restricted the smite event to moderators.

Actualización: 19 JUN 2021 a las 3:58

ToolkitUtils v6.0.0.0
  • Wrote a dedicated A RimWorld of Magic compatibility dll.
  • Added safety code around the weapon data code to prevent the mod from locking up.
  • Fixed the "fair fights" logic being inverted in the healanypawn event.
  • Fixed the revive events not having purchase confirmations.
  • Fixed the item events not properly respecting Toolkit's "unlimited coins" setting.
  • Added a setting for minifying the mod's shop data.
  • Fixed the surgery event not properly respecting Toolkit's "research required" setting.
  • Fixed a typo in item event's confirmation message when purchasing animals.
  • Fixed the mod not properly handling the wildcard value in the item events.
  • Fixed the settings for healme using the settings for fullheal
  • Rewrote the logic for displaying store content to be more portable.
  • Fixed the text in the "Pawn Commands" setting page being slightly cut off at the bottom.
  • Fixed a translation error in the incident editor window.
  • Fixed the Android Tier's heal patch having invalid xpath.
  • Dropped 1.1 support.
  • Added Toolkit Editor.
  • Fixed the heal events healing hediffs from the GeneSeed mod.
  • Ensured the backpack event doesn't allow a viewer to exceed their carrying capacity.
  • Added a pawn's stats and description to the pawn kind config dialog.
  • Opened the surgery event to allow for better mod compatiblity overrides.
  • Added the settraits event as a way of setting a pawn's traits in bulk.
  • Added the cleartraits event as a way of clearing a pawn's traits in bulk.
  • Fixed the occasional translation collision in a command's response.
  • Added the use event as a way of using purchasing and using items.
  • Added the equip event as a way of purchasing and equipping weapons.
  • Added the wear event as a way of purchasing and wearing apparel.
  • Removed the ability to equip apparel from the backpack event.
  • Removed the ability to equip weapons from the backpack event.
  • Added a new item syntax for specifying quality and material -- diningchair[gold,masterwork] would purchase a masterwork golden dining chair.
  • Fixed the item events not properly calculating the price for bulk purchases.
  • Fixed the removepassion event not charging viewers when the "passion events" setting was disabled.
  • Added the randomadulthood event as a way of changing a pawn's adulthood.
  • Added the randomchildhood event as a way of changing a pawn's childhood.
  • Fixed !unstickme clashing with !unstick internally -- !unstickme is now !imstuck
  • Added partials as a way of saving partial copies of the mod's store that can then be loaded later.
  • Added the smite event as a request from a certain someone.
  • Fixed the mod not properly loading its itemdata file at times.
  • Added a gateway as a means of redirecting item and pawn purchases.
  • Fixed invalid custom commands being visible in the command dump.
  • Fixed a rare bug in Twitch Toolkit that made the store unusable.
  • Added the sanctuary event as a way of combating colony destroyers.
  • Fixed !price including pawn prices when the pawn event is disabled.
  • Fixed !price including trait prices when the trait events are disabled.
  • Fixed !price including item prices of disabled items.
  • Added a way of spawning items and running events even when the game is paused.
  • Fixed viewers not being able to whisper moderator or admin commands.
  • Added safety code around most of the mod to ensure color tags don't end up in command responses.
  • Expanded the region the "last seen" text can display in for extra long names and times.
  • Ensured the "last seen" text doesn't appear for viewers gone for more than two hours.
  • Condensed the output of !price.

Actualización: 21 ENE 2021 a las 14:54

  • Added a try-catch around Data.ValidateItems.

Actualización: 18 ENE 2021 a las 12:51

  • Added a bypass to ensure some messages don't get caught by Puppeteer's filter.
  • Dropped removepassion's karma type to neutral.
  • Ensured base RimWorld items' mod field is "RimWorld" instead of "Core".
  • Fixed the trait config window not scaling properly with the UI scale setting.
  • Theoretically fixed the checkbox issue in the kind config window.
  • Theoretically fixed the checkbox issue in the trait config window.
  • Changed the minimum price for fields to 1.
  • Added a button to the settings dialog for items that'll set the quantity limit to the item's stack size.
  • Added a patch factory that migrates some Toolkit responses to a format Puppeteer can detect.
  • Fixed label-less commands having an empty name field in the commands file.
  • Fixed the insult command allowing viewers to drop below the karma minimum.

Actualización: 30 DIC 2020 a las 13:48

  • Actually used the code from the previous update.

Actualización: 30 DIC 2020 a las 13:28

  • Added some safety code to Utils to ensure the mod doesn't contribute to a hard Twitch Toolkit crash when weird items are generated by other mods.
  • Removed some alpha code from the Steam release.

Actualización: 30 DIC 2020 a las 12:51

  • Added checks to ensure the mod doesn't break when a mod stat's can't be loaded.
  • Reworked the pawn stats command to only show stats users request instead of stat categories.
  • Fixed the viewer rescue quest being able to naturally generate.
  • Added a minor check to ensure borrowed pawns aren't prisoners in the viewer rescue quest.
  • Fixed the surgery event not properly displaying the total cost of the surgery when multiple items are specified.
  • Fixed the surgery event skipping parts with any queued surgery.

Actualización: 11 DIC 2020 a las 6:21

  • Fixed replacetrait's error response for Rational Romance referencing an invalid translation key.
  • Clarified the error response for removetrait when Rational Romance is installed.
  • The backpack event now ignores disabled duplicate items.
  • The item event now ignores disabled duplicate items.
  • Disabled animals are now filtered from the lookup command's response.

Actualización: 8 DIC 2020 a las 15:27

  • Fixed item weights defaulting to 0 instead of 1.
  • Added corrective code to adjust item weights to 1 on existing data files.