- Nov 29, 2018
- 158
- 151
That only happened to me as well, however it was only during the intro. After the tour, it all showed up for me.Slight bug , couldn't see any background View attachment 4394845
That only happened to me as well, however it was only during the intro. After the tour, it all showed up for me.Slight bug , couldn't see any background View attachment 4394845
Slight bug , couldn't see any background View attachment 4394845
True, but when you get through the opening sequence with Rogue and go to the main square, the background images are there.same issue here, no backgrounds are loading
Can you explain in more detail how to fix this and with code examples?Figured out how to fix the "background not showing during prologue" issue. The reason it works after traveling is because in WorldMap it calls an empty scene (script Locations.rpy line 5).
I wonder if this was a change in how Ren'Py worked where it won't show a background if a scene, in general, hasn't been called yet in the newer version used here and just incorrectly worked before with the version used in the base game.
I have tested, and by just adding a line calling scene without anything else into the beginning of the prologue does fix all the backgrounds to properly show.
I have downloaded your latest version of the Xmod, where can I find the colour menu for jeans clothing? I can only colour her hair and lips. Even with the same clothes as in your picture.Update in Rogue-Like-1.6g-1-mod:
- completed recolor mod for all girls except Doreen and Wanda
- added new menu with display of basic stats and display of location for girls
You must be registered to see the links
View attachment 4409335
Can you explain in more detail how to fix this and with code examples?
The funniest thing is that before this everything worked without problems in version 7.4.11
I fixed that before, but smile removed the fix, I added it back and I'm taking a look at everything elseFigured out how to fix the "background not showing during prologue" issue. The reason it works after traveling is because in WorldMap it calls an empty scene (script Locations.rpy line 5).
I wonder if this was a change in how Ren'Py worked where it won't show a background if a scene, in general, hasn't been called yet in the newer version used here and just incorrectly worked before with the version used in the base game.
I have tested, and by just adding a line calling scene without anything else into the beginning of the prologue does fix all the backgrounds to properly show.
Heh. I've been on both sides of that type of situation before.I fixed that before, but smile removed the fix, I added it back and I'm taking a look at everything else