Olive_Drab

Member
Jun 6, 2017
227
1,166
Getting a couple of errors in Mystique's scenes...

Along with a layering error (attached)
After a fresh install from the 1st page and the most recent mod, I was unable to reproduce this error. I think there's a dud code in an out-moded .rpy file.
 

Shinyyy

New Member
Nov 8, 2017
7
5

ANDROID VERSION - using the files from the quoted post.

Which is the post directly below this. I uploaded an apk from a older version a few minutes before Shanks posted a new one, so I just updated the links here.

This is the older version without Mystique:
Hmmm.. Why is it huge? It's a 130mb donwload but when extracted it's a full gig (older one is smaller but still 780mb)
 

shellbust101

Newbie
Jun 22, 2017
16
14
Hmmm.. Why is it huge? It's a 130mb donwload but when extracted it's a full gig (older one is smaller but still 780mb)
Because the game uses .png format for all its pictures, which is significantly larger because it is a lossless compression typically used for drawings, texts and icon graphics. Jpg format is significantly smaller as it is a lossy compression used for photographs where loss of quality is not really noticeable.

Emma's image folders all total to 96mb, Mystique and Rogue each has around 200mb, Kitty has a whopping 367mb. Like that is so big, [K_Petname].

Since new girl Mystique has her own room, any art in the works for Emmas?
 
  • Like
Reactions: Ahhjksio

shellbust101

Newbie
Jun 22, 2017
16
14
Oh thank god, I was having so much trouble getting the stupid APK packer working.

The ones you need to download are:
Rapt -stores a separate copy of files you convert to apks, so becomes ridiculously big unless you clean the assets and bin folders after making apks.
Android Studio -this one gave me alot of trouble to install, I basically just downloaded and installed almost everything.
ONE text editor, I use editra.

Im not sure if apache-ant is included in any of the ones above since it has been awhile since I installed fresh, but it is most certainly needed.
 

Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,665
4,504
I managed to hit a few bugs myself. 1 crashed the game (tried to party up with Rogue) and the other I was lucky enough to be able to ignore to get on with the scene which was sex with Mystique. I assume that's because she's new and there will be bugs. It occurred when we both came ( think she had already had an orgasm).

Edit: Who else is working on this so we can properly credit you guys in the OP? I know Shanks_aka and Olive_Drab are and I think maybe MK78 but idk.
 
  • Like
Reactions: Shanks_Aka

MK78

Member
Modder
Dec 23, 2017
343
688
Edit: Who else is working on this so we can properly credit you guys in the OP? I know Shanks_aka and Olive_Drab are and I think maybe MK78 but idk.
I think you should add @MrChow to the list! And there are some others too, but i had to look them up too, but i don't have the time for it right now.

Text Update!
So i gave these a quick workover, there about 45% finished i think! Changed some petnames, responses and the talking already.
 

Shanks_Aka

Member
Modder
Dec 3, 2017
213
573
so I keep getting this bug, which is breaking the game. Making dialogues go where they shouldn't be. Even with fresh playthroughs.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Rogue_Scenes.rpy", line 119, in script
menu:
File "game/screens.rpy", line 160, in copy_on_change
screen choice(items):
File "game/screens.rpy", line 164, in copy_on_change
window:
File "game/screens.rpy", line 170, in copy_on_change
fixed pos (20,0.43) xysize (310,530):
File "game/screens.rpy", line 171, in copy_on_change
viewport:
File "game/screens.rpy", line 180, in copy_on_change
vbox:
AttributeError: 'SLCache' object has no attribute 'values'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/Rogue_Scenes.rpy", line 119, in script
menu:
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\exports.py", line 847, in menu
rv = renpy.store.menu(items)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\exports.py", line 1005, in display_menu
show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\screen.py", line 1041, in show_screen
sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\core.py", line 1009, in add
self.hide_or_replace(layer, remove_index, "replaced")
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\core.py", line 1031, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\display\screen.py", line 452, in _hide
self.screen.ast.copy_on_change(self.cache.get(0, {}))
File "game/screens.rpy", line 160, in copy_on_change
screen choice(items):
File "game/screens.rpy", line 164, in copy_on_change
window:
File "game/screens.rpy", line 170, in copy_on_change
fixed pos (20,0.43) xysize (310,530):
File "game/screens.rpy", line 171, in copy_on_change
viewport:
File "game/screens.rpy", line 180, in copy_on_change
vbox:
File "C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\sl2\slast.py", line 1432, in copy_on_change
for child_cache in c.values():
AttributeError: 'SLCache' object has no attribute 'values'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Rogue-Like 0.978e
[/code]
"C:\Users\coolb\Desktop\Rogue-Like-0.978e-MODDED-steam\renpy\"
Are you sure you were using vanilla? That might have been the problem.


