Rain World
ID Finder
Wyświetlanie 1-10 z 16 pozycji
< 1  2 >
Aktualizacja: 5 maja o godz. 19:39

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

Aktualizacja: 27 kwietnia o godz. 9:52

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

Aktualizacja: 27 kwietnia o godz. 1:24

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

Aktualizacja: 8 kwietnia o godz. 12:51

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!

Aktualizacja: 13 kwietnia 2024 o godz. 20:29

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)

Aktualizacja: 13 grudnia 2023 o godz. 23:13

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

Aktualizacja: 25 listopada 2023 o godz. 20:11

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)

Aktualizacja: 25 listopada 2023 o godz. 19:46

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.

Aktualizacja: 17 listopada 2023 o godz. 23:47

Version 1.2.1
I figured out how to use lists on Steam!
  • Drastically reduced the amount of time it takes to search for things using multiple threads! This was an accidental change but I'm glad I found that bug. Keep the thread count around 2 for best effect
  • Added some basic lizard searching!
    • You can search for generic lizard variations (e.g. fatness, head size, tail length)
    • You can also search for what patterns appear on (most) lizards. Currently, I have left out train lizards and eel lizards due to some issues I was facing. You also cannot search for caramel lizard body colors for a similar reason. Hoping to add these in 1.2.2 or 1.3.0, whichever comes first.
  • Added baby noodlefly variations!
  • Added a values tab so you can see what values the mod thinks certain ids have. This functions similar to visible id's search tab except less pretty but with more search options.
  • Updated HSL color inputs so you can toggle H, S, and L values. NOTE: this unfortunately removes color preview.
  • Added a hue preview to hue inputs
  • Added a few more things to the inputs:
    • Descriptions when you hover over some inputs (it displays at the bottom of the screen)
    • Drop down number inputs for some options with limited choices
    • Whitespace between some inputs
    • Text

Hey, important note: the baby noots have less variations than the adults, so you're much less likely to get the result you want. Also, I tried to test the lizard variations to the best of my ability, but they are stupidly complex and I definitely got something wrong, so let me know if you find anything wrong.

Have fun!

Aktualizacja: 6 października 2023 o godz. 17:30

Version 1.2.0
Lots of things, including a whole UI revamp. Should be significantly easier to use than textboxes with unlabeled bounds. Change log:
- UI in menu is improved. Instead of number inputs with no listed or enforced ranges, you now have sliders, checkboxes, and color pickers where appropriate. The sliders also have the correct range.
- UI also takes up the entire menu space
- You can now see an estimate for how much time is left in the search
- You can now specify the number of results per search request
- You can now add multipliers to traits in order to make them more favorable in an output
- You can now copy the output of the mod (copies all that you see inside the output box, not just the ids)
- The mod will now show you how close an id is to your request (distance)
- Bugfix: the output box will now contain its contents properly
- Bugfix: hue searching will now wrap, since 0 and 1 both correspond to red.
- The search button is now blue