Thanks in advance for looking into it.
I make one of the clients that supports Oscillate (a middleware library/plugin), but unfortunately it’s definitely something that needs to be authored separately in terms of content.
I’m sorry to disappoint, but: ShareX to make screenshots and Visual Studio Code as text editor.
I wrote some CSS rules to do semi-automatic layout for me, and the content is written directly as HTML.
The layout is largely grid-based, but intentionally overflows containers in order to enable further relative positioning.
To my knowledge, there is no software tool that can make this sort of layout automatically for you.
I’ll ask around a bit, though. There’s a chance some visual tool exists that’s good for making this sort of thing manually.
Hey! Sure, I’m just @qazm on there. I may respond with a delay sometimes, but generally within a day.
(For anyone else reading this: please tell me why you’re contacting me and if I know you from somewhere in the first message. I’m not opposed to DMs from strangers, but the experience may be disappointing for you if you don’t frontload that info.)
I finally managed to catch up… This is good. Very good.
The level of strangeness feels right in a way that’s difficult for me to put into words, but I can say that it doesn’t feel arbitrary. You’ve found a good balance between explaining things and presenting them as they are for the reader to interpret or remember for later.
I think that, from a technical/skill point of view, the recent days are done a bit better than the first ones, but the difference isn’t so large that it would be jarring.
If you’d like your sprite workflow to be more efficient, you could look into Layered Images. That would avoid having to export each possible combination individually. I’m not really clear on how they work, though, or if there are any reasons you might want to avoid using them.
Yes, once you fully catch up with the current story, you can visit the gallery on that save. The game will directly tell you how to find it once you reach that point.
Gallery unlocks are shared between saves, so if you missed anything, you can do it on an earlier save and it will unlock immediately.
(There are hints in the gallery.)
I wouldn’t recommend going for the porn out of context, as much of it doesn’t make as much sense (read: isn’t as hot) when removed from the story.
Please check the ‘Windows’ symbol for the download when you edit the project page here on itch. That way, the game can be installed through the itch.io app (which makes it a lot easier to play on Linux through Proton).
Looking forward to discovering the update.
Edit: Though, it seems Proton is unable to run games made with this engine. (Selecting the correct platform would still be useful.)
I’ll have to wait until I have access to a Windows PC again next week, then.
That was very fun! I think I got nearly everything, but I don’t see outfit #3 for Varahn or Jasper in the bestiary.
There are a few places I got slightly out of bounds, but the only one I got stuck in was the gate after Banshee’s trial, since I managed to walk out by clicking and couldn’t get back in.
A slightly spoilery request regarding the gallery after the break:
.
.
.
.
.
Since the “Helping out Beagle” scene variants are mutually exclusive, could you extend them in the gallery to include the dialogue that follows? I’d like to see how Jasper would act after that misadventure.
The -pc
version is playable natively on Linux too (since it has the .sh
launcher), but it currently has to be extracted manually there.
If you also select Linux for it like so, it’ll be installable using the itch.io app (which makes that a lot easier on touchscreen devices):
In any case, at first glance this looks interesting, so I’ll try to give it a read soon.
The plugin also needs to be enabled in plugins.js, usually by the game's creator using the editor.
You can paste the following line into that file to enable it for (most) existing RPG Maker MV and MZ games though, after pasting Qz_AutoAdvance.js into js/plugins/:
{"name":"Qz_AutoAdvance","status":true,"description":"","parameters":{}},
(Towards the end of the $plugins array, among the other plugins. It should be clear once you open it with a plaintext editor.)
I'm currently reconsidering whether the format is sustainable, since I most likely won't be able to update the chart before the next GROVE update arrives.
(The chart is hand-written in HTML without a visual editor, since I haven't found an editor that can do this. Unfortunately, this approach scales badly to larger charts, and each update also requires what amounts to around five or six complete playthroughs of the game. I don't currently expect to be in a position where either would be feasible for me any time soon.)
Maybe we could crowdsource this somehow? I currently don't have the time or spare energy to organise that, either, but it would be less work per person.
It's a file permission issue. The itch.io app sets this up correctly automatically, but if you use the archive, just run `chmod +x chrome_crashpad_handler` in that folder or make that file executable through its property dialogue.
I'm not sure why Chromium (which is used as runtime here) doesn't handle this automatically, because it very easily could, but alas.
I tweaked the default settings a bit after recording, so by default the base delay is now 90 (1.5 seconds) and the character delay is 2.5 (2.5 seconds / 60 characters).
The GIF was recorded with base delay 60 (1 second) and character delay 2.0 (2.0 seconds / 60 characters), which is most likely a bit too fast for a comfortable first read.
It's generally under a minute until the next event triggers, and you can still move around unless you cancel the condition somehow (like by breaking out of the cell in the bandit lair).
In the case of the fruit, there is no way to cancel it after eating it, so you can continue to do whatever and it'll take effect after a delay.
Life has been happening 🫠🫠🫠
I'm really sorry about the long delay, but currently I just can't do it. I'd need to invest about two weeks of little else to update this at the current scope, due to how much work validating every distinct possibility and connection is.
I should be able to look into how to do this more efficiently eventually, but there's a good chance I'll at best have to change the format somewhat and combine it with the next game update's updates once that's out. GROVE got considerably less linear even in 0.3 and I'm having trouble seeing how I can make the flowchart work for it in a way that's still useful.
They don't have a specific use currently, though you get a documents case badge if you collect all of them.
You could also get a Discord role that adds a small apple icon next to your name, but that's apparently only a thing for a few weeks after a major update. (The locations changed completely with the release of Dark Places.)
No news, sorry. Caught some virus so I haven't been getting a lot of work done.
Project-wise, I'm currently focusing on game development tools and infrastructure for a bit. Been having a bit of a spark of an idea, but it's a bit odd genre-wise and I haven't seen an engine that'd fit it well. Trying to make sure it turns out useful even in case the game itself is a bust…