CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Dreamatrix

Active Member
Aug 11, 2019
530
266
why do you need to use it? The game has official android .apk build.
Well they recently updated new version updates and added Godot 3 and 4 plugins for testing.
So i just did a search on Others since Godot would categorise in Others and test any and most games i play in Others category.
Don't know what engine you using.
 

The Surgeon

Newbie
Apr 9, 2018
39
145
Is the amount of artwork itself being increased over time? The early parts are pretty well illustrated, but the later ones basically don't have any pictures other than the sprites themselves?
 

Dryad Quest Dev

Member
Game Developer
Mar 28, 2020
416
1,109
Is the amount of artwork itself being increased over time? The early parts are pretty well illustrated, but the later ones basically don't have any pictures other than the sprites themselves?
Yes, it's being increased over time. It's just the game has a lot of content and some parts might miss illustrations (they might be added in the future)
 

Arkanae

Newbie
May 29, 2018
70
100
0120:fixme:ui:uisettings2_get_TextScaleFactor stack overflow 1856 bytes addr 0x6fffffc976d5 stack 0x208c0 (0x20000-0x21000-0x820000)
It looks like the win executable has issues running under wine. Not too surprising.

Getting local resources to work in browsers on Linux is a pain, so for Linux gamers out here, here is a quick way to get things working, if you have Chrome on your system: create a file named `game.sh` in the root folder of the game, with this code:
Bash:
#!/bin/bash

idx="resources/app/dist/index.html"
pfx="`dirname \"$0\"`"

google-chrome --user-data-dir="$pfx/pfx" --allow-file-access-from-files "$pfx/$idx"
 

Dryad Quest Dev

Member
Game Developer
Mar 28, 2020
416
1,109
It looks like the win executable has issues running under wine. Not too surprising.

Getting local resources to work in browsers on Linux is a pain, so for Linux gamers out here, here is a quick way to get things working, if you have Chrome on your system: create a file named `game.sh` in the root folder of the game, with this code:
Bash:
#!/bin/bash

idx="resources/app/dist/index.html"
pfx="`dirname \"$0\"`"

google-chrome --user-data-dir="$pfx/pfx" --allow-file-access-from-files "$pfx/$idx"
Why do you need to run wine? There's Linux version for the game.
 
4.40 star(s) 38 Votes