These are features that I'd like to see in the next version. At the time of writing, the current version of VNDS is 1.5.3. Feel free to post your own.
Critical:
Not Critical:
Unlikely (too much coding or work):
Not Critical:
As stable as v1.4.7. It often crashes with v1.5.3
A fix for the brightness button bug...
Any chance of a generally applied option to skip previously read scenes for multi-route stories?
The problem with that is that VNDS has no way of telling between menu files, scene files, bad end files, code files, etc unless stated explicitly which might require a rewrite of all current novels.
Even PC engines like NScripter does not have a skip read scenes function, eacn VN implements it individually.
>>7
I don't get your point in that.
As far as I think, there should be no greater hurdle to implement this function. It would just be required to write a bit into a file to determine if a certain line has already been read.
Just look at this example. A VN starts with the script "script1.scr" at line 1. While or before the first line is being displayed, the engine should create (if not exists) a text file "script1.seen", containing a binary "1" on position 1 (whereas the position determines the line number). And so on.
Reading lines should work vice versa (eg. checking the file and so on).
Or am I missing something?
>>8
Maybe its because if there was an added function like that, you might end up going through the files strangely (for example, maybe it would tell you that you have already read main.scr and ask if you would like to skip it?). Looking at what I just said makes almost no sense to me anymore xD.
Looking at the pieces within the idea though, it sounds a little hard (but I know nothing about coding anyways). I'm guessing there would have to be some way to determine which .scr file to move on to (since not everyone uses generic names), there would have to be some way to detect either the end of the script or the next choice function, and some way to work with the if fi functions (I screw around with those and labels a lot, so that kind of function might screw some of the stuff out there if people did the same thing I do), then obviously recording the seen parts, and whatever else there might be.
Why are some people too lazy to use the current skip function?
>>10
Because the current skip function also skips unread text.
Skipping already read text is a huge benefit while replaying a VN (to get all cgs and/or endings, for example).
>>11
o.0 but the skip function doesn't skip questions...it skips to either the end of the script or the next question...so I don't really think you would skip unlocking any of the cgs or endings (since most of the time, its the questions that determine the route).
>>12
I think he means scenes which are essentially the same, have subtle differences when going down a different route, like a new sentence, or an altered sequence
>>10
Because, if you don't have a flowchart, you wouldn't know if you have read that part already or not! A VN Independent Skip function like the one I wrote keeps track of which scene you already read and asks if you want to skip.
Furthermore, the built in skip function in VNDS takes horribly long to skip something...