NyVar

Member
May 23, 2020
294
318
Copy 00console.rpy to RedFalls-Ep2-pc\renpy\common
Launch the game > Load or start new game
Press SHIFT + O
Type: m="YOURNAMEHERE" and press Enter
Type: mc=YOURNAMEHERE" and press Enter

Just edited it as I found out there's another variable for your name used by Eve (mc), so you'll have to change that as well. It could be that there's several more variables but I guess I'll find out by playing lol.


The change I've made in 00console.rpy is as followed:


Go to gamename/Renpy/Common/00console.rpy
Press Ctrl+F and enter config.console (Finding this term)
Set it’s variable to True
so it should look like:
config.console = True


This allows you to use the Console (SHIFT+O) in game.

View attachment 1118927
View attachment 1118928

It does seem to cut off the name if it's too long, so for a better fix you'd probably need to dig through the files and change that. I have zero experience with Renpy or any game-editing for that matter so I have no idea where exactly to look.

Max characters seems to be 8 to have it look good enough.

View attachment 1118930

Ah! Thanks alot, my guy :) Didnt even know console was an option xD This will solve more than enough :)
 

monksims

Member
Mar 17, 2019
489
493
I thought that was what I was doing by mentioning it here?
Or did you mean if I reported it on pixeldrain? Nope. I just saw it had been taken down due to a report from someone else.
I meant if you reported to moderators using report link in the OP. Only mods or the original user can edit the post, and by reporting the dead link in the OP to this site's staff instead of replying to the thread is the fastest way to do something to the dead link.
 

monksims

Member
Mar 17, 2019
489
493
How charming: "could not find image. (u'e1/e1i849_bh.jpg')". Seems like I have to fix that after I've slept because ignoring isn't making the story go forward.
I made an unofficial fix by cloning e1i849.jpg twice as _bf and _bh so we don't get a traceback for missing images and we can see the dialog.
Unzip the attached file into game folder/directory.
 

Maragdus

Member
Jul 1, 2017
137
205
For those of you who want to name MC you have to start the intro again from settings start from beginning.

Also nice to see the developer accepted player feedback to change the dialog in the Eve scene so the mc no longer thinks/behaves like a cuck and now i'm 95% certain it is Paul.
 
  • Like
Reactions: moonmite84

Okyturi

Member
Jun 8, 2020
168
150
You don't have permission to view the spoiler content. Log in or register now.
Or that ep1 ending and I am missing whole episode of content somehow?
Cuz for example looking at pictures at opening thread post - at least half of those pictures I havent seen in game (for example no. 2 3 4 6 7 8 11 13 and maybe others?).
 

monksims

Member
Mar 17, 2019
489
493
You don't have permission to view the spoiler content. Log in or register now.
Or that ep1 ending and I am missing whole episode of content somehow?
When I did the imagefix above, the ending was from images/e2 directory. So, it was the end of ep2.

This game is full of bugs any one know where eve is or is the end 4 ep2
Take outside route to the terrace.
 
  • Like
Reactions: ashol

Darkwen

Engaged Member
Nov 10, 2020
3,806
9,329
the animations in this game are amazing and the girls are all beautiful. should be careful with Stacy she sexy AF but if Netflix teaches anything don't miss with a hot crazy girl never ends well.
 

fabulous007

Active Member
Dec 30, 2019
672
1,115
Well, I guess it'll just be another game in which players will dictate the content. The Eve scene seems pretty important for the story, but I know artistic freedom isn't exactly the priority during the creating process of those games.

I like the game though, pretty much every single girl is hot (even if the yoga girl has an horrible haircut). For now I prefer Naomi (even if I assume she's not very popular), Belle and Eve. I'm always skeptical when I see "sandbox" but as long as there isn't any farming for some dumb stats it's ok for me. It actually feels like a pretty regular VN when playing it.
 

longjohngold

Well-Known Member
Jan 22, 2020
1,068
1,728
Start was a bit annoying - there being gameplay before the title screen, luckily you can press f1 to get to the options (despite right-click being disabled) but I only thought to do that, mute the game and disable transitions (as is my tradition) after I'd already been deafened.

Girls are hot, Paul is a dick, nothing really inspiring going on story-wise at least it's in proper English, I guess Stacy is kinda interesting... only hot bit so far was having the mother get dicked down but I imagine that'll get some sensitive souls in a tizzy.

Edit: Oh and I forgot... if you give yourself a long name it goes off the left of the screen, and there was a little cluster of errors at one point I had to ignore through, but forgot to write them done.
 
Last edited:

Gleemer

Engaged Member
Jun 8, 2018
2,153
12,417
Here is the Italian translation
of Red Falls [Ep. 2]

This translation is "unofficial, it was created by a fan.

****************************************************

Ecco la traduzione italiana
di Red Falls [Ep. 2]

Questa traduzione "non è ufficiale" è stata generata da un fan.
 

mdmnsjs1

Well-Known Member
Nov 21, 2018
1,160
479
is there a fix for this is where youre talking to the pink haired chick? thanks
```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage '[csname]_bh.jpg': could not find image. (u'e1/e1i849_bh.jpg')

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "images/e1/e1.rpyc", line 2413, in script
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 2254, in do_with
clear=clear)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 2705, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 3105, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\core.py", line 531, in visit_all
for d in self.visit():
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\image.py", line 742, in visit
self.find_target()
File "E:\RedFalls-Ep2-pc\RedFalls-Ep2-pc\renpy\display\image.py", line 651, in find_target
raise Exception(error)
Exception: DynamicImage '[csname]_bh.jpg': could not find image. (u'e1/e1i849_bh.jpg')

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Red Falls Ep2
Sat Apr 03 08:35:01 2021
```
 

Okyturi

Member
Jun 8, 2020
168
150
so can someone tell me if they had scenes with pictures No.2 (violet), 2-3-4 (belle), 6 (violet), 7 (stacy), 8 (naomi). Because I for sure didnt see any of these in my playthrough. Are they from some different route? or from fan art maybe?
 
3.20 star(s) 91 Votes