Rogue-Like 0.992g (now with more feets)
Added 2020-11-26 14:48:30 +0000 UTCOk, this version updates the feet for Laura's doggy style pose to better fit her model, as well as various typos and minor tweaks. This is likely the last update to 0.992 unless there are some significant issues to patch out. So probably one more. No new content planned before version 0.993 though. I'm also working on something to show for the upcoming Girl 6 poll.
Comments
It's Ren'Py - a Python variant designed specifically for games.
Shremedy
2021-04-23 21:22:37 +0000 UTCHi Oni, which programming language do you use to create the game ?
Jian
2021-03-14 14:32:57 +0000 UTCOk, fixed this issue.
Oni
2021-03-06 22:57:09 +0000 UTCEmma asked to start dating me after I've already been with Laura (and Laura said it would be okay to join in). If I tell her "I'm already with someone else," she says, "I understand. I thought perhaps you could go out with me as well?" If I then click "She wouldn't understand" the next line to come out of Emma is "So then. . . How would you like to celebrate?" and goes into the sex menu. Same with "I'm sorry but no."
hornguy6
2021-03-04 07:58:13 +0000 UTCAny idea when the apk will be released?
2021-03-04 00:06:41 +0000 UTCIs there an android port
one action
2021-03-01 11:31:59 +0000 UTCThat's an exclamation point. Might be hard to read in that font. :D
Oni
2021-02-19 12:27:40 +0000 UTCHey, boss. I noticed a typo while talking to Laura. When she says "Well, you may have guessed I'm related to Wolverine." The second dialogue option for your reply says "I had no ideal" instead of "I had no idea."
Procksima
2021-02-19 11:00:45 +0000 UTC2 things that aren't "bug" bugs, but should probably be looked at nonetheless 1. If you switch to talking to a girl, it doesn't bring her to the forefront 2. The pool at night is considered fully taboo for the purposes of sexy stuff and flirting (like kissing her lips.) Night at the pool might be a good public place to cut loose and lower inhibitions for shy girls.
hornguy6
2021-02-17 20:12:58 +0000 UTCI swore all I had to do before was download the windows zip, change the extension to APK and install, but it's not working this time around. Ugh.
Homeless Dad
2021-02-10 07:31:38 +0000 UTCWhen you walk in on a girl in the shower, I think that it only triggers First_Bottomless but not First_Topless
hornguy6
2021-02-04 05:54:15 +0000 UTCWish I could fuck Emma at her podium
Phillipe Farneti
2021-01-27 22:18:56 +0000 UTCNo no, they don't change into their clothes for the day. They change into whatever they were wearing YESTERDAY. And this is also happening during the, "Did you sleep well?" dialogue. Not the official start of the day dialogue.
hornguy6
2021-01-27 07:41:32 +0000 UTCAnyone know a port for Android? *Sad Mobile Noises*
2021-01-25 17:32:35 +0000 UTCWell, with the shower, if they are half naked, and then genuinely *mind* being half naked around you, then they should change clothes *instantly,* rather than having any conversation first. If they stay half-naked, then they are fine with that and will stay like that until leaving the shower. They should change after leaving though. Also, after a sleepover, they are intended to change into their clothes for the day.
Oni
2021-01-25 13:14:49 +0000 UTCWhen you wake up in the morning after spending the night, after any sexy times she puts on her last outfit instead of her sleepwear.
hornguy6
2021-01-25 03:24:47 +0000 UTCSo, don't know if you already fixed it but if you catch somebody changing in the shower, if you tell them you're going to stick around, they stay in whatever state of undress they were in when you first walked in. Also, during Jean's introduction, right when she says, "Not that you'll remember this in five minutes" her pants randomly disappear.
hornguy6
2021-01-25 03:04:40 +0000 UTCIs there a link for android??
2021-01-19 16:05:26 +0000 UTCFixed, thank you.
Oni
2021-01-12 11:09:50 +0000 UTCAndroid link??
2021-01-12 09:46:29 +0000 UTCSorry to bother you but I've found a typo. I was loading a save game from 0.991h into 0.992g https://pic.infini.fr/PVjiULWC/nZq171y5.png the word should be more instead of move.
Mr Static
2021-01-10 12:54:34 +0000 UTCAnyone know what to do with the picture I found it in xavier’s office
2020-12-28 01:40:38 +0000 UTCSensitiveusername does ports if I remember
2020-12-25 14:25:42 +0000 UTCWell that's. . . interesting. It seems to be some sort of save-loading issue? What's the story there, was it a save from an earlier version? If so, do you know which?
Oni
2020-12-14 16:15:20 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 359, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle : attribute lookup __builtin__.module failed -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in $ ui.interact() File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\core.py", line 3237, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\screen.py", line 653, in event rv = self.child.event(ev, x, y, st) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 969, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\behavior.py", line 897, in event return handle_click(self.clicked) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\behavior.py", line 832, in handle_click rv = run(action) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\display\behavior.py", line 306, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 359, in __call__ renpy.save(fn, extra_info=save_name) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\loadsave.py", line 300, in save dump((roots, renpy.game.log), logf) File "D:\games\Rogue Like All Vers\Rogue-Like-0.992g-win\renpy\loadsave.py", line 45, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) PicklingError: Can't pickle : attribute lookup __builtin__.module failed Windows-7-6.1.7601-SP1 Ren'Py 6.99.13.2919 Rogue-Like 0.992g [/code]
Tansu Mistiklar
2020-12-12 11:26:58 +0000 UTCOdd. And you're going in the evenings? They should show up. Does it at least say "nobody showed up, weird?"
Oni
2020-12-07 19:16:24 +0000 UTCNot sure if I'm doing something wrong, but I was able to take Rogue out on a date in the beginning, but now when I get other girls to agree to a date they never show up at the campus square.
Tonytoca72
2020-12-07 03:56:50 +0000 UTCAYA More feets ^^
2020-12-06 13:02:55 +0000 UTCand android?
2020-12-05 08:27:29 +0000 UTCCurious question. When first meeting Jean it is mentioned at the end she had to "give this some thought" which could arguably be an indication of something else transpiring with her. Is there another event planned or is the current situation the end?
Adrian Evans
2020-12-04 00:58:54 +0000 UTCAny girl can do a threesome with any other girl, but whether they will or not is a check between how much they like you, and how much they like that other girl. If they have very high stats across the board they will tend to go along with whoever you want, if they have more medium stats then they will have to like the other girl, which you can raise by having them do activities together like class, studying, etc.
Oni
2020-12-03 11:44:36 +0000 UTCHow do I get rogue to do a threesome? Is it only with kitty or can she do it with the others too? Is there a affection lower limit to get the other girls to join my harem?
MechaWeeb
2020-12-03 00:11:41 +0000 UTCHey, nice work. :) (Off-topic: thanks again for drawing my character so many years ago. I am still fond of that drawing of my dark elf.) Alflyse as an exchange student or teacher "exchange" when? ;) (one can dream. o.o;) [I know she's not in X-Men. :)]
Krivvin Bailey
2020-12-02 20:24:36 +0000 UTCIt's mainly a time-based thing. They unlock many days into the game, mainly because they are meant as a "last resort" sort of thing. If you could use them day one they would just make everything too easy. ;)
Oni
2020-12-02 19:44:06 +0000 UTCI've thought about it. I think at this point I can probably make it work, I'll see what I can do there.
Oni
2020-12-02 19:43:13 +0000 UTCI'll see what I can do there.
Oni
2020-12-02 19:41:57 +0000 UTCThe basic design of the code is that they won't let anyone stay that they don't like pretty well. Jean tends to be unpopular, so you might need to work on that.
Oni
2020-12-02 19:41:24 +0000 UTCOut of sheer curiosity, what events in game need to happen for you to be able to buy the cologne?
KiddKame
2020-12-01 02:32:07 +0000 UTCHey Oni, I'm not sure how difficult this would be but have you ever thought of adding the sex poses when out on a date with a girl? For example when Rogue goes down on you at dinner or when Jean rides you at the movies. Again, not sure if this would be simple or not, just something I thought would be neat for those scenes. Keep up the good work!
Cain
2020-12-01 00:21:08 +0000 UTCFor next update, I'd love to see some kind of option to prevent Emma from interrupting while I'm fooling around with a girl in class. I'm at 1000 Obedience and Inhibition with Emma, so it feels like something I should be able to tell her to knock off, but there's no way to do so. I'm really loving the game! I'm liking Jean a lot more than I expected to.
Omelet
2020-11-30 05:31:13 +0000 UTCYou can do quite a bit with Jean at this point.
Omelet
2020-11-30 05:28:33 +0000 UTCSo when having girls over both Anna (Rogue) and Emma don't let Jean stay the night when they are over. Is this intentional or a way around it? Edit: Its with all the girls, so I'm guessing its intentional
Patrick Coleman
2020-11-29 22:39:32 +0000 UTCcan you do anything with jean yet?
Conor Reynolds
2020-11-29 19:41:59 +0000 UTCWell, you can build your rep with each of them until they choose to give it to you (often after sleeping over at their place multiple times), or you can get one character up high enough to activate one of the various "plans" against Xavier and convince him to give you the keys.
Oni
2020-11-29 12:39:40 +0000 UTCLove what you're doing ONI, but I do have a question; how do I get the girls room(s) keys?
Azmak99
2020-11-28 18:22:31 +0000 UTCThanks!
Oni
2020-11-28 18:04:24 +0000 UTCSame time. I'll just be working on one of those at a time as it fits into my schedule with the new girl, like how I was doing Laura's at the same time I was finishing Jean's.
Oni
2020-11-28 17:58:50 +0000 UTCThis is some nice and fine work you have done here Oni, looking forward to see how you improve :)
2020-11-28 16:54:10 +0000 UTCThey only hook up with each other (1) if their relationships with each other are at a good enough level (ask them if you don't know, get them together in 3somes to break the ice if they're not there yet) (2) they are horny and you're not banging them yourself. You will be warned about this only if your are Masterly and direct them to consult your first (Change Girl)
Shremedy
2020-11-28 03:56:07 +0000 UTCI consider it playable now. What do YOU consider "enjoyable", that isn't/hasn't been in so far?
Shremedy
2020-11-28 03:50:03 +0000 UTChow do you find the girls hooking up with eachother? do i just keep checking their rooms?
Conor Reynolds
2020-11-28 00:48:12 +0000 UTCIs the game now kinda playable or should we still wait for a enjoyable version ?
Hugo Frizon
2020-11-27 18:21:46 +0000 UTCDo you plan to add alternative positions for the girls who don’t have them yet before girl 6 or to work them at the same time?
rpglaster
2020-11-27 13:00:44 +0000 UTCI will try to add new story content over time.
Oni
2020-11-27 12:52:20 +0000 UTCHmmm. I kind of think just dropping them all in at once would mess up the organic nature of their introductions, and it would limit my ability to include other girls in their intros, since it couldn't guarantee which you encountered first. That said, I could maybe minimize some of the "downtime" between girls showing up, and maybe also have a "cheat" option for long time players that would sort of skip a lot of the intro stuff and just drop them into the action. I will try to add some new content, it's not so much of an "either/or" thing, since the work that goes into new girls is pretty different than the work that goes into new story content.
Oni
2020-11-27 12:42:09 +0000 UTCMy goal is to keep adding characters and content for as long as people remain interested in this project. I'd love to eventually have dozens, but it'd take a while, so the poll is about deciding who gets made over the next 6-12 months, in all likelihood.
Oni
2020-11-27 12:38:28 +0000 UTCI'd like to know to. Asking for a friend.
Dexter Puga
2020-11-27 11:22:35 +0000 UTCHow could I go about porting this release to android?
2020-11-27 03:25:58 +0000 UTCbro android releases would be sweet. just sayin. you know anyone that could do the port for you?
Best Waifu
2020-11-27 01:25:38 +0000 UTCMore lady's from X-Men is great and all but why not focus a bit on side events? It does get a bit dull doing the same thing over and over with another new character added into play. More school events with the teacher and the class that could even turn into some lewd acts later on. Swimming events, more locker room events, ect. Another thing you could do and spice up the game for later on is add a city map! On the weekend you could leave the school and head into town/city. You can do even more events, maybe meet some of the ladys from school shopping around town. Or (You might really like this) you can even add characters from other "realms" or create your own and based them living at the city. Just some ideas to spice up the game! Thanks for all your hard work!
Tappyru
2020-11-27 01:24:34 +0000 UTCI think Oni has said before he doesn't intend to put in any sound because he himself hates getting jump scared by porn sounds. And also it would be additional work that he doesn't really want to do. But that's just my memory of it, maybe I'm wrong.
hornguy6
2020-11-26 21:00:18 +0000 UTCOther bug report: You said you fixed it but Rogue is still making an angry face when suggesting serum. https://i.imgur.com/0T30adE.png I think you fixed the initial scene of suggesting serum, but maybe not the subsequent scenes.
hornguy6
2020-11-26 20:32:27 +0000 UTCi real like your game but i would love to hear some music and then some other sound later
Robert S
2020-11-26 20:09:46 +0000 UTCActual "bug" report: Is it intended that if you click "Want to make out a little?" on the first day, you can just keep clicking it until you actually *do* end up in a full makeout scene with Rogue? Even after her dialogue is "maybe one kiss"?
hornguy6
2020-11-26 20:07:08 +0000 UTCRandom feature request that isn't that important: Would you ever consider implementing a toggle option that makes all the girls get introduced on the first day? I start a lot of new games and it gets annoying for me to have to wait for everybody to show up. No worries if it would take a lot of fanangaling, I was just wondering if it was something easy that could be done. Secondary question: Instead of working on Girl 6, would you consider adding more events to the game first? Like more date options than the current two and more special ones like that school dance Rogue keeps talking about?
hornguy6
2020-11-26 20:01:53 +0000 UTCQuestion about the polls, do you plan to include every girl featured in the polls eventually? Or do you have a set limit to the amount of girls you want to add?
2020-11-26 19:58:27 +0000 UTCIt will happen next month. It will include the girls from the last poll, and maybe one or two more. Don't worry, I'll make a big deal of it, shouldn't be easy to miss. ;)
Oni
2020-11-26 18:18:01 +0000 UTCFair.
Oni
2020-11-26 18:17:08 +0000 UTCI'd like to See Mystique as girl 6
Oni's Fan
2020-11-26 16:54:31 +0000 UTCI don't remember a poll 6 for the new girl. Did I miss it or is the 6th girl the automatic runner up from the poll 5 results?
RockandGuts
2020-11-26 16:40:58 +0000 UTCOne more reason to give thanks this year!
J
2020-11-26 16:26:45 +0000 UTClove that u added a second position to a girl, but i feel like laura's and jean's face seem weird when they're in doggyidk, but keep up the great work!
jefferson
2020-11-26 16:22:51 +0000 UTCThank you!
Fritz Duncan
2020-11-26 15:00:50 +0000 UTC