- Mar 22, 2020
- 4,916
- 11,626
- 698
You are correct, 9 pages is the default number of save screens.There is a little problem, only 9 save pages here excluding autosaves & quick saves page.
Cant go further after page-9.
You are correct, 9 pages is the default number of save screens.There is a little problem, only 9 save pages here excluding autosaves & quick saves page.
Cant go further after page-9.
Well, 9 pages are the "shown" pages, the default on Ren'Py is unlimited.You are correct, 9 pages is the default number of save screens.
Here's the code. Range 1 to 10 gives 9.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![]()
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"
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.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?
Story-oriented sandbox = Recipie for a failed project?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.
I didn't get that part. Sorry I'm not familiar with the lingo of this forum.It was also plagued by a lack of warnings about the End of Content, leading to player frustration.
I'll definetly give it a go. I'm more into sci-fi spaceships all kind of stuff, but that one peeked my interest.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.
that depends how well dev keeps things in order and other things.Story-oriented sandbox = Recipie for a failed project?
Any examples of successes and/or fails?that depends how well dev keeps things in order and other things.
well game works but shows quests which can't be completed until future versions.Any examples of successes and/or fails?
.81 was remake of 0.8 and previous.why slow development or abandon touch the most great games outthere?? damn i'm pissed about this...
Howdy good sire;.81 was remake of 0.8 and previous.
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.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.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?
You cheeky devil, lovely answers. 8D1. 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.
Yes, it's part of the story. Just play and at one point it will ask you.MC's name changeable?
yeah this one has such good writing but the sandbox feels out of placeIt 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![]()