mdnj88

Newbie
Dec 29, 2018
67
25
Made a compressed Android port of v0.3.09a with the Extended Scene Replay Mod added.

I've added a few standard gestures: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Link: WorkUpload -
I can't wait for this to be updated to v0.3.10
 

claralover

Engaged Member
Nov 2, 2017
2,722
6,905
Not sure, but hope the futa demon tricks them and impregnates her with her own demon child.
don't do that, don't give me hope
that's be some ultimate cuck/ntr right there, and honestly I think the devs should do that because it totally seems in line with the current story, at least somewhat
 

madzohan5

Newbie
Sep 5, 2021
22
31
How ? beacuse if i open the folder, they put me a block of notes that is imposible to read
seems like you're opening binary one `/game/options.rpyc` (c means compiled == unreadable for human), ... readable one is `/game/options.rpy`, open it with any text editor like SublimeText, Ctrl+F `config.developer = False`, change `False` to `True`, Ctrl+S, remove `/game/options.rpyc`

- change Rowan's all default stats to 10 by editing `/game/core/avatar.rpy` line 6 `def __init__(self, name, level=0):`, change `0` to `10`, Ctrl+S, remove `/game/core/avatar.rpyc`

- set boost modifiers `/game/core/utils.rpy` ... `add_exp`, `change_treasury`, `change_morale`, `change_personal_gold` ... and other functions which accept `val` argument - change `+= val` to `+= abs(val) * 10`, Ctrl+S, remove `/game/core/utils.rpyc`

etc, have fun && learn Python
 

Wamuu

Member
Feb 26, 2019
183
131
I've updated the scene replay mod for 0.3.10, sorry for the wait. You can find the download file in the original post. I've gave all of the new scenes and the updated scenes a skim and they seem to be fine, but if anyone finds an error or other issues please let me know. Thanks!

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


Tagging people below who pinged me about the update
Based! thanks man
 
  • Like
Reactions: opaquecake

Nym85

Member
Dec 15, 2018
462
552
Where do i go to talk to the Fae? Because I have no idea where they are
For some weird reason instead of getting their own map icons in the UI, you need to click on Jezera, choose visit and then go with the options. It is just so very unintuitive and I am surprised they never changed it.
 
  • Like
Reactions: Crusado

aykarin

Member
Aug 3, 2019
305
646
How do I see the blackholt scenes, I keep seeing them in the change log but I have no idea where to get them.
You must find Blackholt on the map. It's past Raeve Keep (so you must first conquer it). Go from Raeve to Rastedel by the main road leading to the north. When you are halfway there, leave the road and go east. The goblins can be found in the eastern part of the map, inside the woods. They have a unique tile so you won't miss them.
 

fruckeeockfeer

New Member
Feb 2, 2023
4
0
For all those that want to cheat, do the following.

Go to your (Directory)\seeds-of-chaos\renpy\common
Find 00Console.RPY and edit with notepad
Press CTRL+F on your keyboard
Keep searching for "False" until you find

# If true, the console is enabled despite config.developer being False.
config.console = False

Chance False to True <<(Make sure its True with a capital T)
Save and exit notepad

Start the game and press Shift+O on your keyboard

List of known commands (Thanks Sojourner)




Player Related (These took FOREVER to find)
The player prefix is "avatar"
Change "x" to whatever number you want

avatar.gold = x
avatar.exp = x

Other player related commands aren't necessary as you can just give yourself unlimited XP and boost stats from leveling.
thank you! :)
 

A360

Member
Jun 29, 2018
186
1,928
thank you! :)
You don't need to do all that if you want to cheat or use the console to unfuck something.

An easier way for most ren'py games is download UnRen from here https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/. It'll let you use console, dev menu, force skip and rollback.

Edit: Them cheats also look old, these ones are newer but be aware some of them do not work any more either.

castle.treasury = #
avatar.gold = #
avatar.exp = #
avatar.mp = #
week = #
change_relation('cla_min', #)
change_relation('cliohna', #)
all_actors[u'alexia'].flags['jezera_influence'] = #
all_actors[u'alexia'].flags['andras_influence'] = #
all_actors[u'alexia'].corruption = #
all_actors[u'alexia'].relation = #
avatar.corruption = #
avatar.guilt = #
avatar.base_infamy = #
avatar.skill_points_available = #
avatar.skills["combat"].level = #
avatar.skills["agility"].level = #
avatar.skills["brawn"].level = #
avatar.skills["deception"].level = #
avatar.skills["perception"].level = #
avatar.skills["stealth"].level = #
avatar.skills["survival"].level = #
avatar.skills["diplomacy"].level = #
change_favor('jezera', #)
change_favor('andras', #)
jezera.favors = #
andras.favors = #
castle.buildings['dungeon'].prisoners += numerical-value
castle.buildings['dungeon'].prisoners -= numerical-value
castle.rp = #
castle.military = #
castle.tech = #
castle.morale = #
castle.villages = #
castle.mines = #
avatar.heal_injuries
all_actors['solancia'].favors
all_actors['kharos'].favors
 
Last edited:
4.00 star(s) 165 Votes