3.90 star(s) 61 Votes

hardon112

Member
Aug 7, 2023
137
271
Edit: Updated for v0.2.7

I've made a mod for this game

Features:
  • Added a "Unlock all" to scenes and images
  • Green colored hints added to dialogue
  • Made most transitions faster (Fade to black,opening menu,when it pans over image etc...)
  • Replaced animations with video files to reduce lag

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

Download: PIXELDRAIN MEGA
Hi

Made a save for this game, but when I try to load it again this error occur ?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Dreamland-v0.2.7-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dreamland-v0.2.7-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Dreamland-v0.2.7-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\Dreamland-v0.2.7-pc\renpy\display\core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 1008, in handle_click
    rv = run(action)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "E:\Dreamland-v0.2.7-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 807, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Dreamland v0.2.7
Sat Mar  2 20:44:07 2024
 
Nov 18, 2020
115
51
Hi

Made a save for this game, but when I try to load it again this error occur ?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\Dreamland-v0.2.7-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Dreamland-v0.2.7-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\Dreamland-v0.2.7-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\Dreamland-v0.2.7-pc\renpy\display\core.py", line 4258, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\screen.py", line 743, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1399, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 1175, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 1073, in event
    return handle_click(self.clicked)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 1008, in handle_click
    rv = run(action)
  File "E:\Dreamland-v0.2.7-pc\renpy\display\behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 463, in __call__
    renpy.load(fn)
  File "E:\Dreamland-v0.2.7-pc\renpy\loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 1078, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 889, in rollback
    self.load_failed()
  File "E:\Dreamland-v0.2.7-pc\renpy\rollback.py", line 807, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Dreamland v0.2.7
Sat Mar  2 20:44:07 2024
sameee
 

ItsNotUs

Well-Known Member
May 14, 2023
1,269
8,611
lol were her boobs always this big cause not gonna lie it makes me like her a little less if they were now, starting to feel on the edge of being to big for me haha. But either way good looking renders
I don’t have any information about what and how the dev made of his models, so i do everything by eye :sneaky: :LOL: !
Thank you.
 

TMacHall

New Member
Jul 7, 2018
2
0
I don't normally post here, but after playing what's been released of Dreamland so far I have to agree with this take. Sometimes the LIs in VNs feel like they exist for you without any personal agency of their own. I actually like that they're all flawed and since it feels this game is about to take a spin into the thriller/horror realm, that could be handled very well by the dev if they wish.

Another thing that I appreciate about this game, is that it's probably the first VN I've played that actually feels like the women have full agency and actually doing things on their own and outside of the MC's view/control. Most other VN's feel like the women are just waiting around for the MC to fuck them, where in this one they will actively plot and do things behind the MC's back, whether for good or bad. I'm a big fan of femdom and, while this game isn't explicitly a femdom game, I really like to see the different love interests sort of take charge of their own stories and their relationship with the MC.
 

xXwankerXx

Well-Known Member
Jul 21, 2017
1,945
11,876
Oh boy, THAT kinda talk again... in fictional porn.:ROFLMAO: Let's see... so, the title is Dreamland, the premise is all about the MC and his 3 friends traveling to some place called exactly just that, Dreamland, where ppl go to get drunk, have fun, hook up, orgies are probably on the menu too, get high, eat, sleep, sober up a lil and repeat, cuz they're young and want to experience the many pleasures of life before getting married and being stuck in a loveless marriage with a wrinkled old nagging wife and a depressingly shitty job (most of them), and some of y'all here like to talk about shit like romance, sweet girls, virgins and all that ??:ROFLMAO::ROFLMAO::KEK:

No offense to anyone here, but even the premise itself kinda forces the player to cheat and fuck around, so keeping a manwhore save would be a good option, in case you don't want to deal with unnecessary drama added for reasons. Why else would they go to a big ass well-known fuck carnival or whatever this Dreamland's supposed to be, cuz even the title is suggestive asf. Let's not forget our missing girl, who, to nobody's surprise, turns out to be dead, and our so-called retarded best friend is most likely the murderer, so yeah, there's not much room left for a proper romantic build up and atmosphere, and I sincerely hope I'm wrong about this and shit won't get too dark.

Summer could be a virgin, but realistically she's probably had one or two past relationships. She's not a girl who will sleep around, but she will not hesitate to use her body to lure the man she's romantically interested in.
As a humble lover of blondes and their superiority in terms of attractiveness over most other women, redheads, in particular;), I picked her as an LI for my main save, and don't really mind being in a FwB relationship with her, cuz Summer seems like the type of woman who gets attached too quickly, but I have to agree. The dev should've done a lil better at writing her character and her interest in the MC, not make her easily doubt him for a trivial matter like him supposedly peeping on her and Leah and definitely not make her sound so easy and desperate for his dick after she saw it, since we already have two 'adventurous' girls for that and will probably meet a lot more after they finally arrive in Dreamland.

Lea - This one's for you if you know you want a girl who is a whore through and through. Whether you enjoy the idea of "fixing broken girls with daddy issues", or you just like her the way she is being the biggest baddest bitch, Lea is your girl if you're looking forward to the most amazing sex of your life and you don't give a monkey's what her "body count" is. Or if you just like femme fatale brunettes.
Sounds pretty accurate. One piece of a big booty, big titty brunette bad bitch for me, please. I wanna go to a damn fuckfest to do exactly that, fuck to my hearts content without giving a shit about the usual shit you have to worry first IRL, like unwanted pregnancies, broken condoms, STDs, pissy ass cucky jock or crazy BFs/husbands, OR introverted, crazy virgins and legit crazy 'best friends' who turn out to be deranged killers. But I won't judge anyone who picks the virgin, don't say nobody warned you in advance if she turns out to be a serial killer or a bipolar nasty cunt tho.

Danielle - Take a virgin and a whore, add them together and divide them by two and you get this girl. Danielle has definitely slept around for a while, but her brain has not been completely eroded by that lifestyle.
I don't know how much of an actual slut she really is, but some of her actions scream low self-esteem, inferiority complex toward women like Leah and daddy issues from a mile away. The fact that she became so possessive of the MC, whom she barely met, for no reason is the thing what makes me suspect this. This and the fact that some players, myself included, seem to like her. Doesn't sound like something a legit slut with an impressive body count coming to have fun and OD on dicks would do, but I might be wrong about it. We'll just have to wait and see how the story unfolds in the next chapters and hope for the best, assuming the game won't get abandoned, ofc.:unsure:
 
  • Like
Reactions: rKnight

Dessolos

Forum Fanatic
Jul 25, 2017
4,526
5,883
As a humble lover of blondes and their superiority in terms of attractiveness over most other women, redheads, in particular;), I picked her as an LI for my main save, and don't really mind being in a FwB relationship with her, cuz Summer seems like the type of woman who gets attached too quickly, but I have to agree. The dev should've done a lil better at writing her character and her interest in the MC, not make her easily doubt him for a trivial matter like him supposedly peeping on her and Leah and definitely not make her sound so easy and desperate for his dick after she saw it, since we already have two 'adventurous' girls for that and will probably meet a lot more after they finally arrive in Dreamland.
I kind of get the feeling she was wrote like that on purpose. To me there seems to be a theme of either unlikeable untrustworthy or questionable LI. The only LI for that doesn't fall under this umbrella would be Alice .

For me this is how I consider each LI.

Leah = untrustworthy and unlikeable for how she is using Alex
Danielle = questionable and potentially unlikeable not as bad as her friend yet how she acts is questionable to me if she is just adventurous / free spirted. I question will she do something messed up in the future cause she is doing for the sake of having fun and because how attached she seems to be to Leah i do question how trustworthy she actually is.
Summer = questionable cause seems easily manipulated even if knows for a fact we wouldn't be a creep and peek. So what will she be talked into doing next.
Mei = questionable, her phone call makes me wonder what she is up to as it does seem something for her own benefit and could hurt others
Alex = untrustworthy not only does seems like he is a murder but how obsessed he seems with Leah makes him seem untrustworthy to me when it comes to her as I think he will put her first.
Alice = she is the only one I can't say she is untrustworthy , questionable or unlikeable for me.
 
  • Like
Reactions: xXwankerXx

xXwankerXx

Well-Known Member
Jul 21, 2017
1,945
11,876
Seriously though, I wouldn't mind if she was)
The odds are low though.
I honestly would and fail to see the appeal in virgins in a game like this, of all the other porn games. Not judging anyone for liking them, cuz IRL we all want one as our wife, but in porn games, they're boring and annoying asf... just read Mei's lines and see how stupid she sounds for being butthurt about the MC not reciprocating her feelings when she never even had the courage to express her romantic interest in him. Plus, in most cases and for some weird reasons, virgins get boring vanilla sex scenes and they barely even enjoy the whole experience. Again, what's so special about them ??:unsure:

I'm not saying every game should have one idiotic, wannabe male porn star MC romancing girls only to lose them to all kinds of trashy assholes for the usual excuses, but in this case, the premise and the recent events make a FwB relationship with some of the girls the best possible option, and I don't think a virgin like Mei would be ok with that... hell, if not even Danielle is, how could she be ?? And maybe I'm in the minority on this, but with a fuck festival to look forward to and a lunatic still on the loose, no, being our 'friend', romance and sweet moments are the last things that should be on MC's mind, if he don't wanna end up like those idiots in horror movies or Danielle in this update.

Yup, and this way they look like they are alive, rather than just some NPCs.
I prefer to deal with controversial personalities more than with virgins, waiting for MC to "ravage" them (no, I am not talking about NTR, relax all;)).
Same here. Still kinda pissed about MC's incessant wimpy simp whining about his ex dumping his ass, but these girls and their personalities are a welcome plus to a, so far, promising story. My only complaints are the short updates.

For me this is how I consider each LI.
I kinda feel the same about the LIs and think that Alice is the safest option too so far, even if her dad seems crazy enough to want to shoot the MC for 'accidentally' impregnating her lol and her creepy ass brother seems a lil sus as well. But yeah, she is best girl material, there's at least two big soft reasons to back this statement up.;)

Hope the dev doesn't pull some stupid stunt out of his ass to ruin her character too, cuz she also seems too trusting of strangers and naive like Summer is, and the fact that she was a sheltered girl all her life probably means that she's gonna want to experience everything she missed bcz of her overprotective dad.

About Alex... I used to pity the fool for being too stupid to fall in love with Leah too, but the stunt he pulled in the woods, which still isn't clear to me how the MC could dream of such an accurate way of who his 'friend' really is, and the things revealed about him in this update made me wish she did worse, and I really want to see him get some sweet karma for what he did, as hard as it may be to believe he really is the one who killed that girl.
 

Dessolos

Forum Fanatic
Jul 25, 2017
4,526
5,883
About Alex... I used to pity the fool for being too stupid to fall in love with Leah too, but the stunt he pulled in the woods, which still isn't clear to me how the MC could dream of such an accurate way of who his 'friend' really is, and the things revealed about him in this update made me wish she did worse, and I really want to see him get some sweet karma for what he did, as hard as it may be to believe he really is the one who killed that girl.
Yeah I didn't believe the "dream" for one minute because of how obsessed he is with Leah which is why I punched him and shoved his face in his own puke on that path.
 
  • Like
Reactions: xXwankerXx

metamorphMP

Newbie
Jan 6, 2024
64
158
I honestly would and fail to see the appeal in virgins in a game like this, of all the other porn games. Not judging anyone for liking them, cuz IRL we all want one as our wife, but in porn games, they're boring and annoying asf... just read Mei's lines and see how stupid she sounds for being butthurt about the MC not reciprocating her feelings when she never even had the courage to express her romantic interest in him. Plus, in most cases and for some weird reasons, virgins get boring vanilla sex scenes and they barely even enjoy the whole experience. Again, what's so special about them ??:unsure:

I'm not saying every game should have one idiotic, wannabe male porn star MC romancing girls only to lose them to all kinds of trashy assholes for the usual excuses, but in this case, the premise and the recent events make a FwB relationship with some of the girls the best possible option, and I don't think a virgin like Mei would be ok with that... hell, if not even Danielle is, how could she be ?? And maybe I'm in the minority on this, but with a fuck festival to look forward to and a lunatic still on the loose, no, being our 'friend', romance and sweet moments are the last things that should be on MC's mind, if he don't wanna end up like those idiots in horror movies or Danielle in this update.
Nah, It was more of a joke)) that's why I mentioned the Earth being flat in that post;)

I prefer more controversial personalities, - not virgins, because it's just hard to believe and it's most of the time just boring (or maybe just tired of it) but also not total broken ones who needs to be fixed, I like it somewhere in a middle - just a believable alive character with her own life and agenda.

That's why I like this game, I would say that all characters are controversial in some way, even the saint virgin Mei becomes a total bitch when you are on Danielle/Leah route. Not even saying that other 3 Summer, Leah, Danielle want to steal MC from each other.

Personally my LI for main playthrough is Danielle, i was genuinely surprised that she actually wants an exclusive relationship with MC.
Summer - I like blondies, but Summer is too silly (I am being polite) for my liking and easy to be manipulated, that stupid prank when she teamed up with Leah and how easily she believed it was MC creeping was just annoying.
Leah, well, dunno, maybe a bit overboard, I mean, it's either drugs addiction or std))) both at the same time are too much)) I am not saying she is a total slut, nah, but again, it's just not enough content to make any conclusions about some characters, heck, we don't even know who will survive, it's a horror theme after all.:sneaky:
Everything can change later, even the main LI, who knows.

And yeah, agree, updates are too short and rare, but that's because Dev works on it only during his free time from main job.
 
Last edited:

xXwankerXx

