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

4.60 star(s) 9 Votes

Pr0man

Member
Jul 23, 2017
408
825
368
elder variation missing. where to get this with older content fullness?
Either the All in One Version which is linked in the OP, which is however based on a way older version of the base game, so expect other missing features, or nowhere in the newest version, as over the course of development, other features that either did not work out as well or had lower quality were removed. They might get re-introduced at a later stage, as of right now there's a whole lot of work that needs touching up and not nearly enough coders working on the mod.

As an aside: The screenshots in Op are currently not entirely representative of the mod and need to get changed at some point.

you do need to have the base game to install this mod. should say which version it works with currently in og post
That is the inevitable plan going forward, but you don't as of right now. The links for the "Base mod" in OP all contain game on version 0.984h and are running the mod and ready to play as is - you download that and play, all there is to it as it stands right now.
 

Pervy Rogue

Newbie
Modder
Nov 9, 2016
94
413
150
Any word on an update?
Still coding as always?

So, moving away from the inefficient LiveComposite() function Oni was using and instead using LayeredImage() to process the sprites and their layers. Ren'py is looking to add Live2D support in an upcoming update and Shad0wk1ng09 has expressed some interest in making that work. But for the moment, trying to get the sprites in and doing what we want them to do.

Added benefit of remaking the system you may ask? Speed for one, should help with those performance issues the base game has now. We can also add more categories of clothing and sprite layers, meaning we can add back in a number of assets y'all have been missing and this time without some of the annoying issues. Plus, we can better randomize wardrobes now! We'll be giving each clothing piece some values and using some weighted choices to generate outfits on the fly. You will still be able to 'tell' a girl what to wear and when but, hopefully this will be less of a chore and players wont be reaching for that calendar as often. This is the current focus, not much else to say here as I am still going through all the necessary logic of how this thing will work.

Dynamic Events is a big system I am still working though. Unlike most trainer games, Rogue-Like hasn't really relied on doing the same thing each 'turn'. To further supplement that, we are reworking how events actually proc. Four categories of events will now exists: Character, Location, Scheduled, and Special. Special events can be considered scripted events, these generally overwrite all other things happening. Scheduled events are exactly what they sound like, the typical event that happens at a preset time. Location and Character are a little bit different; these events happen when the player is in the right place or with the right person. We call these dynamic because nothing but the Special events are guaranteed to happen. Plus, the event handler will prevent event overlap so we can't get two Special events playing at once. Add in a host of possible conditions and a sprinkle of randomization; there you go, we have Dynamic Events!

Dynamic Locations are a thing and are working as intended. With this, we can add, change, and mix up locations at will. Most of this has to do with how the menus work, which is another piece that has been reworked. Moving now defaults to 'Travel Mode' where you have to move room by room; this helps with the event handler and ensuring that certain events play correctly. A cheat movement mode may be added later at some point. Lastly, this lets us add the Brotherhood building in with relative ease; that and new rooms for new girls.

Code for the girls is on hold until other systems are built out better. Even so, a good amount of work was already done on that subject. Expect values to change more consistently and decisions to have a more nuanced effect. Conditional checks that still are not working in the current version of RL have been completely reworked; this will show up with a more pronounced effect when interacting with the girls. Location, outfit, and nature/type of request will all now factor heavily in deciding if a girl is willing to do a thing, with the added bonus that traits should be more consistently used. Speaking of outfits and clothes, code for that was also made a while back and is already part of the project, expect to hear more about outfit changes as the image system progresses.

Feel free to come by the Discord and encourage us (myself especially) to stay focused on this!

~PervyRogue
 

Olive_Drab

Member
Jun 6, 2017
231
1,199
255
Oh! You are aliveeeeeeeee! Welcome back. :)
Mostly, yeah. I was in a bad accident last year so I really haven't done any artsy stuff for a while. It's still pretty hard so I'm trying out just little projects to start with, see what I can handle.

They just look like an edited Kitty to me..
That's cause they are. I haven't redrawn the body or anything, it's just me messin' around. Basically just new hair, skin tone, some costumery and such. If ya'll want it I can rustle it up and post it.
 
4.60 star(s) 9 Votes