バーチャルギャラリー的な感じで書籍を紹介するのって素敵ですね!
npckc
Creator of
Recent community posts
The cards are never flipped on the playing field! I just show them as flipped in the instructions to try to make it clear that those cards aren't relevant to the specific instructions getting explained in that rule (didn't want to add more visual noise), but I see now why that might be confusing.
You only flip the face-up pills to be face-down if you want to reshuffle your hand.
having a swap limit instead of a time limit is an interesting change! the music is also just really great to listen to. the 4-swap limit feels pretty tough at first but it feels great if you get a combo going.
(i had a few times where the game would hang & i would have to reset, but since each play isn't that long it's not a big deal.)
this is probably the only time i will release plushes for one night, hot springs like this. as a dev who makes small games on my own rather than a company, i unfortunately don't have the ability to make a big lot of plushes to lower the per-unit price - you'll find most plushes made at this size with around the same number of units to be about the same price or higher.
For now what I've done is just use custom CSS to hide any links in comments while still showing the text & indicating to the reader that a link has been removed, but this is not ideal.
CSS used:
.game_comments_widget .post_body p a {display:none;}
.game_comments_widget .post_body p:has(a)::before {content: '[link removed from comment] '}
There seem to have been more spam accounts leaving comments saying things like "Updated version here" with links to suspicious sites. While I delete and report these whenever I receive them, it feels like there should be a way to not have these very obvious spam comments be displayed on game pages. (It is a slight improvement over the porn gif comments that were being spammed previously, at least.)
Would it be possible to implement a feature where comments that link outside of itch are not displayed until the creator of the page approve them? This could be an opt-in feature so creators who want to have their comments be a free-for-all like they are now can still have that, but it could be a nice in-between option for people who don't want to close off comments entirely but also don't want to keep deleting suspicious-looking spam comments, and it would make itch comments safer because people wouldn't be led off itch to suspicious external websites.
Hi, just wanted to second that I also had issues with this tool when using it to create a CSV for a file with English source text and Chinese translation text. It works fine for one with English source text and French translation text, so it seems like something with the Chinese characters is causing the issue.
It can create the CSV fine, but when converting back to RPY, an error message saying "Something went wrong." pops up and the created RPY is an empty file.