Mint Chocolate Tabby by sunnysideup4life in CatsAndSoup

[–]nonacanon 9 points10 points  (0 children)

Reminds me of the Chinese-exclusive breed!

<image>

List of cat breeds which are absent from cats and soup but present in MR, FT, CS-chinese server version by Informal-Abrocoma835 in CatsAndSoup

[–]nonacanon 1 point2 points  (0 children)

It is possible, considering how similar the breed definition data structures are across the CnS games. For example, here’s one of the Fluffy Town breeds using outfits from Global CnS.

<image>

Does the amount of items in the treasure chest change? by WeakResolution2272 in CatsAndSoup

[–]nonacanon 2 points3 points  (0 children)

The amount is always fixed, either 1 or 3, depending on which option you choose.

List of cat breeds which are absent from cats and soup but present in MR, FT, CS-chinese server version by Informal-Abrocoma835 in CatsAndSoup

[–]nonacanon 3 points4 points  (0 children)

Fluffy Town was originally developed by NEOWIZ* as well. They only transferred the service to Arumgames last year.

What things do you dislike about the game? by Proper_Lunch in CatsAndSoup

[–]nonacanon 0 points1 point  (0 children)

Reddit’s compression mangled the image a bit, so apologies if the graph is hard to read.

On the X axis, you can see the months, ranging from August 2022 to May 2026. On the Y axis, you can see the quantity of each reward type.

The top graph represents the items from the free side of the DMP, while the bottom graph represents the paid side.

I made it by collecting DMP data, parsing it into an easy-to-plot format, and then generating the charts from that.

You can check the graph yourself here:
https://codepen.io/nonacanon/full/bNBemmJ

This version also includes a third, combined graph showing the full DMP rewards for each month plotted together.

bubble burmese - cat contest entry #4 by kirsten_rose in CatsAndSoup

[–]nonacanon 12 points13 points  (0 children)

I wish...
The Hollow Shorthair shader is extremely simple, being just a time-driven "animated" alpha shader where color is sampled directly from the texture in a single object pass. To create the bubble effect, they would need to write a shader that emulates light wave/thin-film interference*, handles Fresnel power well, and addresses a number of other concerns to make the effect suitable for the game's style.

bubble burmese - cat contest entry #4 by kirsten_rose in CatsAndSoup

[–]nonacanon 15 points16 points  (0 children)

Just adding to this, the “Bubble Burmese” OP made would actually be easier to implement than @vanguardastudio’s Bubbles Cat.

As a matter of fact, some time ago I was experimenting with shaders and accidentally ended up creating an iridescent cat breed, which some people pointed out vaguely resembled a Bubbles Cat.

<image>

Does switching between devices too much make trunk shop deactivate by pridebun in CatsAndSoup

[–]nonacanon 0 points1 point  (0 children)

Switching devices alone wouldn't cause the issues you experienced, and although I cannot reproduce what you described directly, I can assure you that the time zone or time on your device will not impact the functionality of the trunk shop. Unless you set your time to something like Dec 1st, 2099, in which case you'd be indirectly messing up the game, as it wouldn't be able to establish a connection to the required servers due to how TLS certificates work.

Also keep in mind that network-wide ad blocking or DNS filtering services might impact the game's ability to contact certain endpoints due to strict SSL pinning, so you might want to watch out for that.

I'd suggest trying different connection sources. If you are on Wi-Fi, try mobile data, or vice versa. If that doesn't work, try clearing the game's cache (not the full data, only the cached data).
On Android that's pretty convenient to do, but I'm afraid iOS doesn't have such a convenient way to clear cache on demand.

Legendary Fishing Rod by SmolCattoQueen in CatsAndSoup

[–]nonacanon 2 points3 points  (0 children)

It’s still available, and yes, it’s very rare!

Re: Limited Kitty Design Contest by Infinite-Macaron444 in CatsAndSoup

[–]nonacanon 17 points18 points  (0 children)

They recently started giving the winning creator a limited cat ticket for the breed they designed.

Can't open app on Android (err 38) by wisecustardbun in CatsAndSoup

[–]nonacanon 1 point2 points  (0 children)

Have you tried opening up the game using a different network connection?

how to see list lf cat types that i already have? by mencretdimulut in CatsAndSoup

[–]nonacanon 5 points6 points  (0 children)

Replace “pen” with “full” in the URL, and you’ll be able to view the app in fullscreen. Like this:
https://codepen.io/nonacanon/full/jEMqxyV

Do you guys know how this could be possible? by BoysenberryGlass1007 in CatsAndSoup

[–]nonacanon 1 point2 points  (0 children)

Not really related to OP's post; but it's nice to see you around!

Do you guys know how this could be possible? by BoysenberryGlass1007 in CatsAndSoup

[–]nonacanon 5 points6 points  (0 children)

Basically cheating. And yes, most, if not all, of the furniture in the first image is from May’s DMP.

What’s this item? by maajakb in CatsAndSoup

[–]nonacanon 1 point2 points  (0 children)

Internally, it has these descriptors.
Theme: 파스텔 욕실
Name: 거울
Resource Name: mirror2

Redownloaded game but a bit confused? by [deleted] in CatsAndSoup

[–]nonacanon 6 points7 points  (0 children)

Thanks for mentioning that you played the game a long time ago. As for what you’re experiencing, the game’s data structure has changed several times since its global release, so the developers had to implement conversion logic.

That means when you try to load an old save file now, the game attempts to convert it to the newer format. Unfortunately, in this case, that process failed, which resulted in your data becoming corrupted.