Yes, it's working. Just without new scenes.Will the gallery mod work for the latest update and before anybody flames my backside offYes i know that the normal answer is no but then again some gallery mods seem to continue working . In any case many thanks for a great mod
In S2 v4a I can't find the galleryYes, it's working. Just without new scenes.
The mod was updated on July 18 for the new game version 6b. Is there an issue with the mod?If its ok can you update the mod?
Just wandering if the new scene is updated from P6b-1 that was updated yesterday.The mod was updated on July 18 for the new game version 6b. Is there an issue with the mod?
My mod is based on the b-1 version of the update. Thanks for the catch. I will update the OP with that fact.Just wandering if the new scene is updated from P6b-1 that was updated yesterday.
Please give error message or some screenshot of the issue.idky but new mod doesn't work for me
What is the renpy version listed at near the bottom of that traceback file?1st time having this
That's weird. I could not replicate the issue. It looks like it is erroring on the variable "pet". That should not happen as it is defined in the code.Asahibito,
First, thank you for all of your great work! Loved yours since I found "Another man's Wife" many moons ago!
I am having the attached error messages every time I try to click on Page 20 of your TACOS Season 2 gallery. Every other page works great: pages 1-19 AND page 21. It is only Page 20.
View attachment 5225068 View attachment 5225069 View attachment 5225070 View attachment 5225071 View attachment 5225072
Anyway, if you can help solve this, that would be great! If not, I am good with that, too!
I don't to want to cause you troubles or too much work...
Again, thanks for all you do!
RockChalk
define pet = Character ('Pete', color="#e37ed8", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
I checked Script.rpy and there is no line with: define pet = CharacterThat's weird. I could not replicate the issue. It looks like it is erroring on the variable "pet". That should not happen as it is defined in the code.
Check your script.rpy file and see if this line is there:
Code:define pet = Character ('Pete', color="#e37ed8", who_outlines=[ (2, "#000000") ], what_outlines=[ (2, "#000000") ])
Add that pet line and see if the error goes away.I didn't add that "pet" line, but now if I even click "Gallery," I get error messages and the gallery doesn't open at all!
I get these error messages...
View attachment 5243467 View attachment 5243468 View attachment 5243469 View attachment 5243475 View attachment 5243480
I pasted that "pet" line and it seems to have worked! It is now a scroll of replays instead of pages, but I get 186 total scenes/images. That the correct number?Add that pet line and see if the error goes away.