Rain World

Rain World

Visible ID
Showing 1-10 of 16 entries
< 1  2 >
Update: 6 Jun @ 10:49pm

Update: 10 Apr @ 8:09pm

Update: 25 May, 2023 @ 4:22pm

0207 there wasn't enough checking on the slugpups bool in the inspect menu ctor. if you didn't have MSC enabled, the menu would error out because something in the condition *doesn't exist* when MSC is disabled. it was causing a NullReferenceException. it is now fixed.

Update: 26 Mar, 2023 @ 7:04pm

0206 panic hotfix; add oldnames cfg value to save user's creature names in case something blows up

Update: 26 Mar, 2023 @ 6:54pm

0206 major refactor; keybinds are more powerful now.

Update: 14 Mar, 2023 @ 11:08pm

0205 - slugpup stats in inspect menu; item ID option

Update: 9 Mar, 2023 @ 9:05am

0204 - "DisplayFont" is no longer used as a hardcoded font name. This should correct some problems when the user's display language is not English.

Update: 8 Mar, 2023 @ 11:01pm

0203 - Added "Inspect" tab to the configuration options menu. This allows users to see the personality traits and skills for a given ID number, similarly to how ScavOracle seemed to have behaved.

Update: 6 Mar, 2023 @ 11:02pm

0202 changes to the options screen.

Update: 26 Feb, 2023 @ 4:15pm

0201 added check to prevent Names dictionary from throwing ArgumentException b/c the same key was added twice. this is going to need a better patch at some point to prevent users from writing an problem entry to the config file in the first place.