Rogue-like: Evolution cover

Rogue-like: Evolution

Ongoing v.1.71
Developer
Oni
Release Date
23 February, 2026
Engine
Ren'Py
Censorship
Uncensored
Size
298.7 MB
Version
1.71

Genres

Game Description

A Renpy game created by the artist Oni. The premise of the game is you are a new Mutant who has the ability to be immune to all other Mutant powers (updates will expand and add more powers in the future) including the girl with the deadly touch Rogue. She's intrigued and susceptible to your influence so you can either play nice and show her the love she's been missing or train her to be your lap dog.​
Extract to desired location.
Click on "Rogue-Like.exe" to start playing.

No patch notes available.

  • Dual Core Pentium or equivalent Processor.
  • Intel HD 2000 or equivalent Graphics.
  • 298.7 MB of free disk space (Recommended to have twice as much free disk space).

Walkthrough and Guide

Cheats: FILEKNOT - ANONZIP

Cheats Installation: Right click "save link as" then save in 'game' folder.


Cheats Features:

Just a little cheat-screen for Rogue-Like, every bar is draggable to change opinions / stats, also the money text is clickable for adding $1000 and the level texts to increase the level by 1. Finally, an extra status bar at the bottom of screen will be visible when she's angry (with button to clear anger) and info when she's down to get dirty. Should work for any version higher than .991 but tested with .994/.995/.996/.997/.998/.999/1.0/1.1/1.2/1.3/1.4/1.5

Cheat Enabler: FILEKNOT - ANONZIP


Cheat Enabler Installation:

  1. Download and unzip the latest Rogue-Like version.

  2. Download "RL Inject.bat" and place it in the Rogue-Like folder. It should be in the same place as "Rogue-Like.exe".

  3. Double-click "RL Inject.bat" to run the script and follow the instructions.

  4. Double-click "Rogue-Like.exe" to run the game. If everything went well, the main menu should say "Cheats enabled!" at the top.


Cheat Enabler Features:

  • Click and drag the stat bars to change stats in real time.

  • Click on the clock to reset the time if you run out of time in a sex scene.

  • Click on the backpack to give yourself money and level up all the characters.

  • Developer console enabled for direct variable manipulation. Access by pressing Shift+O. Use at own risk!


Cheat Mod: FILEKNOT - ANONZIP

Cheat Mod Installation:

Uncompress the folder to the game folder
Have Rogue like evolution opened
Have the girl unlocked in-game
Have the console command open
DO NOT DOUBLE CLICK
Right-click the file -> Execute with PowerShell
Press the number to adjust the character of your choice
Wait
Press enter key

Console Commands:

FULL MAX TEMPLATE 0.990 AND NEWER

PLAYER MAX


Code:


Player.Cash=99999

Player.Income=1000
Player.Focus=10
Player.Semen_Max=10
Player.Lvl=20
Player.StatPoints=50
renpy.free_memory()



UNLOCK ALL GIRLS

Code:


Keys.append(GirlName) [see below for girl name tenplate]



UNIVERSAL GIRL MAX TEMPLATE

Replace GirlName with:
RogueX
KittyX
EmmaX
LauraX
JeanX
StormX
JubesX
GwenX
BetsyX ( Psylocke )
DoreenX
WandaX
YanaX ( Illyana )

Code:


GirlName.Lvl=20

GirlName.StatPoints=50

GirlName.Love=1000
GirlName.Obed=1000
GirlName.Inbt=1000
GirlName.Lust=1000
GirlName.SEXP=1000
GirlName.Loose=1000
GirlName.Taboo=0
GirlName.Thirst=1000

GirlName.Anal=1000
GirlName.Blow=1000
GirlName.Tit=1000
GirlName.Vaginal=1000
GirlName.Hand=1000
GirlName.Foot=1000

GirlName.Forced=0
GirlName.ForcedCount=0

GirlName.Addict=0
GirlName.Addictionrate=0
GirlName.AddictStore=0
GirlName.Resistance=1000

GirlName.OCount=0
GirlName.Action=10
GirlName.MaxAction=10

GirlName.XP=1000
GirlName.XPgoal=1
GirlName.Rep=100

GirlName.Cheated=0
GirlName.Break=[0,0]
GirlName.Shame=0

GirlName.Traits.append("exhibitionist")



MAX ALL GIRL RELATIONSHIPS

Code:


GirlName.LikeOtherGirl=1000



Example:

Code:


EmmaX.LikeJean=1000

EmmaX.LikeKitty=1000
EmmaX.LikeLaura=1000
EmmaX.LikeRogue=1000
EmmaX.LikeStorm=1000
EmmaX.LikeEmma=1000



MASSAGE GUIDE COMMAND

Code:


GirlName.MassageChart



THIRST

Code:


GirlName.Thirst=1000



QUICK SAFE MODE TEMPLATE

Code:


GirlName.Forced=0

GirlName.ForcedCount=0
GirlName.Addict=0
GirlName.Taboo=0
GirlName.Shame=0
GirlName.Love=800
GirlName.Obed=800
GirlName.Inbt=800



OLDER VERSION 0.984h AND BELOW

Prefixes:

P_ = Player
R_ = Rogue
K_ = Kitty
E_ = Emma
L_ = Laura

PLAYER MAX OLD

Code:


P_Cash=99999

P_Income=1000
P_Lvl=20
P_Semen_Max=10
P_Focus=10
P_XP=1000
P_XPgoal=1
P_StatPoints=50
P_Traits=[]
P_RecentActions=[]
P_DailyActions=[]



GIRL MAX OLD TEMPLATE

Code:


X_Love=1000

X_Obed=1000
X_Inbt=1000
X_Lust=1000
X_Lvl=20
X_StatPoints=50
X_XP=1000
X_XPgoal=1

X_Addict=0
X_Addictionrate=0
X_AddictStore=0
X_Resistance=1000

X_Loose=1000
X_Taboo=0
X_Shame=0
X_Rep=100

X_Action=10
X_MaxAction=10
X_OCount=0

X_Forced=0
X_ForcedCount=0
X_Cheated=0
X_Break=[0,0]



Replace X_ with:
R_
K_
E_
L_

QUICK MODIFY FORMAT

Increase:

Code:


R_Love+=100

EmmaX.Love+=100



Decrease:

Code:


R_Love-=100

EmmaX.Love-=100



No spaces.