Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to do freeplay in demo #1464

Open
UnsignedArduino opened this issue Jul 13, 2022 · 3 comments
Open

Unable to do freeplay in demo #1464

UnsignedArduino opened this issue Jul 13, 2022 · 3 comments

Comments

@UnsignedArduino
Copy link

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.

@WaffleDevs
Copy link

This was fixed recently.

@Matteus130
Copy link

Matteus130 commented Nov 3, 2022

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

@EmeraldBlock
Copy link
Collaborator

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:

const required = Math.min(200, Math.floor(4 + (this.level - 27) * 0.25));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants