Version 1.6, Black Juve Dragon


Dev Notes

  • Compatible with save files from v1.4 and newer.
  • This is an interim release; most of our new art will be added in 1.7.

Features

  • Misha Mayfair joins the cast! Voice acting has been added for the witch.
  • Thanks to Amon Ra, Vira’s beautiful character art is being brought to life. PC users can download the Animations Patch, and put it in their “game” folder, to see the animations for Princess Adeline.
  • A piano accompaniment has been added to Marina Montague’s main theme, courtesy of our new composer Smol Rowan. Complete Chapter 2 and then return to the main menu to hear it.
  • Mercenary voice acting has been extended for the docks eavesdropping. Visit them towards the end of Chapter 2, after choosing Cruelty options, to get the most out of it.
  • Mercenary voice acting has been added to the Merchant vs Mercs scene.
  • An option has been added to force the farmgirl’s, ah, barn door. Adjust your Preferences if you want to use it.

Tweaks

  • Added a Guro content flag to the Preferences menu. This option is disabled by default.
  • Created an animation framework.
  • Created a patch framework.
  • Improved looping and transition of voice acting in Farmgirl and Fangirl scenes.
  • Increased size of the quickbar.
  • Added the Skip button back to the quickbar.

Fixes

  • Fixed centaur voice lines.
  • Moved herald’s VA onto the male voice channel.
  • Fixed missing sprite for Maelys.
  • Fixed missing sprite for ship guard.
  • Fixed conditional eavesdropping text for after the Merchant Cruelty option.
  • Numerous typo fixes.

Files

Ravager 1.6 for PC 127 MB
May 10, 2019
Ravager 1.6 for PC - Animations Patch 58 MB
May 10, 2019
Ravager 1.6 for Linux 113 MB
May 10, 2019
Ravager 1.6 for Mac 109 MB
May 10, 2019
Ravager 1.6 for Android 113 MB
May 10, 2019

Get Ravager

Buy Now$15.00 USD or more

Comments

Log in with itch.io to leave a comment.

Hello, enjoying the new build as always. :)

Got another exception for ya:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 4053, in script
    play mvoice merc1_crackmeup
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "game/script.rpy", line 4053, in <module>
    play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined

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

Full traceback:
  File "game/script.rpy", line 4053, in script
    play mvoice merc1_crackmeup
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\ast.py", line 1859, in execute
    self.call("execute")
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\ast.py", line 1847, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\statements.py", line 179, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 120, in execute_play_music
    renpy.music.play(_audio_eval(p["file"]),
  File "renpy/common/000statements.rpy", line 32, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.6-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 4053, in <module>
    play mvoice merc1_crackmeup
NameError: name 'merc1_crackmeup' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.6
Sat May 11 10:59:25 2019
[/code]

It wouldn't be a new release without its bugs :P

Thanks for the report - I've found it, and fixed it for the next release!