- I have changed the logic flow as previously, you can get the igniters before you know you need them.
- All the faces are done. That is, no more blue square with a white question mark (I hope).
Next release will have revised Iolite Scenes. The artwork is ready. I just ran out of time to get it all integrated into the game for this release.
Hi! I updated to the latest alpha, and did a quick start on the 2nd part. I seduced Melliscoria successfully, and while we were playing, I got a chance at getting her pregnant. However, this was the next screen after Melliscoria said we should move on to the dessert.
ReplyDeletehttp://imgur.com/FlVerql
I was expecting a placeholder instead of this.
Thanks, I have been getting the odd graphics weirdness lately. I might try updating the version of Renpy the game uses.
DeleteI hate to be the bearer of bad news, but there are the blue squares with the white question mark on the stats pages.
ReplyDeleteThanks for the heads up. Its just something I overlooked. :(
DeletePlease keep letting me know. :)
On the Non Player Character statistic page, when does the pregnancies stat increase?
ReplyDelete.
Pretty cool game. Looking forward to what you have in store with it
ReplyDeleteHello there! I was trying to update the game from 1.8.0 to the current alpha, but I ran into this error:
ReplyDeleteI'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Updater.rpy", line 44, in script
File "game/Updater.rpy", line 44, in python
HTTPError: HTTP Error 401: Unauthorized
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Langsuyar\Downloads\ROCER1.8.0-all\ROCER1.8.0-all\renpy\execution.py", line 294, in run
node.execute()
File "C:\Users\Langsuyar\Downloads\ROCER1.8.0-all\ROCER1.8.0-all\renpy\ast.py", line 732, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Langsuyar\Downloads\ROCER1.8.0-all\ROCER1.8.0-all\renpy\python.py", line 1358, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Updater.rpy", line 44, in
$ UpdaterPy.DoUpdate2(".", UpdaterConfig, release='Alpha', Progress=DisplayProgress)
File "UpdaterPy.py", line 239, in DoUpdate2
File "UpdaterPy.py", line 133, in GetDirectory
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 126, in urlopen
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 406, in open
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 519, in http_response
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 438, in error
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 378, in _call_chain
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 625, in http_error_302
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 406, in open
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 519, in http_response
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 444, in error
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 378, in _call_chain
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/urllib2.py", line 527, in http_error_default
HTTPError: HTTP Error 401: Unauthorized
Windows-7-6.1.7601-SP1
Ren'Py 6.17.3.327
HanaFudaFuta 1.8.0
Is there something wrong with my installation?
Probably nothing wrong with your installation, but with your ISP maybe.
DeleteThe update works by first checking what is the latest release available and that worked judging by where the crash happened.
It then goes and downloads the bits that it needs to update from a large file. That is, it downloads slices of the file, not the whole file.
The 401 error happened the first time the updater tried to download a specific slice of the file.
I suspect that somewhere between you and Mediafire, there is a proxy server that is preventing the updater from using the Range option in the HTTP download request.
As a workaround, you can download: http://www.mediafire.com/download/dmsn2r25988d39b/AlphaPatch.zip
Unzip it and copy it over the top of your 1.8.0 files.