Create and Fuck your AI Slut -70% OFF
x

Mod Ren'Py Abandoned Rogue-like: Evolution - Expanded Mod

4.60 star(s) 9 Votes

highlander00

Newbie
May 15, 2017
77
108
237
@Grigori_127 Fixed the GitHub startup bug!!! I couldnt fix Emma start menú saddly :( u just forgot to upload 00preferences.rpy :3

just put screens.rpy in your mainfolder/game (in my case: Rogue-Like-0.978e-pc\game) and 00preferences.rpy in mainfolder/renpy/common (ej.: \Rogue-Like-0.978e-pc\renpy\common)

P.S.: renpy just got the best of me with the tab error D:
Thanks for the heads up!!! If anyone who has updated his game with the github files and still has the start game bug, search for elif name == "background choices", and add this lines on your 00preferences.rpy file:
Code:
elif name == "background choices":

                if value == "modded1":
                    return SetField(_preferences, "background_choices", "modded1")
                if value == "modded_laura":
                    return SetField(_preferences, "background_choices", "modded_laura")
                if value == "modded_rogue":
                    return SetField(_preferences, "background_choices", "modded_rogue")
                if value == "modded_kitty":
                    return SetField(_preferences, "background_choices", "modded_kitty")
                if value == "modded_emma":
                    return SetField(_preferences, "background_choices", "modded_emma")
                elif value == "original":
                    return SetField(_preferences, "background_choices", "original")
The file is located in mainfolder/renpy/common as kenshuck mentioned!
@kenshuck you having problem with Emma was probably because it was missing this code on your preferences file:
Code:
if value == "modded_emma":
                    return SetField(_preferences, "background_choices", "modded_emma")
I've added those lines to your file and it worked just fine!

PS: If someone already downloaded the files in the post above I would suggest to "update" again then add the lines... Because it's missing a line of code on the screens.rpy, so that you won't be able to set Emma as the title background...
 
  • Like
Reactions: kenshuck

kenshuck

Member
Jul 27, 2017
131
35
252
Thanks for the heads up!!! If anyone who has updated his game with the github files and still has the start game bug, search for elif name == "background choices", and add this lines on your 00preferences.rpy file:
Code:
elif name == "background choices":

                if value == "modded1":
                    return SetField(_preferences, "background_choices", "modded1")
                if value == "modded_laura":
                    return SetField(_preferences, "background_choices", "modded_laura")
                if value == "modded_rogue":
                    return SetField(_preferences, "background_choices", "modded_rogue")
                if value == "modded_kitty":
                    return SetField(_preferences, "background_choices", "modded_kitty")
                if value == "modded_emma":
                    return SetField(_preferences, "background_choices", "modded_emma")
                elif value == "original":
                    return SetField(_preferences, "background_choices", "original")
The file is located in mainfolder/renpy/common as kenshuck mentioned!
@kenshuck you having problem with Emma was probably because it was missing this code on your preferences file:
Code:
if value == "modded_emma":
                    return SetField(_preferences, "background_choices", "modded_emma")
I've added those lines to your file and it worked just fine!

PS: If someone already downloaded the files in the post above I would suggest to "update" again then add the lines... Because it's missing a line of code on the screens.rpy, so that you won't be able to set Emma as the title background...
Yeah. I deleted it cause it was giving me a bug even with the lines. Its better to upload the files, a lot of people dont know about notepad+ or could get into the tab error just like me when editing the files.

I just cut with the easy option, since I prefer just the original modded background, it was fiving me an error on line 520 dont know what caused it

Ps: just tried again and it didnt give me the error thats some weird shit, i think my pc just hates me u.u

PS2: updated files with emma background
 

highlander00

Newbie
May 15, 2017
77
108
237
Yeah. I deleted it cause it was giving me a bug even with the lines. Its better to upload the files, a lot of people dont know about notepad+ or could get into the tab error just like me when editing the files.

I just cut with the easy option, since I prefer just the original modded background, it was fiving me an error on line 520 dont know what caused it

Ps: just tried again and it didnt give me the error thats some weird shit, i think my pc just hates me u.u
That's true. Here are the files if anyone want them. The screens.rpy goes into "Rogue-Like-0.978e-pc\game" and the 00preferences.rpy goes into "\Rogue-Like-0.978e-pc\renpy\common".
 
  • Like
Reactions: kenshuck

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
If you really read the posts, you should have seen a discussion of the bugs and images indicating that the latest author's version was included in version 0.978e.
However, you are right that it is difficult for a new user to understand this approach. This is a flaw in the authors of the topic, who still have not made a clear indication of updates. Version 0.978e has not changed since its inception, but changes are occurring but this is not reflected in the numbering.
Here I would like to ask the developers to give clear explanations in the topic header and without fail to indicate the date of the last update and which author's version corresponds to the mod.
You are not tired of repeating the same thing. I asked you to explain normally where to copy. I say again, I opened the update on the githab and found a bunch of folders there that are not in the game folder. I have once copied everything into the game folder. And she stopped working at all. I had to delete and download again. In addition, if you are already referring to the githabs put things in order too. During the search for a solution, I clicked on the link "Simply download the build for your OS here", and downloaded the version that turned out to be old.
If everything is so simple for you, let us write to you about the bugs as well as you explain about the updates. For example, I will write simply “I found a bug in your game,” “I found the second bug in your game,” and so on. And the question of exactly where and what I will answer "in the folder with the game."
If your approach is “we made a game”, and you yourself understand how to update it, then perhaps you yourself are able to find all the bugs and do everything as it should. Perhaps I will not take up your precious time anymore on specifying the bugs that you all know yourself, and even less I will not ask stupid questions about updating the game. Good luck in your development. Once again I don’t need to explain anything more about the game.
Okay, let me make a few things clear here.

0.978 is the game version the mod is build on. That's why it says "game version" and not "mod version" The mod doesn't have a version right now as it's all experimental.

I've already replied to you about the Github, so I don't understand why you keep going on about it. I know it can be confusing if you're not used to it, but don't blame us for your inability to use it. That's not fair. I will try editing it to make it simpler.

"If everything is so simple for you, let us write to you about the bugs as well as you explain about the updates. For example, I will write simply “I found a bug in your game,” “I found the second bug in your game,” and so on. And the question of exactly where and what I will answer "in the folder with the game."
If your approach is “we made a game”, and you yourself understand how to update it, then perhaps you yourself are able to find all the bugs and do everything as it should."

Why the hostility? Everything is far from simple for us. We didn't make a game, we're just maintaining a mod which was made by many different people, and we're doing our best. Not only that, but we're doing it with a game that has the core code change constantly (which is why the mod is build an running on just one version).
If you wanna quit helping development because you're butthurt overt not being able to figure out how to use Github, then that's fine with me. That's your choice. I just don't get it.
Like I said, I've already replied to you about it but you're still going on, and I don't understand why. If you have suggestions then you're welcome to voice them, but your constant passive-aggressive comments ain't helping anyone.
Besides, we just uploaded a new version. There's no need for you to download the Github version.

I'd suggest to change the OP's dates as well to prevent further confusion (It says the last update was on January)
Cheers for pointing that out! I totally forgot about it. It's been changed.

@Grigori_127 @Tinymanhood @highlander00 the original 00prefrences.rpy says that there is a modded2 background, but screens.rpy just have modded1 background, gramar error? or do we have another missing background?

Yeah… my pc hates me... im triple posting everithing u_u
Some things were added to Github after the latest build was updated. It will all be there with the next build.
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
Yeah. I deleted it cause it was giving me a bug even with the lines. Its better to upload the files, a lot of people dont know about notepad+ or could get into the tab error just like me when editing the files.

I just cut with the easy option, since I prefer just the original modded background, it was fiving me an error on line 520 dont know what caused it

Ps: just tried again and it didnt give me the error thats some weird shit, i think my pc just hates me u.u

PS2: updated files with emma background
That's true. Here are the files if anyone want them. The screens.rpy goes into "Rogue-Like-0.978e-pc\game" and the 00preferences.rpy goes into "\Rogue-Like-0.978e-pc\renpy\common".
Please don't post loose files here (especially not if it's for the Github version) as it will only confuse people (talking from experience).
 

