Alfred Nonamous Esq. LXIX
Member
- Feb 14, 2019
- 207
- 152
- 227
Games looks interesting, is there any way to get it running on mobile?
Chapter 10 is done but I'm having a hard time delivering the final touches. These last few weeks I have been so swamped with commission I had no time for anything else. This week I will finally have some time to dedicate to QOP. Hopefully, it will be enough and hopefully, it will be worth the waitHello any news on update?
Ah, that slut.I never thought I would get flashbacks of Card Captor Sakura while playing an adult game.
Not a slut per say but just thirsty for romance from anyone including a large amount Card summons.Ah, that slut.
Can confirm. Despite liking the new non mobile version, not being able to read the story on the go via mobile in the old minimalist interface is a bummer.Ui kinda messed up in mobile, both in joiplay and browser
I expected as much. I have been developing this game mainly for windows. I may consider an android version one day, if the interest is there.Ui kinda messed up in mobile, both in joiplay and browser
So long as the game file is in the same directory as the SFX and Art folders, everything should be working no matter che browser.Sadly, the old saves are corrupted, and I can't play it. So, looks like I have to start over. Also, I don't know if it's my laptop or the link itself, but the images are not shown in HTML. Is there a way to fix it?
Unfortunately not. Chapter 5 will be the biggest image injection yet, more than all other chapters combined. It will be part of the steam release of the game. Consider wishlisting it, the more wishlists we get the sooner it will launch^^.were new images added in the last update?
It is an artistic choice. It helps me distinguish the game from the crowd, like Slay the Princess. Additionally, the minimalist style in scale of greys reevokes the illustrations of the D&D manuals of yore and pays homage to my favourite CRPGs such as Baldur's Gate 1, 2, and Icewind Dale.Is this still black and white?
3. Copy the css code and paste BEFORE the above line./* Leave this comment at the end of the file for ease of merging */</style>
@media screen and (width <= 768px) {
body {
font-size: 14px;
perspective: inherit;
height: inherit;
overflow: inherit;
flex-wrap: wrap;
}
#ui-bar.stowed~#story {
margin-left: 1.5em;
}
.passage {
line-height: 1.5;
}
#location-art {
width: auto;
max-width: 100%;
}
}
Made a new file already containing it. I'll upload on the main page ASAP, for now you can get itHere is a small patch so it is playable on mobile.
1. Open the html file.
2. Search for
3. Copy the css code and paste BEFORE the above line.
4. Save the html file and enjoy.CSS:@media screen and (width <= 768px) { body { font-size: 14px; perspective: inherit; height: inherit; overflow: inherit; flex-wrap: wrap; } #ui-bar.stowed~#story { margin-left: 1.5em; } .passage { line-height: 1.5; } #location-art { width: auto; max-width: 100%; } }