- May 4, 2017
- 476
- 28,508
Hey! You must be right, I thought it would be that way and I did not have time to test so... Thanks for the clarification! ☺You shouldn't need to unpack the game's RPA files. Any code you supply will automatically replace anything that is packed with the original game. You only need to recreate the original code with your changes to make certain it is all there. It's how MODs usually work.
Very nice advice and work! Thank you!If you don't mind, I made some changes in your code:
1/ You modified original scripts. A lot of people do that but I think it's better to make your own scripts, especially to avoid save breaking (it's not really a problem with AWAM1 but it can be if you do the same with AWAM2). I created:
a) Your own images file
b) Your own scene file. Of course, you need to modify a label from the original code to give access to your scene. I did that by using the Renpy override feature (ie you say Renpy to jump to label xxx when label yyy is called)
c) I added your scene to the gallery (and Mr Harris to the character list)
2/ The Liam's office scene wasn't unlockable anymore because you added your menu before the unlocking command. I fixed that.
3/ In your code, when you choose to avoid the meeting with Harris, you use "pass" keyword. It's wrong. When you do that, Renpy just continue to read the code and then it reaches the next label which is... meeting with Harris. So whichever choice you make, you meet Harris. I fixed that.
In your first choice, you write Sophia needs more filthy points than good wife ones but in the end it's useless. Do you really want to make the scene only available with enough filthy points?
Oh, I was about to forget... Great work as usual. Now you give us a few complete lewd scenes, I'm in heaven
Edit: You need to remove all rpy and rpyc before to apply the fix.
It was my first time seriously using renpy and I didn't have a lot of time to go through everything. But I will try to follow your advice on the next ones!
Regarding your question about the points, I thought about meddling with them, but I didn't because it could break the balance or render the scene unaccessible... So I only added the text, without adding to the variables... You clearly know better than me, so you can do what you think is better!
Thank you again for taking the time to fix my noob mistakes haha
Last edited: