Rain World
ID Finder
Mostrando 1-10 de 18 aportaciones
< 1  2 >
Actualización: 19 JUN a las 5:31 p. m.

Version 2.2.1: fixes a crash when leaving and reentering the menu

Actualización: 19 JUN a las 11:49 a. m.

Version 2.2 - Dev Console support
New features
  • Adds a command to Dev Console: id_finder, which allows viewing values of specific ids as well as your search history from the console window!
  • New search option: Slugpup Behavior, which will make it easier to find your pups when you don't have exact numbers for stuff like food or personality, but you do have an idea of food preferences and behaviors!
API changes
  • New OptionBuilder class, replaces an old API method which has been marked as obsolete and will be removed in the next update
  • Code documentation via a .xml file that now ships with the .dll (game version 1.10+ only)
  • Changes to access modifiers to make some stuff easier to do and remove access to things you shouldn't need to care about (like my implementations for the built-in search options)
Other changes
  • Overhauled how distance is calculated to make search results easier to find. Code projects referencing ID finder will require a recompile at minimum.
  • Improved Slugpup Variations option. The color picker will now respond to the "Is dark" checkbox instead of expecting you to know how to invert the color
  • DLC-specific search options will now reapply properly when they are changed in-game
  • Bugfixes to stuff including White Lizard search option, TailTuft inputs, the Lizard Color search option for Salamanders, and flickering in the Values tab.
  • New thumbnail. Old one is still present in the files.

Actualización: 5 MAY a las 7:39 p. m.

Version 2.1.2: bugfix for Eel Lizard searching and wing scales inputs

Actualización: 27 ABR a las 9:52 a. m.

Version 2.1.1: Minor bugfix to resolve small moth crash. No version bump in game.

Actualización: 27 ABR a las 1:24 a. m.

Version 2.1
Added a lot of new search options

  • Adult centipedes + variants (centiwings, red centipedes, aquapedes)
  • Barnacles
  • Big + small moths
  • Big spiders + variants (spitters, mothers)
  • Box worms
  • Coalescipedes
  • Drill crabs
  • Dropwigs
  • Eggbugs
  • Firebugs
  • Frogs
  • Grapple worms
  • Hazers
  • Jetfish
  • Leviathans
  • Miros birds
  • Miros vultures
  • Sky whales
  • Squidcada
  • Yeeks

Actualización: 8 ABR a las 12:51 p. m.

Version 2.0
Basically rewrote the code for all intents and purposes, over 10000 lines of code changed. New changes also apply to previous versions, but new Watcher changes only apply to those with the latest game version.

Changes:

  • Rewrote how search code works. No longer tied to Unity's random, so it can run a lot faster now theoretically.
  • Rewrote UI generation code. Should be a bit cleaner.
  • You can now save searches! Allows you to see what you searched for and what the results were, and additionally lets you copy and paste the search for sharing!
  • Lizard cosmetics options now expanded with new options for each cosmetic
  • New Snail variations option
  • New Scavenger back patterns options
  • New watcher options: Tardigrade and Rat
  • API for mods that want to add their own stuff. Reference the mod DLL in your code and use the methods in FinderMod.API to add your own stuff. Reference existing code on the GitHub as well.

Feel free to suggest more stuff in the comments!

Actualización: 13 ABR 2024 a las 8:29 p. m.

Version 1.2.4b
This will not show up differently in game. This fixes two bugs:
  • You can now search all ids again (I don't know how I didn't fix this one for so long)
  • You can now search all slugpup colors better (range was extended to 0.65 from 0.75)

Actualización: 13 DIC 2023 a las 11:13 p. m.

Version 1.2.4
Lots of things!
  • Finished the rest of the lizard searches! (Trains and eels)
  • Added scavenger and elite scavenger back patterns as search queries!
  • Added leg size to noodlefly searches
  • Fixed elite scavenger colors
  • Bug fix: percent complete is now accurate
  • Bug fix: the menu will no longer crash when you enter a range smaller than the number of threads or expected returned results
  • Bug fix: output box will no longer occasionally go blank when it should be showing the percent complete output

Actualización: 25 NOV 2023 a las 8:11 p. m.

Version 1.2.3
Minor tweak I forgot to include in 1.2.2: aborting now gives the reason why it aborted (i.e. user vs exception)

Actualización: 25 NOV 2023 a las 7:46 p. m.

Version 1.2.2
This is a patch containing a few critical bugfixes.
  • Fixed scavenger variations not working properly (values were incorrect and could cause crashing)
  • Fixed the mod deciding you don't get to search over all ids
Known issue: when searching over all ids, the mod might not stop after finishing. Abort button still works in this scenario.

Haven't touched the remaining lizard variations yet :( this was just a critical issue patch.