love your work just wanna say thanksWell, that's good that it was discovered. I'll update the mod to the latest version on the weekend + for renpy 8+ I'll fix the shortcomings with dictionaries
For anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places inWell, that's good that it was discovered. I'll update the mod to the latest version on the weekend + for renpy 8+ I'll fix the shortcomings with dictionaries
Emma_Scenes.rpy and 2 places in Rogue_Scenes.rpy where there is a [Terms[str]] that doesn't have single quotes around the string (should be [Terms['str']]), with the string being either 'he', 'him', 'his', or 'gentleman'.Loadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.\[(\w+)\[([a-zA-Z ]+)\]\] and replace it with [\1['\2']] (or [$1['$2']] if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:Imma leave this for people that have no clue what are you talking about xDFor anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places inEmma_Scenes.rpyand 2 places inRogue_Scenes.rpywhere there is a[Terms[str]]that doesn't have single quotes around the string (should be[Terms['str']]), with the string being either'he','him','his', or'gentleman'.
EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should beLoadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.
The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find\[(\w+)\[([a-zA-Z ]+)\]\]and replace it with[\1['\2']](or[$1['$2']]if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
Betsy got a lot of issues. dont tan her or recolor her clothes.I got this error when I try to visit Halloween event for the 2nd time.
Jubes shows up in Dragonball outfit and asks to fuck her "right here".
Then this crash happens.
Looks like some problem with Betsy
You don't have permission to view the spoiler content. Log in or register now.
If you're on linux use sedFor anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places inEmma_Scenes.rpyand 2 places inRogue_Scenes.rpywhere there is a[Terms[str]]that doesn't have single quotes around the string (should be[Terms['str']]), with the string being either'he','him','his', or'gentleman'.
EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should beLoadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.
The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find\[(\w+)\[([a-zA-Z ]+)\]\]and replace it with[\1['\2']](or[$1['$2']]if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
# Fix both files
sed -i "s/\[\([^[]*\)\[\([^]]*\)\]\]/[\1['\2']]/g" Emma_Scenes.rpy Rogue_Scenes.rpy
# Fix "Loudout" to "Loadout" on line 3740 of Emma_Scenes.rpy
sed -i '3740s/Loudout/Loadout/g' Emma_Scenes.rpy
literally this whole page is talking about that error and how to fix -____-I got this when I got told to go to the classroom by Xavier for an intervention where Emma and Ororo are in the classroom
AlsoFor anyone else looking to just hotfix this on their own files, here's the deal: There are 15 places inEmma_Scenes.rpyand 2 places inRogue_Scenes.rpywhere there is a[Terms[str]]that doesn't have single quotes around the string (should be[Terms['str']]), with the string being either'he','him','his', or'gentleman'.
EDIT: Missed a couple other ones, one misspelled one line 3740 of Emma_Scenes (should beLoadout, not Loudout) that you gotta correct manually, fixed RegEx and added to list.
The easy way to fix it is to just use Regular Expressions in a tool like Notepad++ to find\[(\w+)\[([a-zA-Z ]+)\]\]and replace it with[\1['\2']](or[$1['$2']]if that's your RegEx flavor), but if you want to do it manually here's the list of line numbers (from the last pre-patched version) and replacement terms:
You don't have permission to view the spoiler content. Log in or register now.
Hey, does anybody know a console command, mod, etc. that allows the use of the flirt option multiple times? With all these girls walking around, it feels like kind of a shame that Kitty's "Yoink Some Clothes" ability is locked to once per time slot.
Unlimited flirt modYeah, those flirt options should be unlimited.
could not find image. ('images/BetsySprite/modification/skin_tan_partial/Betsy_Sprite_Arm_Back1Cammy.png')I got this error when I try to visit Halloween event for the 2nd time.
Jubes shows up in Dragonball outfit and asks to fuck her "right here".
Then this crash happens.
Looks like some problem with Betsy
You don't have permission to view the spoiler content. Log in or register now.
I downloaded this file and I'm having characters not show up on screen or have missing heads.Here's the Pre-Patched version, based on the Ren'Py 8.4.1 version of the Rogue-Like-r8-1.64a-1-mod, patched with git using the 1.64a-1.64b > 1.64b-1.64c > 1.64c-1.64d patches (in that order) so it's now up-to-date. It's been tested and works fine. The .RPA files have not been remade because I was having issues repacking them so the images and RPY/RPYC files remain unpacked.
You must be registered to see the links
Don't use recolor options it's mostly buggyI downloaded this file and I'm having characters not show up on screen or have missing heads.
I untanned everyone and put those two files in my "Game" folder and I'm still having the same issue. It keeps saying that "Setcolor Object has no attribute 'recolored'. I have no clue what that meansDon't use recolor options it's mostly buggy