MK78

Member
Modder
Dec 23, 2017
354
708
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
230
1,194
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
354
708
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.
 

silver974

New Member
May 5, 2017
1
0
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.
Is there a Mac version??
 

Thwip!

Member
May 13, 2018
101
200
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.
Or, maybe she's creeping around the mansion (because, shapeshifter) and MC bumps into her, shorting out her power. She'd like to keep her presence at the mansion on the d/l, so she's willing to [fill in the blank] MC, if he keeps his mouth shut.
 

Kylar Stern

Member
Jul 29, 2017
412
808
Or, maybe she's creeping around the mansion (because, shapeshifter) and MC bumps into her, shorting out her power. She'd like to keep her presence at the mansion on the d/l, so she's willing to [fill in the blank] MC, if he keeps his mouth shut.
WHOA THERE!!! Stop right there, this may actually give the game a plot rather than just a dating or "how many girls can I date and fuck at once" game. This idea could be the linchpin that results with the game having an ending!
 

Thwip!

Member
May 13, 2018
101
200
WHOA THERE!!! Stop right there, this may actually give the game a plot rather than just a dating or "how many girls can I date and fuck at once" game. This idea could be the linchpin that results with the game having an ending!
Darn it, you're right.
I probably shouldn't suggest that Mystique is there because Xavier supposedly has a picture of her in a compromising situation...

And we shouldn't speak about MC showing her the photo that he pulled from Xavier's Study...

And I absolutely will not mention that Mystique is like, "I don't remember that ever happening! Charles must have used his powers to... blah, blah, blah."

I hate when story stuff happens. :closedtongue:
But, yeah. That could go down a rabbit hole.
 
4.40 star(s) 158 Votes