Lover0fArt

New Member
Aug 5, 2016
8
3
44
Can someone provide a screenshot of their Github version of the game so i can compare it to mine? Pretty sure i'm completely screwing this up
...
Mmm...... Are u sure about that?...
Well, I was sure until you posted. Reason being, I was getting an error otherwise and the error log said the game was trying to read double entries from the root directory that was empty, causing a lock-up on game start, so I moved everything over. It might have been just the one file. I figured I solved it by moving everything to root. Error was removed for me.

Tell you what. I'll delete my work-around since I'm not so sure it was the real solution.


I'll just wait for a proper release or way to roll-your-own .exe that one of the team hinted at a page or two back.

Sorry for any confusion.
 

highlander00

Newbie
May 15, 2017
77
108
237
@Grigori_127 @Tinymanhood @highlander00 the original 00prefrences.rpy says that there is a modded2 background, but screens.rpy just have modded1 background, gramar error? or do we have another missing background?

Yeah… my pc hates me... im triple posting everithing u_u
For what I can tell, it was a background only for Laura, perhaps Grigori_127 added it as a test for the dynamic background... Seeing that it worked he changed the variable name to match the others...

Please don't post loose files here (especially not if it's for the Github version) as it will only confuse people (talking from experience).
No problem! It's just that I was having that same problem, and as kenshuck posted a solution I thought it was best to share them to prevent others from asking the same question again and again... But you're right, even when you simply share the game ready to play people get confused, imagine what it would do if we started to throw away files on this thread...
Thanks for all the work you're doing @Tinymanhood, @Grigori_127, and everyone else!!
 
  • Like
Reactions: Tinymanhood

MrBlue36

New Member
Jun 17, 2017
12
0
30
I can't seem to find Laura after seeing her once in the danger room.
Also:
- does Emma get some bondage uniform?
- Threesome actions don't work? Gives out rollback error when trying with Emma and Kitty.
- Mystique and Rouge stockings don't stay on. But is that to not having the sprites?

