miniMAXIme: Character scaler and selector

by Pi-C

The player stands like a giant near the vehicles. Now you can adjust the size of your character -- and you can change your appearance at any time if you've other mods that provide extra characters!

Tweaks
11 days ago
0.16 - 2.0
26.4K

b [Fixed?] Crafting Queue deletion & loss of items

1 year, 9 months ago

If I change the character then my crafting queue is deleted, including all resources that I have put in without refunding them like normal if you cancel something.

1 year, 9 months ago

Thanks for the report, I'll look into this!

1 year, 8 months ago

Sorry, I had ignored the crafting queue completely! Probably didn't realize that it was necessary and possible to transfer it from one character to the other because player.crafting_queue is a read-only property that can't be copied directly (one has to store the queued recipes, cancel crafting, exchange characters, and start crafting again).

As of version 1.1.21, the crafting queue will be tranferred to the new character -- with one caveat: Suppose a player starts to craft 30 pipes and 30 underground pipes. The pipes have been crafted and are now in the player's inventory. When the player switches characters, crafting will be cancelled and the unused prerequisite for the underground pipes will also be put in the player's inventory. Once the player has a new character, 30 underground pipes will be queued for crafting again. But because all the pipes that are already in the inventory will be used for crafting the underground pipes, the player must enqueue the 30 pipes again. While this isn't optimal, it's much better for performance to only store/restore the active queue when players switch characters than keeping track continuously of all recipes when they are added to or removed from the queue.

New response