- Oct 1, 2019
- 3,000
- 3,543
Yeah, when I saw you were the modder for this game's mod, I thought, OK, they're going to be busy for awhile.Got to quickly finish off Ataegina then will post
Yeah, when I saw you were the modder for this game's mod, I thought, OK, they're going to be busy for awhile.Got to quickly finish off Ataegina then will post
Oh, sorry i only want to make it know how game was updated, i dont know this is wrong, sorry m8. for my mistake impatience. With best regards.game was updated 1h ago....how about you have a bit of patience?....
it's coolOh, sorry i only want to make it know how game was updated, i dont know this is wrong, sorry m8. for my mistake impatience. With best regards.
They did nothing wrong. I am sure that OscarSix has a lot of things better to do than to refresh the threads of the games he mods. He probably appreciates the heads up. If they did not request the mod update for the game, rest assured I would have, since the game was updated 1h ago.game was updated 1h ago....how about you have a bit of patience?....
HeheheThey did nothing wrong. I am sure that OscarSix has a lot of things better to do than to refresh the threads of the games he mods. He probably appreciates the heads up. If they did not request the mod update for the game, rest assured I would have, since the game was updated 1h ago.![]()
Good to know. I probably wont play it today anyway backlog too large, but if I do, i know I don't have to wait at least.Hey guys, there's no choice in this update, so if you have played the last version it doesn't needed to be modded again...
Android version updated to 0.84
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1.rpy", line 1571, in script call
call screen dannyscreen1
File "game/1.rpy", line 1617, in script call
call screen dannyscreen2
File "game/1.rpy", line 1966, in script call
call screen alicescreen1
File "game/1.rpy", line 4885, in script call
call screen screen1
File "game/2.rpy", line 46, in script call
call screen screen3
File "game/2.rpy", line 768, in script call
call screen screen5
File "game/2.rpy", line 881, in script call
call screen screen6
File "game/2.rpy", line 1758, in script call
call screen screen10
File "game/2.rpy", line 1782, in script
danny "\" Let's see now.\""
Exception: Sayer danny is not a function or string.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1.rpy", line 1571, in script call
call screen dannyscreen1
File "game/1.rpy", line 1617, in script call
call screen dannyscreen2
File "game/1.rpy", line 1966, in script call
call screen alicescreen1
File "game/1.rpy", line 4885, in script call
call screen screen1
File "game/2.rpy", line 46, in script call
call screen screen3
File "game/2.rpy", line 768, in script call
call screen screen5
File "game/2.rpy", line 881, in script call
call screen screen6
File "game/2.rpy", line 1758, in script call
call screen screen10
File "game/2.rpy", line 1782, in script
danny "\" Let's see now.\""
File "C:\Users\Colin\Documents\Rockstar Games\Alexandra-0.84-pc\renpy\ast.py", line 685, in execute
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer danny is not a function or string.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Alexandra 0.84
Sun Nov 01 15:50:21 2020
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1.rpy", line 363, in script
danny "\" I'll make a bodybuilder out of you yet.\""
Exception: Sayer danny is not a function or string.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1.rpy", line 363, in script
danny "\" I'll make a bodybuilder out of you yet.\""
File "E:\Alexandra-0.84-pc\renpy\ast.py", line 685, in execute
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer danny is not a function or string.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Alexandra 0.84
Sun Nov 01 14:33:39 2020
define danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp")
define danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
define Danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp")
define Danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
Cheers, have a fix on the way, just sorting out reunion first.I was having the same script issues and managed to do a fix.
In game/modAdditions/modGallery.rpy find the following lines:
and change toCode:define danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp") define danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
Simply starting with an uppercase 'D' does the trick; the variable name is conflicting with the character oneCode:define Danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp") define Danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
![]()
I was having the same script issues and managed to do a fix.
In game/modAdditions/modGallery.rpy find the following lines:
and change toCode:define danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp") define danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
Simply starting with an uppercase 'D' does the trick; the variable name is conflicting with the character oneCode:define Danny = GalleryItem("Danny", 1, "dannyhandjob", "2/185.webp") define Danny = GalleryItem("Danny", 1, "galleryScene1", "4/227.webp")
![]()