Rain World
ID Finder
19개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 6월 21일 오전 11시 55분
작성자: Alduris

Version 2.2.2: fixed some issues:

  • Eel lizards, green lizards, and zoop lizards will no longer give incorrect distances with regard to some of their cosmetics
  • Values tab has been stabilized. For what seems like the third or fourth time.
  • Tail Tuft searches will now return the correct graphic
  • Spine Spikes searches now have two new options: coloration and flipped graphic
  • I didn't actually test this fix but setting the range to a number smaller than the number of threads or results to return should prevent it from creating an infinite search
  • Values viewer in the Dev Console command will now work again

업데이트: 2025년 6월 19일 오후 5시 31분
작성자: Alduris

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

업데이트: 2025년 6월 19일 오전 11시 49분
작성자: Alduris

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.

업데이트: 2025년 5월 5일 오후 7시 39분
작성자: Alduris

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

업데이트: 2025년 4월 27일 오전 9시 52분
작성자: Alduris

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

업데이트: 2025년 4월 27일 오전 1시 24분
작성자: Alduris

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

업데이트: 2025년 4월 8일 오후 12시 51분
작성자: Alduris

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!

업데이트: 2024년 4월 13일 오후 8시 29분
작성자: Alduris

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)

업데이트: 2023년 12월 13일 오후 11시 13분
작성자: Alduris

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

업데이트: 2023년 11월 25일 오후 8시 11분
작성자: Alduris

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)