shapez.io icon indicating copy to clipboard operation
shapez.io copied to clipboard

Unable to do freeplay in demo

Open UnsignedArduino opened this issue 3 years ago • 1 comments

Unsure if this is intended, but it isn't possible to play free play in the demo anymore: image No stacker, so can't make the shape. Plus it's asking to deliver at -1 items a second. :) Only at level 15 does it ask to deliver at 1 item a second.

UnsignedArduino avatar Jul 13 '22 17:07 UnsignedArduino

This was fixed recently.

WaffleDevs avatar Aug 04 '22 17:08 WaffleDevs

Screenshot 2022-11-03 1 20 18 PM I am having the same issue.

Matteus130 avatar Nov 03 '22 17:11 Matteus130

Presumably, you're trying to play a Level 15 save in the demo, which has been restricted to just 9 levels, and the demo doesn't account for what to do? I think the dev had the intention of removing freeplay in demo (not sure), but I guess it wasn't done properly.

Directly speaking, the lack of buildings is because the missing levels mean the corresponding unlocks are never given. The negative numbers are simply because the freeplay throughput calculation formula has the first freeplay level (27) hardcoded in: https://github.com/tobspr-games/shapez.io/blob/b07e04e7b1c3a3af312fac3ea8957c89dbf48b67/src/js/game/hub_goals.js#L255

EmeraldBlock avatar Nov 03 '22 18:11 EmeraldBlock