Create and Fuck your AI Slut -70% OFF
x

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

4.60 star(s) 9 Votes

n1ck

Member
Feb 5, 2018
375
365
113
I thought I tried my hands on the GitHub codes, but hit a brick wall. Followed the step-by-step instruction on the GitHub page, but ran into trouble with the preferences.rpy. At 1st it works, but when I made a minor edit to the options.rpy to change the save location so it doesn't interfere with the original version, all hell broke loose.

The SDK seemed to cache data somewhere, cos re-installing the SDK and re-downloading the sources from GitHub won't help. I've deleted all saves and the RenPY folder on User/xxx/Roaming. Can anybody help?

In the meantime, I've downloaded the win version from the 1st page, delete the archive.rpa, and otherwise follow the github instruction (using this instead of the SDK). All runs well since.

Based on 2019-05-19 GitHub pull, I made the following changes:
Code:
2019-05-21
- Cleaned reversed engineered codes from the original v0.978e
- Changed save game location so it doesn't interfere with the original Rogue-Like saves
- Added 4 more custom clothing slots to Emma so she's on par with everyone else
- The modded girls can now level up
- Fixed: Ensures Laura is properly initialized at game start
- Fixed: Rogue tan reverting to default when changing to the new hairstyle
- Fixed: Rogue selfie skin tan mismatched when using the new hairstyle
- Fixed: Rogue skipping her 1st top/bottomless scene
@Azie,
The 1st change in the above changelog are designed to mitigate such problem you've encountered. Though I haven't encountered your specific problem, using uncleaned code has caused me a whole lot of headaches when trying to edit the source. IDK why the mod author(s) doesn't entirely scrub the " from _call_xxx" part of label call from the source. There's quite a few source files still containing this in GitHub.

@itsfickfuckthings,
I haven't tried it yet, but it might be similar error to when you try to fondle kitty's breasts when she's giving you a titjob. It's harder to pinpoint cos the original codes uses a very bad form of programming, using global variables to pass data. Going forward, to ensure quality IMO there's need a full code overhaul. The modders already paving the way with the modded girl code. Now to apply that approach to all the original girls.
 
Last edited:

TheSinful

Member
Jun 11, 2018
494
686
278
I thought I tried my hands on the GitHub codes, but hit a brick wall. Followed the step-by-step instruction on the GitHub page, but ran into trouble with the preferences.rpy. At 1st it works, but when I made a minor edit to the options.rpy to change the save location so it doesn't interfere with the original version, all hell broke loose.

The SDK seemed to cache data somewhere, cos re-installing the SDK and re-downloading the sources from GitHub won't help. I've deleted all saves and the RenPY folder on User/xxx/Roaming. Can anybody help?

In the meantime, I've downloaded the win version from the 1st page, delete the archive.rpa, and otherwise follow the github instruction (using this instead of the SDK). All runs well since.

Based on 2019-05-19 GitHub pull, I made the following changes:
Code:
2019-05-21
- Cleaned reversed engineered codes from the original v0.978e
- Changed save game location so it doesn't interfere with the original Rogue-Like saves
- Added 4 more custom clothing slots to Emma so she's on par with everyone else
- The modded girls can now level up
- Fixed: Ensures Laura is properly initialized at game start
- Fixed: Rogue tan reverting to default when changing to the new hairstyle
- Fixed: Rogue selfie skin tan mismatched when using the new hairstyle
- Fixed: Rogue skipping her 1st top/bottomless scene
@Azie,
The 1st change in the above changelog are designed to mitigate such problem you've encountered. Though I haven't encountered your specific problem, using uncleaned code has caused me a whole lot of headaches when trying to edit the source. IDK why the mod author(s) doesn't entirely scrub the " from _call_xxx" part of label call from the source. There's quite a few source files still containing this in GitHub.

@itsfickfuckthings,
I haven't tried it yet, but it might be similar error to when you try to fondle kitty's breasts when she's giving you a titjob. It's harder to pinpoint cos the original codes uses a very bad form of programming, using global variables to pass data. Going forward, to ensure quality IMO there's need a full code overhaul. The modders already paving the way with the modded girl code. Now to apply that approach to all the original girls.
Bitchin
 