Getting a couple of errors in Mystique's scenes...
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Locations.rpy", line 1318, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2770, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 4105, in script call
    call Chat
  File "game/script Functions.rpy", line 1364, in script call
    call Mystique_Chat
  File "game/Mystique_Chat.rpy", line 191, in script call
    call Mystique_SexMenu
  File "game/Mystique_Sex.rpy", line 171, in script call
    call Mystique_Doggy_P
  File "game/Mystique_Doggy.rpy", line 583, in script call
    call Mystique_Offhand_Set
  File "game/Mystique_Sex.rpy", line 1881, in script call
    call Mystique_Fondle_Breasts
  File "game/Mystique_Fondle.rpy", line 130, in script
    if Mystique_FondleB: #You've done it before
  File "game/Mystique_Fondle.rpy", line 130, in <module>
    if Mystique_FondleB: #You've done it before
NameError: name 'Mystique_FondleB' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script Locations.rpy", line 1318, in script call
    call Girls_Location
  File "game/script Functions.rpy", line 2770, in script call
    call Rogue_Leave
  File "game/script Locations.rpy", line 4105, in script call
    call Chat
  File "game/script Functions.rpy", line 1364, in script call
    call Mystique_Chat
  File "game/Mystique_Chat.rpy", line 191, in script call
    call Mystique_SexMenu
  File "game/Mystique_Sex.rpy", line 171, in script call
    call Mystique_Doggy_P
  File "game/Mystique_Doggy.rpy", line 583, in script call
    call Mystique_Offhand_Set
  File "game/Mystique_Sex.rpy", line 1881, in script call
    call Mystique_Fondle_Breasts
  File "game/Mystique_Fondle.rpy", line 130, in script
    if Mystique_FondleB: #You've done it before
  File "C:\Users\Laura\Downloads\Games to play\HTG\Rogue-Like-0.978f-win\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Laura\Downloads\Games to play\HTG\Rogue-Like-0.978f-win\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Laura\Downloads\Games to play\HTG\Rogue-Like-0.978f-win\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Mystique_Fondle.rpy", line 130, in <module>
    if Mystique_FondleB: #You've done it before
NameError: name 'Mystique_FondleB' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.978e
Along with a layering error (attached)
Some labels were wrong, I think I fixed them all, couldn't reproduce the layering error


I managed to hit a few bugs myself. 1 crashed the game (tried to party up with Rogue) and the other I was lucky enough to be able to ignore to get on with the scene which was sex with Mystique. I assume that's because she's new and there will be bugs. It occurred when we both came ( think she had already had an orgasm).

Edit: Who else is working on this so we can properly credit you guys in the OP? I know Shanks_aka and Olive_Drab are and I think maybe MK78 but idk.
Think I fixed the party errors now, thx
 
  • Like
Reactions: NIGHTMARE69
Apr 7, 2018
190
122
I think you should add @MrChow to the list! And there are some others too, but i had to look them up too, but i don't have the time for it right now.

Text Update!
So i gave these a quick workover, there about 45% finished i think! Changed some petnames, responses and the talking already.
Is there gonna be a more event like introduction to Mystique? Like you go the professors office and overhear him talking to someone. Mystique is there for some sort of mission or perhaps something to do with you and your powers.
 

Olive_Drab

Member
Jun 6, 2017
227
1,166
Is there gonna be a more event like introduction to Mystique? Like you go the professors office and overhear him talking to someone. Mystique is there for some sort of mission or perhaps something to do with you and your powers.
First hurdle we gotta' jump is getting an additional separate character in the game without huge issues.
 
  • Like
Reactions: JonathanSmiftIII

Shanks_Aka

Member
Modder
Dec 3, 2017
213
573
Is there gonna be a more event like introduction to Mystique? Like you go the professors office and overhear him talking to someone. Mystique is there for some sort of mission or perhaps something to do with you and your powers.
Yeah, as @Olive_Drab said, trying to make her more stable first. I thought maybe she could try to recruit the MC to the brotherhood, or something like that, not sure yet. Or maybe you stumble on someone on school grounds and this someone turns out to be Mystique. Or both.
 
  • Like
Reactions: JonathanSmiftIII

MK78

Member
Modder
Dec 23, 2017
343
688
Is there gonna be a more event like introduction to Mystique? Like you go the professors office and overhear him talking to someone. Mystique is there for some sort of mission or perhaps something to do with you and your powers.
Sorry not from me, im not good at programming, i just replace the things that the girls are saying in the game. We don't want to all sound the same right?

Text Update:
These are the newest versions! To use them just put them in your Game folder in the Rouge-Like-0.978e Folder. Dont forget to BACKUP the original files. And please remeber that all of them are Work in Progress, so none of them are finished and somethings are going to get changed in the future!
Whould be nice if you could test them in Game and provide some Feedback, make suggestions, find typos etc.

Of course you will need the latest Mod Version to use them, i suggest this build because the i used the files from it!

0.978e modded with 31-05:


How to mod the game yourself:
You don't have permission to view the spoiler content. Log in or register now.
 
4.40 star(s) 145 Votes