Home Artists Posts Import Register

Downloads

Content

Ok, there were some bugs with the last version, sorry about that.

Fixes:
-An issue where you could try to study with the same girl twice at the same time, which caused further errors. Now when you pick one girl, she is blanked out in the list. If you only want to study with that one girl, hit "That's all."
-An issue where if you went to a girl's room before meeting Jean, Jean's intro would play anyway. This only happened once.
-An issue where when chatting with a girl, she could offer sex that would lead to errors. This should now work as intended.
-An issue where ending a telepathic sex scene with Emma could lead to " ScriptError: could not find label 'Jean_BJ_Reset'. "
-Some other stuff.

Also, so far nobody has been talking about at least one easter-egg in the game. . .

Comments

Patrick Thrasher

... Like how theres finally a path that leads to no addiction under the guise of safety?

franklydegenerate

Hey Oni, just out of curiosity is this update a meme, or is it something that needs bug testing done? I tried messing around on it last night but it didn't seem like I could actually interact with any of the characters. I know that it is a joke about the coronavirus and all. But yeah, just wondering if it is a legitimate build or not.

OniArtist

No need to play it if you don't want to, this is likely the last version I'll put out and then I'll go back to the 0.990 format, but there are some fun things to find in it. :D

Jim Bob

I do hope you make use of the phone sex and telepathic sex in the actual game, to some degree. Very cool!

WillyECoyote

This joke getting out of hand :D And just as i came to report that error about phone study :D

Anonymous

Any hints on these easter eggs Oni? :P

Anonymous

Not sure if I broke it, but I found a way to have normal interactions in this. If I catch them masturbating in the shower, I can offer a hand and weasel my way into the sex menu.

Anonymous

is there any way to talk or see jean's model or not yet

Lazarus

Tried to study with Rogue via phone, got this: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Scenes.rpy", line 2597, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 131, in script call File "script Scenes.rpyc", line 2597, in script File "H:\Games\RLike\Rogue-Like2020CE-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\Games\RLike\Rogue-Like2020CE-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Scenes.rpy", line 2597, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 2020 2.0 [/code]

Gerhard Schreck

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 165, in execute File "game/screens.rpy", line 165, in execute File "game/screens.rpy", line 167, in execute File "game/screens.rpy", line 173, in execute File "game/screens.rpy", line 177, in execute File "game/screens.rpy", line 179, in execute File "game/screens.rpy", line 180, in execute File "game/screens.rpy", line 191, in execute File "game/screens.rpy", line 195, in execute NameError: Name 'JeanX' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 160, in script File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\exports.py", line 868, in menu rv = renpy.store.menu(items) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\exports.py", line 1026, in display_menu show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\display\screen.py", line 1051, in show_screen sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\display\core.py", line 1022, in add self.hide_or_replace(layer, remove_index, "replaced") File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\display\core.py", line 1044, in hide_or_replace d = oldsle.displayable._hide(now - st, now - at, prefix) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\display\screen.py", line 445, in _hide self.update() File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\display\screen.py", line 580, in update self.screen.function(**self.scope) File "game/screens.rpy", line 165, in execute File "game/screens.rpy", line 165, in execute File "game/screens.rpy", line 167, in execute File "game/screens.rpy", line 173, in execute File "game/screens.rpy", line 177, in execute File "game/screens.rpy", line 179, in execute File "game/screens.rpy", line 180, in execute File "game/screens.rpy", line 191, in execute File "game/screens.rpy", line 195, in execute File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\text\text.py", line 1340, in __init__ self.set_text(text, scope, substitute) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\text\text.py", line 1440, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value File "C:\Users\Gerhard\Desktop\Rogue-Like-0.990d-win\renpy\substitutions.py", line 201, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'JeanX' is not defined. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 2020 2.0 [/code]

Anonymous

Oddly enough, I actually liked the challenge a 'no addiction' run presented.

xevious

I looked in the files of the game and i know which easter egg you are talking about, but how can i trigger it? Any hint?

Anonymous

These points are valid only if you are gonna bring those changes to 0.99 branch. Otherwise you can ignore them. Some feedback. 1) I think that the new stat grow is way too fast. 2) Flirting 5 times in a time period is also way too much. (2-3 times would be okay) 3) cash flow is okay, I guess, but it would've been great to have an option. 4) The thing with low stat growth is that it gives more variety with different playthroughs. 5) chars a leveling way too fast, on the 5th day they have 2 levels up even without interactions. Details are in the comment below.

Anonymous

Details. There is not much to do in the game if you max the stats, so it just makes game boring faster. It also reduces the purpose of gifts, especially books, since they give the substantial points boost that is not needed anymore. Same with the new cash flow the Xaviers stash is not that appealing anymore. However, cash is not that important, so these changes are okay. I don't really know how much of a work it is, but it would be amazing to be able to choose between old and new stat growths at the beginning of the game, and in the Special options menu. Because right now it kinda feels like I'm playing a cheat mode. Anyway, these are just my two cents on feedback, thanks for your hard work.

etralt

appreciate the new facial animations for Laura, thumbs up (hoping we get a non gag version soon)

Anonymous

face mask was funny

WillyECoyote

Oni, i think i broke your game :P First night i found Rogue in the shower, and if wait for her Lust meter to fill up - she allows to do more when interrupted. I managed to get a handy, i guess we both dead now :P

OniArtist

Sorry about that. Hopefully you can skip past that. If I do come out with a new build of this one it should be fixed.

OniArtist

It has three requirements. One is based on time passing, one is based on meeting all the girls, and one is based on hitting a certain milestone with any one of them.

OniArtist

1. It's worth noting. I certainly don't plan to bring this over to the regular version, I only included it because I removed so many options to raise stats that I thought it would be an EPIC grind at default rates, but it's still good to get feedback on it to see *how* off it was. ;) 2. Agreed, this was again mainly just to give you more that you *could* do in such a limited mode. And agreed on the rest. The leveling was just because since they couldn't go to class or danger room or the other things that might raise their levels, I wanted to give them enhanced passive leveling. I also wanted to reduce the overall time it took to "max out" relative to the normal version.

DarkIfall

how to get rogue out of her room

OniArtist

It isn't possible in this version, it's kind of a joke. I'll be posting a new version later tonight that will function properly.

Timothy Morley

I get it! It should've tipped me off that rogues portrait on the main screen had a mask

fireballcreations

im going through and hit a bug where the girls are all stuck in their rooms

Anonymous

All I was able to do was engage in Phone Sex with Rogue and Kitty, couldn't trigger Jean or Emma at all and didnt bother with X-23.

OniArtist

Jean you can't do much with, Emma and X-23 you should be able to max out over time. And there's a bit more. . .

Anonymous

Is this just a prank version or can you get laid?

OniArtist

It's a bit of a joke, but also has some interesting options in it. You can do phone sex, telepathic sex with Emma, and Gwen'll give you a handjob.

Vash86

Does Jean ever give you her number?

bootyviking

i got the gwen scene. but i have ms frost maxed out in all stats and i'm on day 47, haven't had anything else special happen am i missed something? do the yellow, blue and red buttons have anything to do with unlocking one of the easter eggs?

OniArtist

You've probably gotten everything out of it that there is. The colored buttons are purely for diagnostic purposes, they're just there for certain things I've been testing so that if you had certain bugs I could say "well go hit the blue button and tell me what it says" and that might help me track it down.