Version 1.5, Red Wyrmling
Ravager » Devlog
Dev Notes
- Compatible with save files from v1.4 and newer.
- The first round of commissions took longer than expected, so the majority will be added in 1.6.
Features
- Female and male voice lines have been separated out into different channels, with their own sliders in the Preferences menu. Voice queueing and continuation has been improved.
- Vira’s character art added for Princess Adeline. This can be activated by setting Art Style to ‘Mixed’ and Side Images to ‘Always’ in the Preferences menu.
- Centaur voice acting added to the first part of the forest scene.
Tweaks
- A switchable ‘Art Style’ option has been added to the Preferences menu. Select ‘Mixed’ to see Vira’s character art.
- The layout of the Preferences menu has been improved.
- Royal guards & Cove mercenaries have been visually differentiated.
- Guards & mercenaries are now a bit more expressive.
- The knight has been given a much-needed makeover. Green, orange, and purple? What were you thinking??
- The abbess now looks a little more like her voice actress.
- Loops and breaks have been added to the more elaborate voice acted scenes, to improve flow.
- New framework added for the bukkake overlay.
- Numerous small improvements to Chapter 1 for handling side images.
Fixes
- Fixed missing side portrait for Witch.
- Fixed missing side portrait for Knight.
- Fixed pathing after thief sisters encounter.
- Numerous typo and grammar fixes.
Files
Ravager 1.5 for PC 118 MB
May 04, 2019
Ravager 1.5 for Linux 105 MB
May 04, 2019
Ravager 1.5 for Mac 101 MB
May 04, 2019
Ravager 1.5 for Android 105 MB
May 04, 2019
Get Ravager
Buy Now$15.00 USD or more
Ravager
This time, you play the dragon. A bad dragon.
Status | In development |
Author | 4MinuteWarning |
Genre | Role Playing |
Tags | Adult, Dark, Dating Sim, Erotic, Fantasy, Furry, LGBT, Narrative, NSFW, Romance |
Languages | English |
Accessibility | Subtitles, High-contrast |
More posts
- Version 5.1.9, Fawns & FornicationJul 06, 2024
- Version 5.1.8, Tribes & VibesMay 05, 2024
- Ravager Soundtrack launches on Steam!Apr 26, 2024
- Version 5.1.7, Masters & RemastersApr 06, 2024
- Version 5.1.6, Mistresses & MistreatmentMar 02, 2024
- Version 5.1.5, Indigo & IndignationFeb 04, 2024
- Version 5.1.4, Catacombs & CatgirlsJan 06, 2024
- Version 5.1.3, Lore & LawDec 01, 2023
- The Great Subscription DriveNov 17, 2023
- Last Chance To Buy Ravager On ItchNov 10, 2023
Comments
Log in with itch.io to leave a comment.
New build, new bugs :) This time with a couple of the new Centaur voice tracks.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6947, in script
play mvoice centaurA_sawsomething
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 6947, in <module>
play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6947, in script
play mvoice centaurA_sawsomething
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-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.5-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.5-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.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6947, in <module>
play mvoice centaurA_sawsomething
NameError: name 'centaurA_sawsomething' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:48:42 2019
[/code]
-----------------------------------------------------------------------------------------------------------------------
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 6956, in script
play mvoice centaurA_stones
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 6956, in <module>
play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 6956, in script
play mvoice centaurA_stones
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "E:\Program Files\Itch io\Apps\ravager\Ravager-1.5-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.5-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.5-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.5-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 6956, in <module>
play mvoice centaurA_stones
NameError: name 'centaurA_stones' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
Ravager 1.5
Sat May 04 12:50:09 2019
[/code]
War. War never changes. Thank you! I've caught and fixed them - they'll be working in the next release.