Oh and when is the expected date for .982d?
 

Bl0g_ch3ck3r

Newbie
Jul 11, 2018
90
117
165
Greetings yet again!
I've played on a fresh save with the latest build and I've encountered Laura in Danger room in 2nd or maybe 3rd day. Since that day (in game :p) I havn't encountered her yet again and its day 15 :p Is there any sort of a fix for this, also cant find a tab call/send SMS to Laura, but i can See the option to call to the rest of Girls, even those that I have not met like Mistique :p
In original 0.982 by Oni there was such a bug that made You impossible to encountered Laura the 2nd time, so maybe its almost the same bug? The project is great, cant wait to see some more updates about it.
Oh and thanks towards all authors and everyone that helped in building this mod!
Ps. As the OP said in change log that Laura had been added, but does She have something extra? Like Emma havn't got her sex animations but someone build them for her then maybe the same goes for Laura? :3
PPS. @MrBlue36 - Oni has released the 0.928d few days ago and 0.928e was released today. Not sure if You're talking about the Vanilla game or the mod based on that release (0.982d)
 

arkhamtheknight

Active Member
May 3, 2017
811
262
217
Error I'm getting when starting the game after the new screens and 00preferences was added:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 5778, in script
return
Exception: Could not find return label u'_call_Shift_Focus_357'.

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

Full traceback:
File "C:\Rogue-Like-0.978e-pc\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "C:\Rogue-Like-0.978e-pc\renpy\main.py", line 499, in main
run(restart)
File "C:\Rogue-Like-0.978e-pc\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Rogue-Like-0.978e-pc\renpy\execution.py", line 795, in run_context
context.run()
File "game/script.rpy", line 5778, in script
return
File "C:\Rogue-Like-0.978e-pc\renpy\ast.py", line 1400, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "C:\Rogue-Like-0.978e-pc\renpy\execution.py", line 586, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_Shift_Focus_357'.
 

Ric

Well-Known Member
Oct 21, 2016
1,962
3,974
509
Why the hostility?
I saw your answer and it arranged for me. But why does another person write me spam again and again. How many times do I have to repeat? They wrote to me three times that I had to go into the game folder. Instead, you could make a patch or be silent.
I just wanted to help find bugs, which are still many. But if it is a problem for you to explain normally, or to make an available update, then this approach does not suit me.
I use other developers' githabs and make updates there that are clear to me. In your case, it is not.
The question arises if everything is so simple and only I am not able to update anything, why are you make links to mega? Let everyone go to the githab and download the game.
I do not like what I need to spend time on spam because of one question. And become a clown for developers due to bug reports that they fixed a long time ago on a github.
 
  • Like
Reactions: Ahhjksio

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
I saw your answer and it arranged for me. But why does another person write me spam again and again. How many times do I have to repeat? They wrote to me three times that I had to go into the game folder. Instead, you could make a patch or be silent.
I just wanted to help find bugs, which are still many. But if it is a problem for you to explain normally, or to make an available update, then this approach does not suit me.
I use other developers' githabs and make updates there that are clear to me. In your case, it is not.
The question arises if everything is so simple and only I am not able to update anything, why are you make links to mega? Let everyone go to the githab and download the game.
I do not like what I need to spend time on spam because of one question. And become a clown for developers due to bug reports that they fixed a long time ago on a github.
"Instead, you could make a patch or be silent." - I don't understand that part.

"But if it is a problem for you to explain normally, or to make an available update, then this approach does not suit me." - No one is forcing you to use the Github build. You can find bugs in the normal build too, which is just as helpful.

"I do not like what I need to spend time on spam because of one question. And become a clown for developers due to bug reports that they fixed a long time ago on a github." - Then don't, it's really that simple.

I'm a bit surprised you haven't been able to do it even though you've been told how to 3 times. It's cool that you want to help find bugs. We appreciete that. But if using Github is too much of a hassle to you, then maybe it'd better better if you use the normal build. Atleast until I have the time to edit the Github Readme.
If you don't have the patience for that, that's totally cool too. Then this mod might not be for you.
In any case, it would be nice if you would stop constantly complaining about it and have a little patience. We all have school/work/families, and we're all doing this in our free time, so things might not go as fast as you'd want.
 

Tinymanhood

Member
Modder
Jun 6, 2017
353
837
181
No problem! It's just that I was having that same problem, and as kenshuck posted a solution I thought it was best to share them to prevent others from asking the same question again and again... But you're right, even when you simply share the game ready to play people get confused, imagine what it would do if we started to throw away files on this thread...
Thanks for all the work you're doing @Tinymanhood, @Grigori_127, and everyone else!!
Lmao yeah exactly, so better keep the confusion at a minimum.
 

-Wastrel

Member
Aug 3, 2017
286
527
266
Thanks for all the hard work you guys. It's awesome that you all came together to improve an already great game. Any way I can help out?
 
4.60 star(s) 9 Votes