AndroidGamesLinuxMacOsRen'pyWindow

Rogue-like: Evolution [v1.51] [Oni]

Download for Windows

Download for Mac

Download for Linux

Download for Android - v1.1d

  • swipe down to hide the ui
  • swipe left to roll back
  • swipe right to start skipping of text
  • swipe 2x left&right to open the game menu
  • swipe up&down to toggle a small window with memory usage information
  • longpress the save file thumbnail in the save/load screen to delete this slot

Download Multi-Mod

Features:

  • Adds in-game walkthrough highlighting menu choice character stat changes.
  • Add character stat screens via the character chat menu giving exhaustive stats of the current character in focus.
  • Wider menu choice boxes to accommodate extra text of walkthrough.

Installation:

PC: Extract contents to “game” folder, overwrite as prompted. Do only these steps, nothing else is required.

Console Variables

 
 
  1. Download the UnRen tool.
  2. Extract the UnRen.bat to the folder where the Rogue-Like.exe is.
  3. Run UnRen.bat
  4. Type 3 and push enter.
  5. Open the game and load a save (Starting new is bugged currently if you use this method)
  6. Push Shift+O to open the console
 
1. Open the renpy folder
2. Open common folder
3. Locate the 00console.rpy file and open it with notepad++ or regular notepad
4. Search the file for:

Code: config.console = False
and change it to:

Code: config.console = True
5. Save the file and run the game (Should be fine starting a new game or loading from a save unlike UnRen method).
6. Push Shift+O to open the console.
 
 
Player.Focus=4
Player.Cash = 99999
Player.Income = 1000
Player.Semen_Max = 10
Player.Lvl = 6
Player.StatPoints = 10
 
RogueX.Love = 1000
RogueX.Obed = 1000
RogueX.Inbt = 1000
RogueX.Lvl = 6
RogueX.StatPoints = 6
RogueX.Blow=1000
RogueX.Foot=1000
RogueX.Loose=1000 (Loose stat affects how tight her asshole is, and on 1000 she basically won’t feel anything from anal)
RogueX.Anal=1000
RogueX.Vaginal=1000
RogueX.Hand=1000
RogueX.Tit=1000
RogueX.LikeEmma = 1000
RogueX.LikeKitty = 1000
RogueX.LikeLaura = 1000
RogueX.Taboo=6
 
KittyX.Love = 1000
KittyX.Obed = 1000
KittyX.Inbt = 1000
KittyX.Lvl = 6
KittyX.StatPoints = 6
KittyX.Blow=1000
KittyX.Foot=1000
KittyX.Loose=1000
KittyX.Anal=1000
KittyX.Vaginal=1000
KittyX.Hand=1000
KittyX.Tit=1000
KittyX.LikeEmma = 1000
KittyX.LikeRogue = 1000
KittyX.LikeLaura = 1000
KittyX.Taboo=6
 
StormX.Love = 1000
StormX.Obed = 1000
StormX.Inbt = 1000
StormX.Lvl = 6
StormX.StatPoints = 6
StormX.Blow=1000
StormX.Foot=1000
StormX.Loose=1000 (Loose stat affects how tight her asshole is, and on 1000 she basically won’t feel anything from anal)
StormX.Anal=1000
StormX.Vaginal=1000
StormX.Hand=1000
StormX.Tit=1000
StormX.LikeEmma = 1000
StormX.LikeKitty = 1000
StormX.LikeLaura = 1000
StormX.Taboo=6
 
EmmaX.Love = 1000
EmmaX.Obed = 1000
EmmaX.Inbt = 1000
EmmaX.Lvl = 6
EmmaX.StatPoints = 6
EmmaX.Blow=1000
EmmaX.Foot=1000
EmmaX.Loose=1000
EmmaX.Anal=1000
EmmaX.Vaginal=1000
EmmaX.Hand=1000
EmmaX.Tit=1000
EmmaX.LikeRogue = 1000
EmmaX.LikeKitty = 1000
EmmaX.LikeLaura = 1000
EmmaX.Taboo=6
EmmaX.SEXP=1000
 
LauraX.Love = 1000
LauraX.Obed = 1000
LauraX.Inbt = 1000
LauraX.Lvl = 6
LauraX.StatPoints = 6
LauraX.Blow=1000
LauraX.Foot=1000
LauraX.Loose=1000
LauraX.Anal=1000
LauraX.Vaginal=1000
LauraX.Hand=1000
LauraX.Tit=1000
LauraX.LikeEmma = 1000
LauraX.LikeKitty = 1000
LauraX.LikeRogue = 1000
LauraX.Taboo=6
 
