Daastaan007

Well-Known Member
Jan 10, 2019
1,185
476
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.81 + WT by LightmanP

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
(if it gives you a .zip, just rename it as .apk)
Mega
PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Size 233 MiB

Come find me on Discord:
There is a little problem, only 9 save pages here excluding autosaves & quick saves page.
Cant go further after page-9.
 
Last edited:

FatGiant

Forum Fanatic
Jan 7, 2022
4,727
15,065
You are correct, 9 pages is the default number of save screens.
Well, 9 pages are the "shown" pages, the default on Ren'Py is unlimited.

The Dev must have removed the navigation keys that allows access to the extra pages. As he did to many other GUI elements. Like the Exit button (Alt-F4 it is my option). For this, besides using a console command that I don't know, I have no idea.

Peace :)
 
  • Like
Reactions: andrew david irving

estrada777

Engaged Member
Modder
Donor
Mar 22, 2020
3,961
9,742
Well, 9 pages are the "shown" pages, the default on Ren'Py is unlimited.

The Dev must have removed the navigation keys that allows access to the extra pages. As he did to many other GUI elements. Like the Exit button (Alt-F4 it is my option). For this, besides using a console command that I don't know, I have no idea.

Peace :)
Here's the code. Range 1 to 10 gives 9.


Code:
            hbox:
                style_prefix "page"

                xalign 0.5
                yalign 1.0

                spacing gui.page_spacing

                textbutton _("<") action FilePagePrevious():
                    style "alt_text"

                if config.has_autosave:
                    textbutton _("{#auto_page}A") action FilePage("auto")

                if config.has_quicksave:
                    textbutton _("{#quick_page}Q") action FilePage("quick")

                ## range(1, 10) gives the numbers from 1 to 9.
                for page in range(1, 10):
                    textbutton "[page]" action FilePage(page)

                textbutton _(">") action FilePageNext():
                    style "alt_text"
 
  • Red Heart
Reactions: FatGiant

Michelangelo da Mouso

Member
Game Developer
Nov 19, 2018
111
253
This looks like a pretty decent game. Haven't played yet, but I see almost 5star reviews, lots of likes... however, I see in Patreon he's not making more than 400$/month... What am I missing?
 

FatGiant

Forum Fanatic
Jan 7, 2022
4,727
15,065
This looks like a pretty decent game. Haven't played yet, but I see almost 5star reviews, lots of likes... however, I see in Patreon he's not making more than 400$/month... What am I missing?
It is maybe because the updates are sparse. Also, being a story oriented sandbox doesn't help. People that go for Sandbox, couldn't, in general, care less about story, and vice-versa. It was also plagued by a lack of warnings about the End of Content, leading to player frustration.

The game is good. IMHO it would be better in VN format since the story is rich and well written with great characters, so much so, that the Sandbox feels tacked on and completely pointless.

I would say, play it and judge by yourself. I think that in spite of it's shortcomings it is still worth it.

Peace :)
 

Michelangelo da Mouso

Member
Game Developer
Nov 19, 2018
111
253
It is maybe because the updates are sparse. Also, being a story oriented sandbox doesn't help. People that go for Sandbox, couldn't, in general, care less about story, and vice-versa.
Story-oriented sandbox = Recipie for a failed project?
It was also plagued by a lack of warnings about the End of Content, leading to player frustration.
I didn't get that part. Sorry I'm not familiar with the lingo of this forum.
The game is good. IMHO it would be better in VN format since the story is rich and well written with great characters, so much so, that the Sandbox feels tacked on and completely pointless.

I would say, play it and judge by yourself. I think that in spite of it's shortcomings it is still worth it.
I'll definetly give it a go. I'm more into sci-fi spaceships all kind of stuff, but that one peeked my interest.
 

greenjf

Member
Sep 23, 2020
177
1,220



stuff for the stuff gods!!!11111one

Heya!

With the downtime I had, I was looking over the script and decided to expand on it a bit. Anyway, the expanded one is around 80ish percent done and I expect to be done with it soon. I have a release date in mind but I'm not sharing it yet, just in case. Maybe I'll share it next week. So I'm hoping for around 3 months worth of content delivered in 4 months, with one month being a freebie. That feels like something I can live with.
That's it for now. Just wanted to keep you guys in the loop.
 

Capt. Fubar

Member
Sep 8, 2022
154
121
.81 was remake of 0.8 and previous.
Howdy good sire;

1-What are we gonna' do with this info, I wonder?
2- It is a goddamn new game, what the shit is remake?
3- It is also very short game thus far, what the shit is remake?
4- Why do we get laziest or most incompetent developers (or both) when it comes to vampire games (including but not limited to AVNs); what the shit is remake?
4a- Is that an eternal / divine sight or a witchcraft / demonic curse; what the shit is remake?

Thank ye' in advanced. Ohh by the way, I also want to ask that what the shit is remake?
 
  • Haha
Reactions: Zemax and Shaun@121

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,157
1,669
Howdy good sire;

1-What are we gonna' do with this info, I wonder?
2- It is a goddamn new game, what the shit is remake?
3- It is also very short game thus far, what the shit is remake?
4- Why do we get laziest or most incompetent developers (or both) when it comes to vampire games (including but not limited to AVNs); what the shit is remake?
4a- Is that an eternal / divine sight or a witchcraft / demonic curse; what the shit is remake?

Thank ye' in advanced. Ohh by the way, I also want to ask that what the shit is remake?
The dev REMADE part of the code with version 0.80 as per the change log in the OP which forced everyone to restart the game.
You don't have permission to view the spoiler content. Log in or register now.
 

cxx

Message Maestro
Nov 14, 2017
65,344
32,938
Howdy good sire;

1-What are we gonna' do with this info, I wonder?
2- It is a goddamn new game, what the shit is remake?
3- It is also very short game thus far, what the shit is remake?
4- Why do we get laziest or most incompetent developers (or both) when it comes to vampire games (including but not limited to AVNs); what the shit is remake?
4a- Is that an eternal / divine sight or a witchcraft / demonic curse; what the shit is remake?

Thank ye' in advanced. Ohh by the way, I also want to ask that what the shit is remake?
1. nothing unless tries to load saves before remake.
2. well this isn't that new anymore but remake is redoing all or part of game again with some changes which usually force players to play it again from beginning.
3. yes short game but changes were done under hood.
4. and 4a. there are same kind of devs on many avns.
 

Capt. Fubar

Member
Sep 8, 2022
154
121
1. nothing unless tries to load saves before remake.
2. well this isn't that new anymore but remake is redoing all or part of game again with some changes which usually force players to play it again from beginning.
3. yes short game but changes were done under hood.
4. and 4a. there are same kind of devs on many avns.
You cheeky devil, lovely answers. 8D

 
4.50 star(s) 70 Votes