VN Ren'Py In Her Service [v0.73] [Blue Factory Games]

4.00 star(s) 35 Votes

perkel666

Member
Game Developer
Jun 25, 2019
300
1,114
Hey, new update.

With 0.74 we start B-side of 0.7x "The General" Arc. A side focused on Fiona and Jack and B-side focuses on.... ??

Plan for March:

0.74 - 1st of March - small update (1 erotic scene)
0.75 - 15th of March - medium update (2-3 erotic scenes)
0.76 - 29th of March - big update (more than 3 erotic scenes)

With 0.76 will will be finishing "The General" arc and we will go into 0.8x arc.

0.73 is big love/ntr update and goes into public release on 15th of March.




What's changed compared to v0.71a ? :
✅ 6,8h -> 7h Gametime
✅ 86 -> 89 Events [+3]
✅ 23350 -> 24067 Lines of text [+717]
✅ 2565 -> 2660 Images [+95]


v0.72 promoshot.jpg


What's changed compared to v0.73 ? :

✅ 7,2h -> 7,3h Gametime
✅ 93 -> 96 Events [+3]
✅ 26358 -> 26981 Lines of text [+623]
✅ 3185 -> 3253 Images [+68]


V0.74 Promo Shot.jpg
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,864
227,521
In Her Service [v0.72] [Blue Factory Games]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

mr.basic

Newbie
Jul 4, 2018
49
22
i got bug when iris asked jack about training

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

While running game code:
  File "game/script.rpy", line 331, in script call
    call E063 from _call_E063 # visit                       RELEASE v0.62
  File "game/events/E063_visit.rpy", line 121, in script
    menu:
  File "game/modwtasahibito/wtab.rpy", line 1297, in execute
  File "game/modwtasahibito/wtab.rpy", line 1297, in execute
  File "game/modwtasahibito/wtab.rpy", line 1347, in execute
  File "game/modwtasahibito/wtab.rpy", line 1355, in execute
  File "game/modwtasahibito/wtab.rpy", line 1414, in execute
  File "game/modwtasahibito/wtab.rpy", line 1419, in execute
  File "game/modwtasahibito/wtab.rpy", line 1426, in execute
  File "game/modwtasahibito/wtab.rpy", line 1500, in execute
  File "game/modwtasahibito/wtab.rpy", line 1502, in execute
  File "game/modwtasahibito/wtab.rpy", line 1062, in execute
  File "game/modwtasahibito/wtab.rpy", line 1062, in execute
  File "game/modwtasahibito/wtab.rpy", line 1064, in execute
  File "game/modwtasahibito/wtab.rpy", line 1066, in execute
  File "game/modwtasahibito/wtab.rpy", line 1086, in execute
  File "game/modwtasahibito/wtab.rpy", line 1093, in execute
  File "game/modwtasahibito/wtab.rpy", line 1112, in execute
  File "game/modwtasahibito/wtab.rpy", line 1116, in execute
  File "game/modwtasahibito/wtab.rpy", line 1117, in execute
  File "game/modwtasahibito/wtab.rpy", line 1253, in execute
  File "game/modwtasahibito/wtab.rpy", line 1267, in execute
NameError: Name 'wtrtiris' is not defined.

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

Full traceback:
  File "game/script.rpy", line 331, in script call
    call E063 from _call_E063 # visit                       RELEASE v0.62
  File "game/events/E063_visit.rpy", line 121, in script
    menu:
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\ast.py", line 1903, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\exports.py", line 1010, in menu
    rv = renpy.store.menu(new_items)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\exports.py", line 1250, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\screen.py", line 451, in visit_all
    callback(self)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\screen.py", line 462, in per_interact
    self.update()
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\display\screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/modwtasahibito/wtab.rpy", line 1297, in execute
  File "game/modwtasahibito/wtab.rpy", line 1297, in execute
  File "game/modwtasahibito/wtab.rpy", line 1347, in execute
  File "game/modwtasahibito/wtab.rpy", line 1355, in execute
  File "game/modwtasahibito/wtab.rpy", line 1414, in execute
  File "game/modwtasahibito/wtab.rpy", line 1419, in execute
  File "game/modwtasahibito/wtab.rpy", line 1426, in execute
  File "game/modwtasahibito/wtab.rpy", line 1500, in execute
  File "game/modwtasahibito/wtab.rpy", line 1502, in execute
  File "game/modwtasahibito/wtab.rpy", line 1062, in execute
  File "game/modwtasahibito/wtab.rpy", line 1062, in execute
  File "game/modwtasahibito/wtab.rpy", line 1064, in execute
  File "game/modwtasahibito/wtab.rpy", line 1066, in execute
  File "game/modwtasahibito/wtab.rpy", line 1086, in execute
  File "game/modwtasahibito/wtab.rpy", line 1093, in execute
  File "game/modwtasahibito/wtab.rpy", line 1112, in execute
  File "game/modwtasahibito/wtab.rpy", line 1116, in execute
  File "game/modwtasahibito/wtab.rpy", line 1117, in execute
  File "game/modwtasahibito/wtab.rpy", line 1253, in execute
  File "game/modwtasahibito/wtab.rpy", line 1267, in execute
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\text\text.py", line 1594, in __init__
    self.set_text(text, scope, substitute)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\text\text.py", line 1712, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "E:\steam\bin\shaders\elevenfoot\InHerService-0.72-win\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'wtrtiris' is not defined.

Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
In Her Service 0.72
Mon Mar 10 20:41:32 2025
 