JeanX.Love = 1000
JeanX.Obed = 1000
JeanX.Inbt = 1000
JeanX.Lvl = 6
JeanX.StatPoints = 6
JeanX.Blow=1000
JeanX.Foot=1000
JeanX.Loose=1000 (Loose stat affects how tight her asshole is, and on 1000 she basically won’t feel anything from anal)
JeanX.Anal=1000
JeanX.Vaginal=1000
JeanX.Hand=1000
JeanX.Tit=1000
JeanX.LikeEmma = 1000
JeanX.LikeKitty = 1000
JeanX.LikeLaura = 1000
JeanX.Taboo=6
 
Use “K_” for “Kitty”
“R _” for “Rogue”
“E_” for “Emma”
“P_” for “Zero” aka Player.
“L_” for “Laura/X-23”
– Upper and lower case letters matters!!! Spaces [ = ] don’t.

>Player Stats

Playername = “Zero”
P_Male = 1
R_Petname = “sugar” # What Rogue calls the player
R_Petnames = [“sugar”]
R_Pet = “Rogue” # What player calls Rogue
R_Pets = [“Rogue”]
K_Petname = “sweetie” # What Rogue calls the player
K_Petnames = [“sweetie”]
K_Pet = “Kitty” # What player calls Rogue
K_Pets = [“Kitty”]
P_Semen = 2
P_Semen_Max = 3
P_Focus = 0
P_FocusX = 0
P_XP = 0
P_StatPoints = 0
P_XPgoal = 100
P_Lvl = 1
P_Traits = [ ]
P_RecentActions = [ ]
P_DailyActions = [ ]

>Player Inventory Variables
P_Income = 12 # How much money player makes each day
P_Cash = 20 # Modify the Cash

>Rogue Stats [R] / Kitty Stats [K] / Emma Stats [E] /Laura Stats [L] (for other girl stats change ‘R’ to the letter inside [ ])
R_Love = 500 # Remenber lowest=0, full=1000
R_Inbt = 0 # Remenber lowest=0, full=1000
R_Obed = 0 # Remenber lowest=0, full=1000
R_Lust = 10 # Remenber lowest=0, full=1000
R_LikeKitty = 600
R_Addict = 0 # How addicted she is
R_Addictionrate = 0 # How fast her addiciton rises
R_AddictStore = 0 # Stores her base addiction level
R_Resistance = 0 # How fast her rate falls
R_OCount = 0 # Orgasm counter
R_Loose = 0
R_XP = 0
R_Cheated = 0 # Number of times player cheated on Rogue
R_Break = [0,0] # Minimum time between / total number of break-ups
R_StatPoints = 0
R_XPgoal = 100
R_Lvl = 0
R_Rep = 80
R_Shame = 0 # Shame amount Rogue generates with current clothing/action
R_Taboo = 0 # Taboo level of the location Rogue is at when not with player

>Sexual Encounters
R_Action = 3
R_MaxAction = 3
R_Caught = 0
R_Kissed = 0 # How many times Rogue and player have kissed


Main ones I use below:

P_Income
P_Cash

K_Love
K_Obed
K_Inbt
K_Lust
K_Addict
K_Addictionrate
K_Lvl
K_MaxAction

R_Love
R_Obed
R_Inbt
R_Lust
R_Addict
R_Addictionrate
R_Lvl
R_MaxAction

Add +=(number) to increase score) or -=(number) to decrease score) at the end of those. no spaces

R_Forced =
R_ForcedCount =
 
Player.Cash=99999
Player.Focus=10
Player.Income=1000
Player.Lvl=20
Player.Semen_Max=10
Player.StatPoints=10
renpy.free_memory()
Keys.append(EmmaX)
Keys.append(JeanX)
Keys.append(KittyX)
Keys.append(LauraX)
Keys.append(RogueX)
Keys.append(StormX)

JeanX.Traits.append("exhibitionist")
EmmaX.Traits.append("exhibitionist")
KittyX.Traits.append("exhibitionist")
RogueX.Traits.append("exhibitionist")
LauraX.Traits.append("exhibitionist")
StormX.Traits.append("exhibitionist")