iAnimeDeath

Member
Feb 3, 2017
359
168
196
I thought I tried my hands on the GitHub codes, but hit a brick wall. Followed the step-by-step instruction on the GitHub page, but ran into trouble with the preferences.rpy. At 1st it works, but when I made a minor edit to the options.rpy to change the save location so it doesn't interfere with the original version, all hell broke loose.

The SDK seemed to cache data somewhere, cos re-installing the SDK and re-downloading the sources from GitHub won't help. I've deleted all saves and the RenPY folder on User/xxx/Roaming. Can anybody help?

In the meantime, I've downloaded the win version from the 1st page, delete the archive.rpa, and otherwise follow the github instruction (using this instead of the SDK). All runs well since.

Based on 2019-05-19 GitHub pull, I made the following changes:
Code:
2019-05-21
- Cleaned reversed engineered codes from the original v0.978e
- Changed save game location so it doesn't interfere with the original Rogue-Like saves
- Added 4 more custom clothing slots to Emma so she's on par with everyone else
- The modded girls can now level up
- Fixed: Ensures Laura is properly initialized at game start
- Fixed: Rogue tan reverting to default when changing to the new hairstyle
- Fixed: Rogue selfie skin tan mismatched when using the new hairstyle
- Fixed: Rogue skipping her 1st top/bottomless scene
@Azie,
The 1st change in the above changelog are designed to mitigate such problem you've encountered. Though I haven't encountered your specific problem, using uncleaned code has caused me a whole lot of headaches when trying to edit the source. IDK why the mod author(s) doesn't entirely scrub the " from _call_xxx" part of label call from the source. There's quite a few source files still containing this in GitHub.

@itsfickfuckthings,
I haven't tried it yet, but it might be similar error to when you try to fondle kitty's breasts when she's giving you a titjob. It's harder to pinpoint cos the original codes uses a very bad form of programming, using global variables to pass data. Going forward, to ensure quality IMO there's need a full code overhaul. The modders already paving the way with the modded girl code. Now to apply that approach to all the original girls.
You are missing sound folder. So whenever you smack someone it will cause an error. You have to pull sound folder from one of earlier builds that grigori released. I already my own build working a few pages back. Also there is another preference file you need to get from a few pages ago that Grigori released to help fix most ppl's crash bug on SDK.

Here is Post Link: https://f95zone.to/threads/rogue-like-evolution-expanded-mod.14865/page-82#post-1864313

Here is the other Preference file needed: https://f95zone.to/threads/rogue-like-evolution-expanded-mod.14865/page-83#post-1871983
 
Last edited:
  • Like
Reactions: Darkowo383

n1ck

Member
Feb 5, 2018
375
365
113
You are missing sound folder. So whenever you smack someone it will cause an error. You have to pull sound folder from one of earlier builds that grigori released. I already my own build working a few pages back. Also there is another preference file you need to get from a few pages ago that Grigori released to help fix most ppl's crash bug on SDK.

Here is Post Link: https://f95zone.to/threads/rogue-like-evolution-expanded-mod.14865/page-82#post-1864313

Here is the other Preference file needed: https://f95zone.to/threads/rogue-like-evolution-expanded-mod.14865/page-83#post-1871983
Thanks for the reply. The problem isn't with the sound folder, but related to the Preference object. The actual error is (paraphrasing) "background_choices is not found in the Preferences object". As the latest build is using a dynamic main screen, the game crash as soon as it launched.

Test it on SDK v6.99.14.3. After adjusting the "renpy/common/00preferences.rpy" and "renpy/preferences.py", the error is gone. The GitHub readme should be updated, as it shows only the "00preferences.rpy" need to be patched while it actually takes 2 to tango.

Question: has anybody tested Rogue-Like with the v7.x SDK, either the original or the modded version? I found that using the v7.x the game has a background problem, that is the background isn't displayed. It seemed that Oni added a layer under the master layer that is used for background, and v7.x seems won't display anything on layer below the master layer (or immediately cover it with the master layer). Anyone know how to mitigate this?
 