Well-Known Member
Jul 21, 2017
1,945
11,876
I prefer more controversial personalities, - not virgins, because it's just hard to believe and it's most of the time just boring (or maybe just tired of it) but also not total broken ones who needs to be fixed, I like it somewhere in a middle - just a believable alive character with her own life and agenda.
I share the sentiment. Don't want to have to deal with any virgin's or pissy princess's bullshit in a horror themed story, of all stories, either and would also prefer a mix between the two types of characters, which I think we'll get eventually, MC's retarded friend's obsession and now Mei's sudden disappearance are more than enough. At least a few games should only deal with the right, bearable amount of drama, too much of it spoils all the fun.

Personally my LI for main playthrough is Danielle, i was genuinely surprised that she actually want an exclusive relationship with MC.
Let's hope nothing bad happened to her after she caught the creep with that pic of the missing girl in his hands talking to himself about his obsession for her.:cautious:

Summer - I like blondies, but Summer is too silly (I am being polite) for my liking and easy to be manipulated, that stupid prank when she teamed up with Leah and how easily she believed it was MC creeping was just annoying.
This is what kinda irked me too a lil, but it could also be a mistake on the dev's part for trying to speed things up between them and setting up that potential 3some with Leah, cuz if it's not, it can't be considered anything but a minus to her character. She even commented afterward that she'd like to be FwBs with the MC, so the magical MC dick did its job again after it basically fucked the need for an exclusive relationship in Danielle, I guess.:whistle:

I mean, it's either drugs addiction or std))) both at the same time are too much, but again, it's just not enough content to make any conclusions, heck, we don't even know who will survive, it's a horror theme after all.:sneaky:
I'd rather none of those two was a problem, since having at least one psycho killer and at least one accomplice (could be one of the girls) in the story is more than enough dark shit needed to set up the right vibe, IMO. Leah's probably a foster kid or just a kid with parent issues seeking validation through likes on social media and the attention she gets from guys by dressing and acting like a slut. Don't get me wrong, I'm definitely not supporting the other guy's theory about her being a pure virgin lool, but I don't think she's that much of a slut either.

Everything can change later, even the main LI, who knows.
True, and this is the thing that annoys me the most about this game, but we can't do anything about it except wait patiently on the next update to be released so we can see what happens next.
 

Darkdevil66

Well-Known Member
Apr 16, 2020
1,420
32,563
IV_c_1.jpeg




Hi everyone, and hello, Chapter 3 !

It feels so nice to leave Crystal Springs behind. Both Chapter 1 and Chapter 2 introduced all of the characters, the different story routes, and the mystery plot. Chapter 3 should finally feel like the real game now that the somewhat slow and boring yet very important story set-up part is over.

I don't say this enough, but I really appreciate everyone here for supporting Dreamland's development. Your financial support on Patreon and the moral support in the comments/messages help me so much, especially during the more challenging stages of the development process. So, thank you very much. You guys are amazing! Nothing makes me happier than seeing so many people showing interest in this small little game.

It has been a minute since I've been this excited about Dreamland's further development! I can't wait to crack on and share more content with you!
 

ItsNotUs

Well-Known Member
May 14, 2023
1,269
8,611
View attachment 3425946




Hi everyone, and hello, Chapter 3 !

It feels so nice to leave Crystal Springs behind. Both Chapter 1 and Chapter 2 introduced all of the characters, the different story routes, and the mystery plot. Chapter 3 should finally feel like the real game now that the somewhat slow and boring yet very important story set-up part is over.

I don't say this enough, but I really appreciate everyone here for supporting Dreamland's development. Your financial support on Patreon and the moral support in the comments/messages help me so much, especially during the more challenging stages of the development process. So, thank you very much. You guys are amazing! Nothing makes me happier than seeing so many people showing interest in this small little game.

It has been a minute since I've been this excited about Dreamland's further development! I can't wait to crack on and share more content with you!
Well, since Lea is calmly driving in the car, it means everyone is alive and everything is fine!
 
  • Like
Reactions: Don Sucio

D4rkK1ng

Member
Feb 17, 2024
127
173
ok its interesting ...nice plot twist the case of alex.
this VN is above average with good story with mystery, visuals /renders are very good, and summer is very hot (my li path)
for now im rating tier B+ but it have much potential and if the story keep up it can easily reach tier A. (in my books at least)
 

Dessolos

Forum Fanatic
Jul 25, 2017
4,526
5,883
ok its interesting ...nice plot twist the case of alex.
this VN is above average with good story with mystery, visuals /renders are very good, and summer is very hot (my li path)
for now im rating tier B+ but it have much potential and if the story keep up it can easily reach tier A. (in my books at least)
yeah im hoping the story does improve, which I think it's heading in that direction. Right now I mostly like this for the graphics best ive played so far even compared to some of the other S tier games graphic wise. I cant pick a LI right now tho as I don't trust any of them fully even Alice despite she has yet to do anything to break trust or be sus but everyone else has so im waiting for her to do something.
 
  • Like
Reactions: D4rkK1ng
3.90 star(s) 61 Votes