EmmaX.Anal=1000
EmmaX.Blow=1000
EmmaX.Foot=1000
EmmaX.Hand=1000
EmmaX.Inbt=1000
EmmaX.LikeEmma=1000
EmmaX.LikeJean=1000
EmmaX.LikeKitty=1000
EmmaX.LikeLaura=1000
EmmaX.LikeRogue=1000
EmmaX.LikeStorm=1000
EmmaX.Loose=1000
EmmaX.Love=1000
EmmaX.Lvl=20
EmmaX.Obed=1000
EmmaX.SEXP=1000
EmmaX.StatPoints=20
EmmaX.Taboo=0
EmmaX.Tit=1000
EmmaX.Vaginal=1000

JeanX.Anal=1000
JeanX.Blow=1000
JeanX.Foot=1000
JeanX.Hand=1000
JeanX.Inbt=1000
JeanX.LikeEmma=1000
JeanX.LikeJean=1000
JeanX.LikeKitty=1000
JeanX.LikeLaura=1000
JeanX.LikeRogue=1000
JeanX.LikeStorm=1000
JeanX.Loose=1000
JeanX.Love=1000
JeanX.Lvl=20
JeanX.Obed=1000
JeanX.SEXP=1000
JeanX.StatPoints=20
JeanX.Taboo=0
JeanX.Tit=1000
JeanX.Vaginal=1000

KittyX.Anal=1000
KittyX.Blow=1000
KittyX.Foot=1000
KittyX.Hand=1000
KittyX.Inbt=1000
KittyX.LikeEmma=1000
KittyX.LikeJean=1000
KittyX.LikeKitty=1000
KittyX.LikeLaura=1000
KittyX.LikeRogue=1000
KittyX.LikeStorm=1000
KittyX.Loose=1000
KittyX.Love=1000
KittyX.Lvl=20
KittyX.Obed=1000
KittyX.SEXP=1000
KittyX.StatPoints=20
KittyX.Taboo=0
KittyX.Tit=1000
KittyX.Vaginal=1000

LauraX.Anal=1000
LauraX.Blow=1000
LauraX.Foot=1000
LauraX.Hand=1000
LauraX.Inbt=1000
LauraX.LikeEmma=1000
LauraX.LikeJean=1000
LauraX.LikeKitty=1000
LauraX.LikeLaura=1000
LauraX.LikeRogue=1000
LauraX.LikeStorm=1000
LauraX.Loose=1000
LauraX.Love=1000
LauraX.Lvl=20
LauraX.Obed=1000
LauraX.SEXP=1000
LauraX.StatPoints=20
LauraX.Taboo=0
LauraX.Tit=1000
LauraX.Vaginal=1000

RogueX.Anal=1000
RogueX.Blow=1000
RogueX.Foot=1000
RogueX.Hand=1000
RogueX.Inbt=1000
RogueX.LikeEmma=1000
RogueX.LikeJean=1000
RogueX.LikeKitty=1000
RogueX.LikeLaura=1000
RogueX.LikeRogue=1000
RogueX.LikeStorm=1000
RogueX.Loose=1000
RogueX.Love=1000
RogueX.Lvl=20
RogueX.Obed=1000
RogueX.SEXP=1000
RogueX.StatPoints=20
RogueX.Taboo=0
RogueX.Tit=1000
RogueX.Vaginal=1000

StormX.Anal=1000
StormX.Blow=1000
StormX.Foot=1000
StormX.Hand=1000
StormX.Inbt=1000
StormX.LikeEmma=1000
StormX.LikeJean=1000
StormX.LikeKitty=1000
StormX.LikeLaura=1000
StormX.LikeRogue=1000
StormX.LikeStorm=1000
StormX.Loose=1000
StormX.Love=1000
StormX.Lvl=20
StormX.Obed=1000
StormX.SEXP=1000
StormX.StatPoints=20
StormX.Taboo=0
StormX.Tit=1000
StormX.Vaginal=1000
 

You can also mail us at :- dikgames.play@gmail.com

Editor's Rating

Story - 75%
Visual - 82%
Engagement - 87%
Core Loop - 75%

80%

out off 100%

This review is based on author's perspective and actual experience may differ on individual's own preferences.

User Rating: 4.32 ( 33 votes)

Related Articles

16 Comments

  1. Dev word about this version on his patreon:

    “Rogue-Like 1.51a (Don’t download, This one’s a little nuts)”

  2. This version has many bugs that need fixing almost all encounters with the girls result in a call exception in this version

  3. Finally a game where girls have hairy pussies, too bad theres some stories unfinished or bugged or something, like Laura and Gwen, pretty good ovr tho

  4. Good game but theres a bug where it says it can’t find ‘Zero_strapped’ for any characters, stopping most sex options. once fixed this game would be class

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button