Last edited:

GMArcturus

Newbie
Oct 14, 2017
23
8
13
There are like 3 things I'm wondering about. Would it be possible to change Rogue's cheerleader top from a bra to a top so that she can wear a bra under it, are there plans to give Emma a more teacher-ish outfit with bit longer of a mini-skirt and a button down blouse and finally, can we a get Emma a bra and panty set more similar to Rogue's and Kitty's sets?
 

77outlaw77

Member
Feb 16, 2018
191
268
143
There are like 3 things I'm wondering about. Would it be possible to change Rogue's cheerleader top from a bra to a top so that she can wear a bra under it, are there plans to give Emma a more teacher-ish outfit with bit longer of a mini-skirt and a button down blouse and finally, can we a get Emma a bra and panty set more similar to Rogue's and Kitty's sets?
Hard to say on the cheer top, but as for the teacher outfit- most of the people participating in the mod are not artists- most of the art assets are from Oni's version, who is a pretty good artist but a pretty mediocre coder.
The question as to whether they will get things like that is mostly a question of whether or not somebody better at art can participate. I've been taking a crack at it, but it's turned out to be slower going than I expected. If you feel like you're up to the task,feel free to contribute.
 

arkhamtheknight

Active Member
May 3, 2017
811
262
217
Can someone upload the latest version with the recent GitHub plus n1ck's fixes and any updates added after please? The last versions are now slightly outdated due to n1ck's improvements.
 

GMArcturus

Newbie
Oct 14, 2017
23
8
13
Hard to say on the cheer top, but as for the teacher outfit- most of the people participating in the mod are not artists- most of the art assets are from Oni's version, who is a pretty good artist but a pretty mediocre coder.
The question as to whether they will get things like that is mostly a question of whether or not somebody better at art can participate. I've been taking a crack at it, but it's turned out to be slower going than I expected. If you feel like you're up to the task,feel free to contribute.
The Emma stuff is less of a thing for me, but the cheer top going from a bra to an actual top like it should have been in the first place is something I would really like to see fixed. That can't be anything more than changing a bit of coding for that one, right? Also one last thing I forgot to mention would be that it would be nice to be able to get the same cheer outfit that Rogue has for Kitty. I think she would look good in it.
 

mochamas23

Active Member
Apr 5, 2019
817
183
132
View attachment 122966

Overview:
Expanded is a mod created by @Shanks_Aka, @Olive_Drab, @MK78, @Tinymanhood, and a few others. It expands the existing content by adding more clothing, sex options and locations as well as an additional character (Mystique). It also includes an expansion of the Modded version originally created by SLDR which allows you to quickly and easily adjust each girl's stat by dragging the stat bars at the top of the screen. Clicking the backpack icon gives you options to instantly gain money, stat points to level up and actions with each girl.​

Game Updated: March 22, 2019
Post Updated: March 26, 2019
Game/Creator: -
Contributors: @Shanks_Aka, @Olive_Drab, @MK78, @Tinymanhood, @Syliar, @grundle, @Hakunon, @everglow ,@Taharka, @unforeseeable, @Kylar Stern, @ArcticPerv, @Grigori_127, @Pervy Rogue, @D&R, @jumbotron, @Shad0wk1ng09, @Sfoo, @Maniek92, @Deadlypremonition, anons
Game Version: 0.978
Language: English
Genre: School, Parody, Anal, Blowjob, Stripping, Handjob, Titjob, Masturbation, Corruption, Super Powers, Renpy, Outfits

Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

FAQ:
You don't have permission to view the spoiler content. Log in or register now.


(Experimental builds)

-----------------------------------------------------------------------------------------

There's currently no updates planned for any other game version than 0.978. Please, stop asking. We will let you know if anything changes.


Download:

Vanilla Game V0.978e + Expanded Mod All In One:

Win:
Mac:
Linux:
Android:


