Ren'Py Completed Defiler Wings [v1.4.1] [The Old Huntsman]

2.60 star(s) 7 Votes

meh65

Member
Aug 8, 2016
383
406
Here is the machine translation of 1.4 sorta rough but playable.

Looks like there is a lot more story questing elements.

 
  • Like
Reactions: Jim Webb

Legionnass

Newbie
May 17, 2017
64
8
by the way has anyone figured out the English version of the true name of the mother of all dragons yet or no? just being curious is all. by the way, how is the work on translating the software code from Russian to English going? just asking because it would probably be a lot easier on all of us if it was translated so that it can end up being easier to modify later on if one wants to or not. if this post is seen as being rude in anyway, shape, or form feel free to take it down.
 

Legionnass

Newbie
May 17, 2017
64
8
uh did anyone check to see if the debug systems work or not because I just decided to try the partially translated version out and it seems that even with the developer thing enabled the debug interface system seems to be missing. just thought I should let you guys and gals know.
 

Balub

Member
Aug 13, 2017
215
277
Anybody knows what the difference between 1.1 and 1.4 is? Besides the google translation that is.
 

silulufini

New Member
Oct 3, 2017
2
0
Its work for you ? after unzip, launch and click to continue I have this :


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 67, in script call
    $ renpy.call(target_label)
  File "game/labels/location/lair.rpy", line 50, in script call
    call lb_location_lair_main from _call_lb_location_lair_main
  File "game/labels/location/lair.rpy", line 56, in script call
    call lb_location_lair_main from _call_lb_location_lair_main_1
  File "game/labels/location/lair.rpy", line 34, in script
    menu:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 26, in execute
    window:
  File "game/screens.rpy", line 31, in execute
    vbox:
  File "game/screens.rpy", line 35, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 36, in execute
    if action:
  File "game/screens.rpy", line 37, in execute
    button:
  File "game/screens.rpy", line 40, in execute
    text caption style "menu_choice"
KeyError: u'room_desc'

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

Full traceback:
  File "game/script.rpy", line 67, in script call
    $ renpy.call(target_label)
  File "game/labels/location/lair.rpy", line 50, in script call
    call lb_location_lair_main from _call_lb_location_lair_main
  File "game/labels/location/lair.rpy", line 56, in script call
    call lb_location_lair_main from _call_lb_location_lair_main_1
  File "game/labels/location/lair.rpy", line 34, in script
    menu:
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\ast.py", line 1443, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 748, in menu
    rv = renpy.store.menu(items)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 896, in display_menu
    show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 981, in show_screen
    sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 917, in add
    self.hide_or_replace(layer, remove_index, "replaced")
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 939, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 430, in _hide
    self.update()
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 565, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 26, in execute
    window:
  File "game/screens.rpy", line 31, in execute
    vbox:
  File "game/screens.rpy", line 35, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 36, in execute
    if action:
  File "game/screens.rpy", line 37, in execute
    button:
  File "game/screens.rpy", line 40, in execute
    text caption style "menu_choice"
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1317, in __init__
    self.set_text(text, scope, substitute)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1384, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 229, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 192, in __getitem__
    raise KeyError(key)
KeyError: u'room_desc'

Windows-8-6.2.9200
Ren'Py 6.99.7.858
Defiler Wings 1.4.1
 

Managarmr

Newbie
May 7, 2017
17
16
Its work for you ? after unzip, launch and click to continue I have this :


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 67, in script call
    $ renpy.call(target_label)
  File "game/labels/location/lair.rpy", line 50, in script call
    call lb_location_lair_main from _call_lb_location_lair_main
  File "game/labels/location/lair.rpy", line 56, in script call
    call lb_location_lair_main from _call_lb_location_lair_main_1
  File "game/labels/location/lair.rpy", line 34, in script
    menu:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 26, in execute
    window:
  File "game/screens.rpy", line 31, in execute
    vbox:
  File "game/screens.rpy", line 35, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 36, in execute
    if action:
  File "game/screens.rpy", line 37, in execute
    button:
  File "game/screens.rpy", line 40, in execute
    text caption style "menu_choice"
KeyError: u'room_desc'

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

Full traceback:
  File "game/script.rpy", line 67, in script call
    $ renpy.call(target_label)
  File "game/labels/location/lair.rpy", line 50, in script call
    call lb_location_lair_main from _call_lb_location_lair_main
  File "game/labels/location/lair.rpy", line 56, in script call
    call lb_location_lair_main from _call_lb_location_lair_main_1
  File "game/labels/location/lair.rpy", line 34, in script
    menu:
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\ast.py", line 1443, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 748, in menu
    rv = renpy.store.menu(items)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 896, in display_menu
    show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 981, in show_screen
    sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 917, in add
    self.hide_or_replace(layer, remove_index, "replaced")
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 939, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 430, in _hide
    self.update()
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 565, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 24, in execute
    screen choice:
  File "game/screens.rpy", line 26, in execute
    window:
  File "game/screens.rpy", line 31, in execute
    vbox:
  File "game/screens.rpy", line 35, in execute
    for caption, action, chosen in items:
  File "game/screens.rpy", line 36, in execute
    if action:
  File "game/screens.rpy", line 37, in execute
    button:
  File "game/screens.rpy", line 40, in execute
    text caption style "menu_choice"
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1317, in __init__
    self.set_text(text, scope, substitute)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1384, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 229, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 192, in __getitem__
    raise KeyError(key)
KeyError: u'room_desc'

Windows-8-6.2.9200
Ren'Py 6.99.7.858
Defiler Wings 1.4.1
If you played 1.0.1, you have to delete the old saves folder("%APPDATA%\RenPy\Defiler Wings") otherwise the game will crash.
 
  • Like
