
A downloadable game for Windows, macOS, and Linux
Cook, Serve, Delicious! 2!! is the massive sequel to the surprise best selling original, one of the few games that gives players complete control on how they want to build their restaurant.
The game starts like any other morning at SherriSoda Tower as you take the elevator up to open Cook, Serve, Delicious!, a platinum star restaurant that was surging in popularity thanks to your amazing chef and management skills. Just then, a swarm of police surround SherriSoda Tower. It seems the SherriSoda head executives were secretly stealing funds from the company at the same time they were incurring a staggering amount of debt, draining the accounts of the tower and several of the businesses inside of it, including CSD. Just like that, the tower was closed and put up for federal auction, including everything inside of it. It was all over… the Cook, Serve, Delicious! restaurant was no more.
Angry but determined to rebuild, you’ve scrounged up all of your personal life’s savings and bought commercial space inside the Teragon Supertower, the largest skyscraper in the city. It’s here that you will start a brand new Cook, Serve, Delicious! restaurant, build it back to its former glory, and rebuild your legacy as the best chef in the world.
Features include:
| Updated | 14 days ago |
| Status | Released |
| Platforms | Windows,macOS,Linux |
| Rating | Rated 4.6 out of 5 stars (232 total ratings) |
| Author | chubigans |
| Genre | Action,Simulation,Strategy |
| Made with | GameMaker |
| Tags | Casual,Local Co-Op,Management |
| Average session | A few seconds |
| Languages | English |
| Inputs | Keyboard,Mouse,Gamepad (any) |
| Multiplayer | Local multiplayer |
| Player count | 1 - 2 |
| Links | Steam |
| Mentions | itch.io Recommends: A week packed full o... |
In order to download this game you must purchase it at or above the minimum price of $14.99 USD. You will get access to the following files:
Log in with itch.io to leave a comment.
I love this game and have put ~10 hours into it so far and there is still so much to do. I enjoy the email lore that we receive from time to time and the gameplay is stressful but in a fun way. Getting used to the keyboard controls is a pain tho and misclicking and being unable to undue is frustrating but doesn't take too much away from the experience. I also really appreciate the zen mode as some later levels in certain restaurants are just too overwhelming for me to do when I just want to play a fun game. Overall, I really like it!!!
I'm experiencing a really frustrating bug where the borders of the screen don't register in the game. If I click around the edges of the game, I automatically click off to the desktop or whatever I have in the background. It's screwing up my game to the point where I'm getting bad orders left and right. Fullscreen mode also doesn't work; as soon as the clicking off thing happens, it just reverts back to borderless window mode, even though in the settings, I have it set to fullscreen. Is there anyway to fix this? This game is fantastic, but this is making it unplayable.
For linux users: The game depends on two libraries installed on the system (libssl.so.1.0.0 and libcrypto.so.1.0.0). Most systems might have newer versions installed (on my Ubuntu20.04LTS its libcrypto.so.1.1 and libssl.so.1.1).
Solution: fire up a terminal and search where the libraries are installed on your system:
sudo find / -name librypto.so.*
(enter the password for your user, when asked)
change directory to that folder. For ubuntu20:
cd /usr/lib/x86_64-linux-gnu
there, create two symbolic links which point to the new libraries but have the name of the old:
sudo ln -s libcrypto.so.1.1 libcrypto.so.1.0.0
sudo ln -s libssl.so.1.1 libssl.so.1.0.0
Now, the game does see the new libraries and starts without problems (at least for me)
You don't need to do any of that. Just install the libssl1.0.0* package for your distro.
For me since I'm running Linux Mint (an Ubuntu/Debian variant), I went here and downloaded libssl1.0.0_1.0.2n-1ubuntu5.13_amd64.deb package.
http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/
I love this game! I am playing it on my mac and it's a lot of fun. Easy to learn and gets hard decently fast! To download it on mac, I bought the game then clicked download, but then I went on the actual itch.io and downloaded it from the game page. You don't have to download it like that, but makes it easier to access and play :) anyway great game!
Thank you! And seconded, please fix. Specific error for dev:
./NEW_CSD2_PS4Steam: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Same for libssl. Additionally the game seems to run at least 100x too fast.
Fix for others:
```
cd /usr/lib
sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.1 libcrypto.so.1.0.0
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.1 libssl.so.1.0.0
```
This assumes you have built this with non-i386 runner versions of GMS 2.x and not with 1.4. But if you want to appease the users who aren't Linux savvy enough to do this on their own, this is how you may convert the Linux app to an AppImage so it will run on any modern Linux distribution without any installation required. Let me know if you want or need i386, armv7, or aarch64 support - my discord is "Samuel Venable#5465" - tutorial here -https://forum.yoyogames.com/index.php?threads/gmappimager-tutorial-gm-games-that...
For Linux, if you see veggies fall down very fast on the main screen, your timers are too fast. Set V-Sync under Graphics options to True and it will work normally again.
You can notice the issue also if you start the tutorial and try to cook burgers.
(This game will be added tocloudsaver soon)
One of my favourite games from the racial justice and equality bundle!!!! So addictive and challenging!
However, I found a really annoying bug when I play Firekickers' 2nd stage. Toast/sandwich is a bit buggy, because when the customers asked for white top, white bottom, and I give them what they want, it's a wrong order. Sometimes it's the other way around - they want wheat top, wheat bottom, but when i give wheat, it's a wrong order. I can't get a perfect day :( Perhaps there's a typo between wheat and white in the code somewhere?
Having said that, I can't wait for CSD3!!!!
Hi, I have windows and was having trouble with file downloads but downloading the itch.io app makes it way easier to install games! Here is the link for it: https://itch.io/app
Just click "download" from your BLM bundle link and then it will show up in your library in the app so you can install it to your computer. Hope this helps!
That's apple's way of forcing devs to pay for their Apple Developer Program, and they convince us to do it by blatantly lying to users who try to download software that isn't codesigned. I'm not joking. Apple is a deceitful turd of a company. Do as instructed here and it will run: https://derflounder.wordpress.com/2012/11/20/clearing-the-quarantine-extended-at...
If you're having troubles running the game in Linux, and don't want to wait for a fix, you can try using Lutris (https://lutris.net). I installed the Windows version of the Itch.io client (https://lutris.net/games/itchio/) and managed to run it through that.
I tried to play the linux version of this. It required an old version of libssl for some reason. After I installed that I could run the game, but then I can't finish the tutorial. The nachos go fine, but when I put the burgers on the grill, they just sit there unless I hit enter or click off the grill and then a window comes up to tell me something about the timer, but before I can even read it, it tells me that my burger has burned and to try again. I'm not sure what to do.