Patch 1.0.4.2
Author: mino_dev,
published 2 days ago,
Hello Rabbits,
Back from vacation with a small update full of fixes.
If your mods aren't perfectly aligned with the lobby you join, you should crash less.
I'm not sure I've fixed [i]every[/i] possible issue, but that's hard to know with something as flexible as mods.
[img]https://clan.cloudflare.steamstatic.com/images//43296890/0eb4093ed41359cddbda0611abf728954fe6b44f.png[/img]
- Character skins now have a per-class icon that replaces the palette's face. In addition, instead of showing the replaced palette in character select, a message appears saying that a preview isn't available.
[i]Obviously the ideal solution would be that you could actually see your skin in the character select, but doing that would mean loading in all your skin sprites when you go to the character select, which would make the run start/reset loading screen extremely long for people with a lot of skin mods (or even crash laptops etc.)[/i]
- Added "&" "|" "%" to the parser (so you can do stuff like orderBin0 | orderBin1 to add binaries together, or do var0%5 and stuff)
- Added an icon to the top left difficulty display when you are using mods that affect gameplay
- Added a number of pattern variables that you can use for custom patterns (that I'll list separately, I need to make an API page for custom variables anyway)
- Added "Enable All" and "Disable All" buttons to the "Mods" page
[img]https://clan.cloudflare.steamstatic.com/images//43296890/fbf7a6698e39e7a40c5907a30dc66b4a48e05f94.png[/img]
- Fixed issue where the color-matching circles in one of Mav, the Seamstress Frog's patterns were the wrong sizes
- Fixed issue where, when the displayed number on loot went over 99, the display would bug out
[i]With this fix, that display number will display correctly up to 999. If you are modding in items, the number itself can go over 999 internally; but the display for the number will cap out at 999.[/i]
- Fixed issue where, if a person who planned to roll on loot skipped, the rolling animation would still play
- Fixed issue where, if the only person who chose a character left, everyone in the middle of choosing a character would have their character selection reset
- Fixed issue where, when making a custom animation, the game would crash if you didn't fill in headOffset values for all frames
- Fixed issue where, if you had empty lines in an "AnimationSheetSimple", the game would throw errors
- Fixed issue where the parser would incorrectly count parenthesis when you used them in conjunction with a function call
- Fixed issue where disabling an encounter mod and proceeding in Toybox mode could crash your game
- Fixed issue where, if your game was unmodded, but you joined a lobby with modded items, you would still gain achivements and unlocks
- Fixed issue where tags aren't properly reflected when you refresh info on a downloaded mod (and at times, doing this would crash your game)