Reactions: silulufini

daedilus

Active Member
Mar 11, 2017
688
1,373
Wow... There is a shit-ton more content in 1.4.1 version...

Includes side quests from the Witch, taking the form of the king, impregnating the queen, and starting a whole row with the child being banned and the niece being exiled...

Adds 3D CG as well, made for the story, not just the previous internet tripe.

Unfortunately, i have a very hard time discerning the machine translation especially in the new side quest paths so i'm going to have to wait for the properly translated version to give it a go through.

The new system of having to accomplish a sequence to have sex with the girls was a complete mystery to me, couldn't understand the machine english.
 
Last edited:

Balub

Member
Aug 13, 2017
215
277
Man at some point there was a guide to all the different missions the dark lady gives you, does anyone know where to find that?
These missions are random, is there any particular one you have problems with? I find the mountians best for creating the most expensive treasure, the sky best for farming money and the roads best for getting infamy.

Does anybody have a guide to the bossfight with the queen? I honestly have no idea what I should do, no matter what I do I die. This might have to do with the fact that I'm not super aware how the elements counter each other.
I simply don't know what magic I should get in preparation to survive this. I feel like my dragon is getting raped which is strangely ironical.
 

Drafox

Active Member
Jul 27, 2017
996
2,492
Did Oldhuntsman move on to another project yet? I liked his previous work a lot (Jack O nine) but this one is pretty meh for someone like me who prefers playing as a humanoid (at least) I mean how can you get excited by seeing chicks getting banged by a dragon if you're not into bestiality..
 

Managarmr

Newbie
May 7, 2017
17
16
Did Oldhuntsman move on to another project yet? I liked his previous work a lot (Jack O nine) but this one is pretty meh for someone like me who prefers playing as a humanoid (at least) I mean how can you get excited by seeing chicks getting banged by a dragon if you're not into bestiality..
He's currently working on .
 
  • Like
Reactions: Drafox

20457545691

New Member
Mar 22, 2017
4
27
Is there more steps after unzipping? My game isn't displaying any words, just blank chat logs. I'm using the machine translated version.
 

Managarmr

Newbie
May 7, 2017
17
16
Is there more steps after unzipping? My game isn't displaying any words, just blank chat logs. I'm using the machine translated version.
It worked fine for me, just had to delete the 1.0.1 saves because they're not compatible with 1.4.1 and crash the game when loading them.
 
  • Like
Reactions: rKnight

Balub

Member
Aug 13, 2017
215
277
Is there more steps after unzipping? My game isn't displaying any words, just blank chat logs. I'm using the machine translated version.
You should see three body parts highlighted: Head (mess with the prisoner), womb (eat her) and pussy (take her). There's further actions with options 1 and 3.

I defeated the queen btw, but there's no cut scene or reward like being able to dominate her or a end sequence, just "epic win".
 

daedilus

Active Member
Mar 11, 2017
688
1,373
Found a way to save, btw... To the beginning of your current mission, anyway...

At each dragon selection screen, click on one of the dragons... Don't know why this makes a difference, but it does.

Then browse to the C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings folder and copy the data there.

Create a folder in that folder named Backup and paste that data into it.

You must do this at each dragon selection screen.

To restore from that point, you have to delete save files in TWO locations...

1. DefilerWings\game\saves ... Delete all data there.
2. C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings... Delete all data not in your backup folder, and restore the data from your backup folder to the above directory, then relaunch the game.

Once data is restored, if the dragons presented don't have the attribute you are looking for, you can close out and re-launch the game, it will have different dragons each time, and you can 'shop' for the attribute you want...

It's also handy when you get a mission impossible at your current level, like getting 55,000 treasure on your first, second or third mission, since the missions are totally random.
 

Balub

Member
Aug 13, 2017
215
277
Found a way to save, btw... To the beginning of your current mission, anyway...

At each dragon selection screen, click on one of the dragons... Don't know why this makes a difference, but it does.

Then browse to the C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings folder and copy the data there.

Create a folder in that folder named Backup and paste that data into it.

You must do this at each dragon selection screen.

To restore from that point, you have to delete save files in TWO locations...

1. DefilerWings\game\saves ... Delete all data there.
2. C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings... Delete all data not in your backup folder, and restore the data from your backup folder to the above directory, then relaunch the game.

Once data is restored, if the dragons presented don't have the attribute you are looking for, you can close out and re-launch the game, it will have different dragons each time, and you can 'shop' for the attribute you want...

It's also handy when you get a mission impossible at your current level, like getting 55,000 treasure on your first, second or third mission, since the missions are totally random.
Actually you only have to remove the save files under game\saves, it works for me that way (including new dragons when you save on the selection screen). Note that the game does have multiple saves, so you can delete some of the newer ones so it'll reset to an older save, just make sure to save before important choices.
I e.g. had a situation where it would always throw me back in a situation where I was in a fight with the queen at a choice where I didn't have the right answer, thus dying no matter what I did. I deleted every save but the second one and was able to get back to right before the fight.

Especially when playing the game for the first time though it's good to save at each selection screen, not only to get good choices, but also to have a backup should things go completely wrong, especially at the end.
Now I've beaten the game twice though I feel like going full "yolt" and just take whatever dragon comes my way without ever saving, it certainly has its own thrill, especially when you're down to your last dragon.

Man that machine translation is tough to get through. I have no clue what to do half the time! :D
Really? I found it rather easy to understand, at least the things outside of the big stories or the lore descriptions. I kinda got used to it by thinking that the dragon has a hard time understanding the humans, thus the weird language.
It also helped that I played the version before, so I knew which sort of missions there are.
 
2.60 star(s) 7 Votes