ah.. so automatic d only, d + e, d + g, d + e + g?
ok, use
end.rpy and
screen.rpy in ch1 and
load_data.rpy in ch2
you still have to press <enter> in the input to accept the default description or change it to your liking
Small, and smart! Havn't tested it yet nor looked at dmd code in months, but looks to do the job nicely.
just want to add as there do seem to be some confusion.
@virtuvoid , last time I checked:
If you dont have any ch.1 end-of-game data stored, you'll be taken though a short questionare with some of the ch.1 choices. So people are able to start with ch.2 even if they never thouched ch.1.
If there is just 1 playthough stored (file_dir = config.savedir + "/port/"), that will be chosen without userpromts.
If you played though to the end multiple times, it will show the selectionscreen with
up to your last 8 playthoughs. It doesn't matter if people play though the game 2 or 200 times. It's always (up to) the last 8 that will show up (newest game showing last, if I recall correctly).
Hope that is the answers you were looking for.