Part 2 Sponsorship

Crowd Funding has now closed at Offbeatr. Thankyou everyone who supported us. It was touch and go for a while, but we made our base target with minutes to spare. :O

http://offbeatr.com/project/redemption-of-the-crimson-empress-part-2-67812055153

Sunday 17 August 2014

Release 1.7.8 is up

You can find the new release here (http://www.mediafire.com/download/jywmwtum6kaxzv1/ROCER1.7.8-all.zip) or use the updater.

This release is largely untested. Be prepared for bugs and weirdness.

In this release, the pregnancy code has been rewritten. There is a new logical location called the Spa, which after lots of requests, I have decided to make a place that you can go to. That's not done yet, but the basis is there.

Unpregnant will go away in the next release and you probably should not use it with this one except in emergencies. Getting the wrong person pregnant at the wrong time will lead to a bad end. There is a new automatic save function that saves just before a pregnancy. You can restore from the restart menu.

There are new images from SealedTwilight and HellGate2 in this release for Topaz and Iolite in their quarters. I hope you will agree that for new artists, their work is praiseworthy.
There are a few bug fixes to rumours and other things as well.

If you are a Mac user and it still does not work for you, please let me know. It works on the OS-X Mavericks laptop that I have access to.

My focus for the next few weeks is more artwork and fixing bugs.



10 comments:

  1. Found a bug in the new version.
    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/MainGame.rpy", line 136, in script call
    File "game/Patrol.rpy", line 538, in script call
    File "game/Sex.rpy", line 1151, in script call
    File "game/Sex.rpy", line 52, in script
    File "game/Sex.rpy", line 52, in python
    File "game/Characters.rpy", line 302, in python
    File "game/GameState.rpy", line 384, in python
    File "game/GameState.rpy", line 802, in python
    NameError: global name 'sort' is not defined

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "C:\Documents and Settings\Administrator\Desktop\New Folder\ROCER1.7.0-all\renpy\execution.py", line 294, in run
    node.execute()
    File "C:\Documents and Settings\Administrator\Desktop\New Folder\ROCER1.7.0-all\renpy\ast.py", line 732, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "C:\Documents and Settings\Administrator\Desktop\New Folder\ROCER1.7.0-all\renpy\python.py", line 1358, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/Sex.rpy", line 52, in
    $ partner.Impregnated(player, SX_Cum)
    File "game/Characters.rpy", line 302, in Impregnated
    gs.PregSave(name)
    File "game/GameState.rpy", line 384, in PregSave
    self.copySave(CHECKPOINT_MAIN, Next4000()+npcName+"AlmostPregnant")
    File "game/GameState.rpy", line 802, in Next4000
    sort(checkpoints)
    NameError: global name 'sort' is not defined

    Windows-XP-5.1.2600-SP3
    Ren'Py 6.17.3.327
    HanaFudaFuta 1.7.8

    ReplyDelete
    Replies
    1. I have done a quick patch for that one. Use update to get a new copy. Full download is in same place if you need it.

      Delete
  2. A new traceback:
    While running game code:
    File "game/Gardens.rpy", line 83, in script call
    File "game/Gardens.rpy", line 83, in script call
    ScriptError: could not find label 'C_Jade1'.

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "D:\Games\ROCER1.7.3-all\renpy\bootstrap.py", line 286, in bootstrap
    renpy.main.main()
    File "D:\Games\ROCER1.7.3-all\renpy\main.py", line 328, in main
    run(restart)
    File "D:\Games\ROCER1.7.3-all\renpy\main.py", line 77, in run
    renpy.execution.run_context(True)
    File "D:\Games\ROCER1.7.3-all\renpy\execution.py", line 515, in run_context
    context.run()
    File "D:\Games\ROCER1.7.3-all\renpy\execution.py", line 330, in run
    node = self.call(e.label, return_site=self.next_node.name)
    File "D:\Games\ROCER1.7.3-all\renpy\execution.py", line 371, in call
    return renpy.game.script.lookup(label)
    File "D:\Games\ROCER1.7.3-all\renpy\script.py", line 547, in lookup
    raise ScriptError("could not find label '%s'." % str(label))
    ScriptError: could not find label 'C_Jade1'.

    Windows-7-6.1.7601-SP1
    Ren'Py 6.17.3.327
    HanaFudaFuta 1.7.8

    ReplyDelete
    Replies
    1. Oops. Save games were not as backward compatible as I thought. :(

      I have fixed it so it works again. I am overwriting the old version. Use updater to fix. Update will be up in about 60 minutes. (slow upload)

      Delete
  3. a dumb question, how do i know if i got the wrong person pregnant? :V any hint?

    ReplyDelete
    Replies
    1. A bad end will kick off in the next 6 game hours. You will know it when you see it. :O

      Delete
  4. bug in getting flame pregnant. Tracelog.txt is:
    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/MainGame.rpy", line 136, in script call
    NextConversation at BQuarters minpri 1 else goto BaileyScreen2
    File "game/Visiting.rpy", line 101, in script call
    call VSQ_Visit(npcname="Flame")
    File "game/Visiting.rpy", line 406, in script call
    call expression VSFuck pass (vsqloc, "Dominate")
    File "game/Sex.rpy", line 745, in script call
    call StraightSexM(partner=gs.Flame, sitb=35, diff=0.5)
    File "game/Sex.rpy", line 52, in script
    $ partner.Impregnated(player, SX_Cum)
    File "game/Sex.rpy", line 52, in
    $ partner.Impregnated(player, SX_Cum)
    File "game/Characters.rpy", line 302, in Impregnated
    gs.PregSave(name)
    File "game/GameState.rpy", line 384, in PregSave
    self.copySave(CHECKPOINT_MAIN, Next4000()+npcName+"AlmostPregnant")
    File "game/GameState.rpy", line 749, in copySave
    shutil.copy(self._filedir+'/'+oldname+"_gs", self._filedir+'/'+newname+"_gs")
    NameError: global name 'shutil' is not defined

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "game/MainGame.rpy", line 136, in script call
    NextConversation at BQuarters minpri 1 else goto BaileyScreen2
    File "game/Visiting.rpy", line 101, in script call
    call VSQ_Visit(npcname="Flame")
    File "game/Visiting.rpy", line 406, in script call
    call expression VSFuck pass (vsqloc, "Dominate")
    File "game/Sex.rpy", line 745, in script call
    call StraightSexM(partner=gs.Flame, sitb=35, diff=0.5)
    File "game/Sex.rpy", line 52, in script
    $ partner.Impregnated(player, SX_Cum)
    File "C:\Users\Brandon.FTBBS\Documents\Games\renpy-6.17.6-sdk\renpy\ast.py", line 756, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
    File "C:\Users\Brandon.FTBBS\Documents\Games\renpy-6.17.6-sdk\renpy\python.py", line 1382, in py_exec_bytecode
    exec bytecode in globals, locals
    File "game/Sex.rpy", line 52, in
    $ partner.Impregnated(player, SX_Cum)
    File "game/Characters.rpy", line 302, in Impregnated
    gs.PregSave(name)
    File "game/GameState.rpy", line 384, in PregSave
    self.copySave(CHECKPOINT_MAIN, Next4000()+npcName+"AlmostPregnant")
    File "game/GameState.rpy", line 749, in copySave
    shutil.copy(self._filedir+'/'+oldname+"_gs", self._filedir+'/'+newname+"_gs")
    NameError: global name 'shutil' is not defined

    Windows-7-6.1.7601-SP1
    Ren'Py 6.17.6.512
    HanaFudaFuta 1.7.8

    ReplyDelete
    Replies
    1. Bug fixed and patch uploaded. Use updater to get it.

      Thanks for letting me know. :)

      Delete
  5. Bug while getting Emerald pregnant:

    I'm sorry, but an uncaught exception occurred.

    While running game code:
    File "game/MainGame.rpy", line 136, in script call
    File "game/MainGame.rpy", line 136, in script call
    ScriptError: could not find label 'C_ErmeraldPregnant'.

    -- Full Traceback ------------------------------------------------------------

    Full traceback:
    File "renpy\bootstrap.py", line 286, in bootstrap
    renpy.main.main()
    File "renpy\main.py", line 328, in main
    run(restart)
    File "renpy\main.py", line 77, in run
    renpy.execution.run_context(True)
    File "renpy\execution.py", line 515, in run_context
    context.run()
    File "renpy\execution.py", line 330, in run
    node = self.call(e.label, return_site=self.next_node.name)
    File "renpy\execution.py", line 371, in call
    return renpy.game.script.lookup(label)
    File "renpy\script.py", line 547, in lookup
    raise ScriptError("could not find label '%s'." % str(label))
    ScriptError: could not find label 'C_ErmeraldPregnant'.

    Windows-7-6.1.7601-SP1
    Ren'Py 6.17.3.327
    HanaFudaFuta 1.7.8

    ReplyDelete
  6. Hello, I was wondering if you had considered (might have been suggested before, I don't know) having the player go second rather than first in some situations in the game.

    Like playing second during seduce while being first during domination.

    Love the game and artwork, looking forward to future updates :)

    ReplyDelete