View attachment 123065 View attachment 123066 View attachment 123067 View attachment 123068 View attachment 123069 View attachment 123070 View attachment 123071 View attachment 123072 View attachment 123073 View attachment 123074 View attachment 123075 View attachment 123076 View attachment 123077 View attachment 123078 View attachment 123079 View attachment 123080 View attachment 123081 View attachment 123082 View attachment 123083 View attachment 123084 View attachment 123085 View attachment 123086 View attachment 123087 View attachment 123088 View attachment 123089 View attachment 123090 View attachment 123091
update please
 

arkhamtheknight

Active Member
May 3, 2017
811
262
217
He isn't even part of the team. Nick as far as I am concerned. So they choose if they do those fixes or not. Can't demand stuff like this. Or even ask for update by team. It says in OP to just wait for word of it. They do have lives.
I didn't demand it at all but I'm not saying like a full update as that would be hell to make. Just thinking more like the versions that are released in the comments all the time. If the features work then it could eventually solve issues like having to start a new game everytime an updated version is released.
 

n1ck

Member
Feb 5, 2018
375
365
113
This would be nice indeed. Tried myself, failed completely.
What exactly did you try, rebuilding the game with the SDK? I haven't tried it yet cos I have problem opening the game in the SDK (which has been resolved thanks to iAnimeDeath). Are there errors in building?

He isn't even part of the team. Nick as far as I am concerned. So they choose if they do those fixes or not. Can't demand stuff like this. Or even ask for update by team. It says in OP to just wait for word of it. They do have lives.
Yeah. I'm actually unsure right now on how to keep up with the project. Cos I'm not on the team, my fixes are at best a fork from GitHub. Problem is, what to do when the team updates the codes on GitHub. I cannot directly do another pull from the repo, cos it'll obliterate my work on local repo. Doing a manual diff & patch preserves my code but lose the history of the GitHub edit. In the mean time I go with the 2nd option. My Git-Fu just not advanced enough to think up another approach.
 
Nov 30, 2017
103
72
201
What exactly did you try, rebuilding the game with the SDK? I haven't tried it yet cos I have problem opening the game in the SDK (which has been resolved thanks to iAnimeDeath). Are there errors in building?


Yeah. I'm actually unsure right now on how to keep up with the project. Cos I'm not on the team, my fixes are at best a fork from GitHub. Problem is, what to do when the team updates the codes on GitHub. I cannot directly do another pull from the repo, cos it'll obliterate my work on local repo. Doing a manual diff & patch preserves my code but lose the history of the GitHub edit. In the mean time I go with the 2nd option. My Git-Fu just not advanced enough to think up another approach.
With my very basic skills I just tried to follow the Github instruction to use their latest build and copy/paste your stuff on top of it.
He isn't even part of the team. Nick as far as I am concerned. So they choose if they do those fixes or not. Can't demand stuff like this. Or even ask for update by team. It says in OP to just wait for word of it. They do have lives.
I think you misread my intentions. I wasn't demanding that any of the modders would apply N1ck's stuff to their Github build and handdeliver it to me on a silver plate. If I had done that than yeah, I'm the asshole. I also did not ask for any update from the modders themselves.
I merely responded to the post that asked if ''someone'' (with better skills than I do since as I mentioned I failed in doing so) would be able to help us out. Since when is there such harm in asking for help?
 
  • Like
Reactions: SuperKamiLuvGuru

iAnimeDeath

Member
Feb 3, 2017
359
168
196
This would be nice indeed. Tried myself, failed completely.
I didn't demand it at all but I'm not saying like a full update as that would be hell to make. Just thinking more like the versions that are released in the comments all the time. If the features work then it could eventually solve issues like having to start a new game everytime an updated version is released.
Sorry for sounding like an jerk and didn't mean to come off that way. For you two that are trying to build it thru SK here is some helpful advice. I did also post the github build here fully done. Just don't have the experience for Android or MAC ports.