reidanota

Member
Nov 1, 2021
495
314
no, it's more organic than that.... I mean I those elements definitely exist, but they're not organized by hard and fast paths (for the most part) which is rather pleasing.
One more under the radar... :p Considering what the OP states,

You don't have permission to view the spoiler content. Log in or register now.
how organic are we talking about? Does the faithful path exclude any and all ntr/swiging or does it still allow for consensual sharing? Someone said in the thread that cheating with the mistress makes the MC "selfish", looking for a personal advantage; can he or the FMC have sex with others for mutual advantage (for example) while on the loyalty path? Or is all NTR by the FMC locked in a bad route, requiring the MC to cheat and be caught cheating? Or maybe there's redemption in that route (that would be too good, wouldn't it LOL)?
 

perkel666

Member
Game Developer
Jun 25, 2019
300
1,114
One more under the radar... :p Considering what the OP states,

how organic are we talking about? Does the faithful path exclude any and all ntr/swiging or does it still allow for consensual sharing? Someone said in the thread that cheating with the mistress makes the MC "selfish", looking for a personal advantage; can he or the FMC have sex with others for mutual advantage (for example) while on the loyalty path? Or is all NTR by the FMC locked in a bad route, requiring the MC to cheat and be caught cheating? Or maybe there's redemption in that route (that would be too good, wouldn't it LOL)?
1. If you don't cheat on Sylvia and simp for Mistress she will stay loyal.
2. With above swinging is consensual.
3. There are multiple ways to get into NTR with Sylvia that occur throughout playtrough.


As mentioned in dev notes. Love path is possible and it is pretty easy even but game is heavily focused on swinging/ntr aspect rather than it being vanilla + optional ntr/swinging path.
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,469
11,247
how organic are we talking about? Does the faithful path exclude any and all ntr/swiging or does it still allow for consensual sharing? Someone said in the thread that cheating with the mistress makes the MC "selfish", looking for a personal advantage; can he or the FMC have sex with others for mutual advantage (for example) while on the loyalty path?
Yes, however those scenes are currently in the minority (2-3 versus 5+). More of the scenes involve some kind of contentiousnessas opposed to just a good ol time for all.
 

reidanota

Member
Nov 1, 2021
495
314
1. If you don't cheat on Sylvia and simp for Mistress she will stay loyal.
2. With above swinging is consensual.
3. There are multiple ways to get into NTR with Sylvia that occur throughout playtrough.
Thanks. Would there also be ways to get OUT of NTR once you get the flag? I mean:

Yes, however those scenes are currently in the minority (2-3 versus 5+). More of the scenes involve some kind of contentiousnessas opposed to just a good ol time for all.
Don't mind [cont]entiousness as long as it's [cont]ained. I mean, ok if they fight occasionally, worse if they don't and just take off trying to get even with more cheating. I'm always looking for games where NTR gives you off-ramps to sharing (not cucking), but the opposite is almost always the way devs see it. As if NTR had to be exclusively tied to the downward spiral that its classic hentai assertion brings.

Maybe we should have different tags for actual netorare (leading to loss of loved one) and cheating on the MC. I'm totally into cheating as long as it doesn't come from a sadistic FMC. Corruption, blackmail, lust or even teasing, but painted as a flaw in what is otherwise a loving relationship, an "issue" that can be resolved. A low point leading to an uplifting resolution.
 

V&M

Active Member
Donor
Feb 10, 2020
823
3,100
I took a look at the update, I didn't play it, I just looked at the images and videos.
I'll leave it to play when there's hot content with this hottie.
e081_05_irismirror4.jpg
But there's a lot of content in this update, not with Iris unfortunately.
 
4.00 star(s) 35 Votes