- Nov 27, 2018
- 335
- 1,551
Hello!
I've been playing / reading VN's - especially made with Ren'Py - for a while.
I also did several Mac ports of Ren'Py games - other than that I'm almost completely ignorant of Ren'Py, especially coding.
Recently I stumbled upon a game that was originally intended with an incest background, but changed due to Patreon policy.
Neither the developer of the game nor anyone else has made an incest patch until now.
With that said, I'd like to create one (for now I'd rather not tell for which game).
Don't get me wrong: I'm not obsessed with incest - I like any adult game with a good story, but if a game is or was intended to be incest themed, I prefer to play it that way.
First I thought about editing the game's script.rpy file, but then changed my mind to work on a patch.rpy file as that seems to make it easier to work on future game updates and to "deinstall" the incest content if needed.
As a basis I used an incest patch file made for Kindred: The Redburns by Bossapplesauce (I think his name changed to bas).
I already started the project and can see some progress - however I (naturally) already stumbled upon some problems, which I hope someone can help me with.
1. I already figured out how to replace text ("original text" : "altered text"), but somehow some of my alterations get ignored and the original text still shows up.
Any idea why? I checked the code and it seems exactly like the one used in the other cases...
2. How do I delete text altogether with a patch?
I try to stay as close to the original script, but need to remove some redundant explanations from the introductory story why the MC moved to family x.
3. How do I replace character names that show up upon the text box (for example "Susi" -> " mom")?
In the script.rpy file I found this code: define x = Character("Susi") - is this the code I need to alter? How?
4. I'm still undecided if I should write "mom" capitalised or not. Thoughts?
Maybe wurg is still around - we once had a nice conversation regarding Ren'Py coding, but really any help by anyone is appreciated.
I've been playing / reading VN's - especially made with Ren'Py - for a while.
I also did several Mac ports of Ren'Py games - other than that I'm almost completely ignorant of Ren'Py, especially coding.
Recently I stumbled upon a game that was originally intended with an incest background, but changed due to Patreon policy.
Neither the developer of the game nor anyone else has made an incest patch until now.
With that said, I'd like to create one (for now I'd rather not tell for which game).
Don't get me wrong: I'm not obsessed with incest - I like any adult game with a good story, but if a game is or was intended to be incest themed, I prefer to play it that way.
First I thought about editing the game's script.rpy file, but then changed my mind to work on a patch.rpy file as that seems to make it easier to work on future game updates and to "deinstall" the incest content if needed.
As a basis I used an incest patch file made for Kindred: The Redburns by Bossapplesauce (I think his name changed to bas).
I already started the project and can see some progress - however I (naturally) already stumbled upon some problems, which I hope someone can help me with.
1. I already figured out how to replace text ("original text" : "altered text"), but somehow some of my alterations get ignored and the original text still shows up.
Any idea why? I checked the code and it seems exactly like the one used in the other cases...
2. How do I delete text altogether with a patch?
I try to stay as close to the original script, but need to remove some redundant explanations from the introductory story why the MC moved to family x.
3. How do I replace character names that show up upon the text box (for example "Susi" -> " mom")?
In the script.rpy file I found this code: define x = Character("Susi") - is this the code I need to alter? How?
4. I'm still undecided if I should write "mom" capitalised or not. Thoughts?
Maybe wurg is still around - we once had a nice conversation regarding Ren'Py coding, but really any help by anyone is appreciated.
Last edited: