Leathermax

Well-Known Member
Feb 10, 2019
1,609
5,468
After Rogue's BJ change I went to fix all the BJ related shit that was bothering me, Kitty's nipples are visible in her base assets but the pose looks like a floating torso and the other one that has her legs (This is the full picture that I'm talking about) looks wack since you can't tell if you are looking at her legs or torso
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
So I'm debating if I want to go through the laborious process of adding/drawing all her leg related clothing just to make it clear.
But hey if you wanna add it to your game as it is right now here's a zip file
Instructions:
1 - Use unren on archive.rpa
2 - Extract zip's "game" folder and overwrite
3 - It should ask you to replace 2 (two) files
4 - ????
5 - Profit
That's awsome, dude. Quick question, would this work on Prime?
 

DBongus

Member
Jun 13, 2017
186
1,222
You could probably also vastly improve Rogues new BJ animation for using the body from her tit fucking instead of her normal standing body that it currently does. At least then she would be facing the correct direction.
Hey that's a good idea, I just reverted her old pose from a previous version but I'll try to fiddle around with it to see if I can make the current one palatable.

That's awsome, dude. Quick question, would this work on Prime?
Gave it a quick look, for Prime it should work in theory but the installation is a bit more complicated. You need to decompile the rpyc file, change it, compile everything again and I think you may also need to repackage everything to archive.rpa (this last step might not be necessary I just forgot which mod does not work well with unren).
 
  • Thinking Face
Reactions: Leathermax

sleepingkirby

Well-Known Member
Aug 8, 2017
1,091
1,695
Gave it a quick look, for Prime it should work in theory but the installation is a bit more complicated. You need to decompile the rpyc file, change it, compile everything again and I think you may also need to repackage everything to archive.rpa (this last step might not be necessary I just forgot which mod does not work well with unren).
The last step (compile and repackaging everything) shouldn't be necessary. Unless something specific is going, renpy is set to read rpy files with priority over rpy and archive.rpa files.

I actually did this awhile back for the prime mod. Feel free to crack open the file to see how I did it. Make sure the read the instructions on that post as un.rpyc isn't easily via the command line/bat.
 
  • Thinking Face
Reactions: DBongus

Jesse1968

Member
Jan 27, 2018
107
140
guys how can i prevent some girls from joining the action in other girls rooms?
Lock the Door and send them away when they knock... will not work on Kitty for obvious Reasons ;)
Also, Jean tends to just open the Lock by Telekinesis...
 

Frankston

Member
Feb 4, 2020
102
59
Question : guys how can i prevent some girls from joining the action in other girls rooms?

Answer : go to "Change her", then "boundaries" and choose for them not to show up uninvited.
You have to do this to every girl or theyll keep invading ur privacy forever.
 
  • Like
Reactions: critkal

critkal

Newbie
Feb 8, 2021
27
59
Question : guys how can i prevent some girls from joining the action in other girls rooms?

Answer : go to "Change her", then "boundaries" and choose for them not to show up uninvited.
You have to do this to every girl or theyll keep invading ur privacy forever.
ty broo :cool:(y)
 
  • Like
Reactions: Frankston

DBongus

Member
Jun 13, 2017
186
1,222
The last step (compile and repackaging everything) shouldn't be necessary. Unless something specific is going, renpy is set to read rpy files with priority over rpy and archive.rpa files.

I actually did this awhile back for the prime mod. Feel free to crack open the file to see how I did it. Make sure the read the instructions on that post as un.rpyc isn't easily via the command line/bat.
Gave it a look and tried as you suggested. I get this error when meeting kitty for the first time 1736728532574.png (doesn't matter if the rpyc files are decompiled or not) and it does seem like you need to do a more involved installation when it comes to PrimeMod. Either by packaging everything or running some sort of injection .bat
If there's enough demand I guess I can eventually do a prime version for the visual adjustments I'm working on and just release everything in one go
 

sleepingkirby

Well-Known Member
Aug 8, 2017
1,091
1,695
Gave it a look and tried as you suggested. I get this error when meeting kitty for the first time View attachment 4439110 (doesn't matter if the rpyc files are decompiled or not) and it does seem like you need to do a more involved installation when it comes to PrimeMod. Either by packaging everything or running some sort of injection .bat
If there's enough demand I guess I can eventually do a prime version for the visual adjustments I'm working on and just release everything in one go
That's odd. I played through the entire prime mod with that cheat. And I'm not sure that's un.rpyc if it's doing it whether or not .rpyc is decompiled or not. .Rpa is just an archiver. If you just de-archive it, it should have no affect on renpy at all.

I've just taken a look. Neither of the locations that the error reports is bytecode:
Code:
    "As you rush to class, you see another student running straight at you."
    "You try to move aside, but aren't fast enough to get out of her way,"
    "She crashes into you at a full jog, and you both fall to the ground."
    "You scramble to your feet and offer the girl a hand up."
    show Kitty_Sprite at SpriteLoc(KittyX.SpriteLoc) with vpunch <---- 1837
    $ KittyX.Loc = "bg campus"
    $ KittyX.Statup("Love", 90, -25)
Code:
    $ Player.RecentActions.append("traveling")
    $ Round -= 5 if Round >= 5 else Round
    call EventCalls <--- 358
    call Set_The_Scene (0)
    $ Line = "entry"
So it shouldn't be a problem. On top of that, if you followed what the script did, the file "Prime_mod_1.4e_Megatron.rpyc" should have been decompiled. I'm not sure you did things right.

ETA:
1736735079284.png
Yeah, no problems on my side.
 
Last edited:
4.40 star(s) 163 Votes