For reasons of Failed Builds or loading SKD do the following ;)
There is another preference file you need to get from a few pages ago that Grigori released to help fix most ppl's crash bug on SDK.Here is the other Preference file needed: https://f95zone.to/threads/rogue-like-evolution-expanded-mod.14865/page-83#post-1871983

Also make sure you add Sounds folder from previous version into your folder as well. Github's instructions haven't been updated yet, to tell about these two fixes needed.

Yeah. I'm actually unsure right now on how to keep up with the project. Cos I'm not on the team, my fixes are at best a fork from GitHub. Problem is, what to do when the team updates the codes on GitHub. I cannot directly do another pull from the repo, cos it'll obliterate my work on local repo. Doing a manual diff & patch preserves my code but lose the history of the GitHub edit. In the mean time I go with the 2nd option. My Git-Fu just not advanced enough to think up another approach.
Yeah I think it would be cool for you to be added to team. It seems you got some fixes underway and such that fix a lot of issues currently in the Github build. But thing is they did say that version is experimental and its going to have bugs. Might have other fixes but it does have its own issues. It's b/c its not the full update yet finished. They still working on it. So many ppl might need to realize that the github version should be approached with caution :) .

Could I just simply copy your fixes to the game folder itself and should work out right?
 
Last edited:

n1ck

Member
Feb 5, 2018
375
365
113
With my very basic skills I just tried to follow the Github instruction to use their latest build and copy/paste your stuff on top of it.
Basically, if you go the SDK route, you'll need the v6.99.13 SDK, the 2 preferences files iAnimeDeath mentioned (preferences.py and 00preference.rpy), the sound folder, the images folder, and that's it. Put my posted rar somewhere accessible from the SDK, and run it. No need to re-download the codes from the github as it contains all the codes as of 2019-05-19.

Yeah I think it would be cool for you to be added to team. It seems you got some fixes underway and such that fix a lot of issues currently in the Github build. But thing is they did say that version is experimental and its going to have bugs. Might have other fixes but it does have its own issues. It's b/c its not the full update yet finished. They still working on it. So many ppl might need to realize that the github version should be approached with caution :) .

Could I just simply copy your fixes to the game folder itself and should work out right?
If you're using the previously released build, that should be enough. This is the way I use it BTW. It's basically the GitHub version pulled on 2019-05-19 with some edits. I do delete the supplied archive.rpa and re-download the images folder though.

There is another issue I've fixed. It's not related to the codes, but in the image folder. I've forgot the details, but apparently if you're asking to cum on something (in mouth, or on face, I forgot o_O), the image for it is missing. It's been resolved by copying an image. Problem is, I forgot which one. And cos the image folder is not under Git on my system, I left scratching my head on what I've done :p

If anyone can provide the full image list of the expanded mod (links found at GitHub), maybe I can retrace what I've done. Re-downloading it is slow and I'm running out of HDD space :cry:
 

Spurkuspude

New Member
Oct 6, 2018
2
3
169
Hi. Liking the changes & additions in this mod! When i first played this, i thought i found a bug. Emma has a black spot on most of her pants when aroused, but when i went digging in the images folder, i found out that the sprite is just a lot more basic than the original game's yoga pants sprite, for example. So i edited the sprites to be more in line with that, and thought that hell, if someone else might want , i'll throw it in here.
 
Last edited:

n1ck

Member
Feb 5, 2018
375
365
113
Hi. Liking the changes & additions in this mod! When i first played this, i thought i found a bug. Emma has a black spot on most of her pants when aroused, but when i went digging in the images folder, i found out that the sprite is just a lot more basic than the original game's yoga pants sprite, for example. So i edited the sprites to be more in line with that, and thought that hell, if someone else might want , i'll throw it in here.
Liking your edits, though I think it should be darker toward where the pussy lips are, cos it's the source of wetness.
 

Spurkuspude

New Member
Oct 6, 2018
2
3
169
Liking your edits, though I think it should be darker toward where the pussy lips are, cos it's the source of wetness.
Yeah you're right, might do that at some point. This was just a quick 10 min fix where i tried to make it look consistent with the original effect.
 
4.60 star(s) 9 Votes