- Dec 17, 2017
- 848
- 500
Indeed. Would be a surprise. Armageddon!Preposterous! No-one on this site will post links to games once they are released! okerFace:
Hm was logical. No surprise. So what? He was fucked over by his co-devs and has set himself under to much pressure with the short date. Its ok for me. We will get it.Now he has changed the release date for version 0.0.9 to January 20th. Presumably this means Sunday for many of us.
Doing release dates based on hope and counting on the most positive outcome is nonsense. It does most of the time not work and puts unnecessary stress on the devs. Its counterproductive.
I would strongly advise to move the dates in the other direction of the estimation. Nobody will cry if the release comes earlier...
Greets
EDIT: This funny little thing i found at the end of the options.rpy:
Code:
... ... ...
# Declare two archives.
build.archive("scripts", "all")
build.archive("images", "all")
build.archive("sounds", "all")
# Put script files into the scripts archive.
build.classify("game/**.rpy", "scripts")
build.classify("game/**.rpyc", "scripts")
# Put images into the images archive.
build.classify("game/**.jpg", "images")
build.classify("game/**.png", "images")
# Put sounds into the images archive.
build.classify("game/**.mp3", "images")
build.classify("game/**.avi", "images")
build.classify("game/**.wav", "images")
and the last one...
# Put sounds into the images archive.
Today we learned something new. x'D