DevinHesi

Forum Fanatic
Uploader
Oct 29, 2021
5,169
46,987


1749677833211.png

Hey, everyone! Just wanted to come by and drop a quick post to say thank you. Thank you for joining me on this journey. It has been incredible, and I'm so glad you've come along with me for it. I've learned so much, grown so much, created so much. It has been a crazy ride, and I couldn't have done it without you. Whether you are a paid supporter, or a free member, you've all helped me get to this point!

If you didn't know, every day leading up to the release, I've been posting new art over on Steam in the form of announcements. Each day got new renders, both SFW and not, free for everyone. Just gotta pop open the announcement and grab the full quality art from the links inside. I've got one more coming tomorrow, so make sure you get that one too! Attaching one of them to this as a preview :) It has to be a SFW one to adhere to Patreon ToS, but spicer ones are available over on Steam!

While you're there, if you've bought the game via Steam previously and have not yet dropped a review, can I ask you to consider doing so? Or, make sure you do so if you're planning to get it upon release? This is especially important on launch, because I need to make sure I keep that review percentage up! It doesn't need to be long or detailed. Just drop that positive review for me. If you're concerned about friends seeing it, you can hide it from them! Just right click on the game, select properties and go to Privacy. Just hit that "Mark as Private" button :) Then you can safely review the game and help me out!

Anyway, I still have a bit of work to do before the release, so I'm going to get back to that. Again, thank you all so much for being part of this process with me. It means SO much!

-Droosk
 

Dessolos

Board Buff
Jul 25, 2017
16,235
21,941
Special advanced screening of the D&D trailer :)

is the voices just for the trailer? I actually enjoyed the voices.

Edit : not asking you to add voice over just curious if it is planned due to the trailer.

Also side note no way im gonna get caught up before Ch 10 is out lol. haven't had as much time to play as I though only at the end of Ch 4 forgot how long the chapters are
 
Last edited:

cosmicv1

Newbie
Feb 21, 2021
41
15
Hey, this game is interesting and pretty good, but I have a question, will there be any actual romance for Emily and Skylar on the harem path? I don't mind a more realistic approach of having casual sex before getting into a relationship but I would've liked to see some sort of romantic interaction than just sex. Or will it only be at the end of the game that the romance starts between Emily and Skylar?
 

ChadFast

Member
Jul 19, 2021
165
213
There's a very small handful of devs I've been willing to support. I have to say after playing this game through ep9 I am strongly considering giving money to Droosk because I was very engaged and I am looking forward to the final chapter sometime today. I have a few playthroughs. One with all of the girls, one with just Hannah, etc...

Personally, I have liked Alora since seeing her from the beginning so hoping for more interactions with her.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,705
3,195
Apologies if this was discussed here before, but I didn't see it... does anyone know why Steam is blurring (all?) nsfw images in the PC Steam client?

<SNIP>

EDIT: I just now googled for the symptom and apparently this is happening to all adult games in the Steam client, not just this game. >.<

FURTHER EDIT: The beta client for steam fixes this problem, I just now updated to it and now the images aren't blurred in this or any other game.
Anyone wanting it, in your steam client go to:
Steam->Settings->Interface->"Client Beta Participation"-> dropdown box, choose "Steam Beta Update"
 
Last edited:
  • Like
Reactions: j1888

Elduriel

Conversation Conqueror
Donor
Mar 28, 2021
6,179
11,882
Apologies if this was discussed here before, but I didn't see it... does anyone know why Steam is blurring (all?) nsfw images in the PC Steam client?

I own the game and can get the 4k images from the offsite link, but the popup image is blurred out. This started a week or so back, with all games that have such images, so it's not just this game.

It's apparently ignoring all the "Mature Content Filtering" settings.
dunno, I checked it now and don't have this issue myself. Maybe a country specific thing?
 
  • Like
Reactions: TheSidewinder

ChadFast

Member
Jul 19, 2021
165
213
It is working fine for me. Not sure if Steam has a cache you can clear but maybe try logging out completely and checking if there is a way to clear data files or cache and as long as you're set to allow mature images it should work in theory.
 
  • Like
Reactions: TheSidewinder

Drooskati

Engaged Member
Game Developer
Jul 15, 2020
2,165
8,615
The time has arrived!

After several years of literal blood, sweat, and tears, Between Two Worlds is now officially a completed and full game! I legitimately feel sick right now. I'm so scared, so nervous, so anxious. Head on over to Steam and grab it now! And please don't forget to drop those reviews for me. I'm going to need them! I've also got a cute little render to celebrate the occasion!

The game has a Full Release launch discount of 34% off, grab it while you can!



FullRelease.png
 

Daermon420

Member
Sep 5, 2020
186
529
The time has arrived!

After several years of literal blood, sweat, and tears, Between Two Worlds is now officially a completed and full game! I legitimately feel sick right now. I'm so scared, so nervous, so anxious. Head on over to Steam and grab it now! And please don't forget to drop those reviews for me. I'm going to need them! I've also got a cute little render to celebrate the occasion!

The game has a Full Release launch discount of 34% off, grab it while you can!



View attachment 4935498
Congratulations on finishing the game! I played an early version and enjoyed it quite a bit. Been waiting for it to be completed so as soon as I saw your post I grabbed it on Steam.

Looking forward to whatever you cook up next!
 

draxton

Newbie
Dec 10, 2019
44
60
Found a bug, right clicking generates an exception (steam build)

The save game has two 'steam' variables (checked an auto save and manual saves)
steam (integer) = 0
steam (bool) = True

I think that is tripping the code: Continuing with a save from the Non-Steam version.
Oddly this only happened with the current version as I had no issues playing from Ep6 to Ep9 with the same 'save'


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/interface/01_preferences.rpy", line 8, in execute
screen preferences():
File "game/interface/01_preferences.rpy", line 8, in execute
screen preferences():
File "game/interface/01_preferences.rpy", line 11, in execute
use game_menu(_("Preferences"), scroll=None):
File "game/interface/01_navigation.rpy", line 1, in execute
screen game_menu(title, scroll=None, yinitial=0.0, spacing=0, back_data=None):
File "game/interface/01_navigation.rpy", line 1, in execute
screen game_menu(title, scroll=None, yinitial=0.0, spacing=0, back_data=None):
File "game/interface/01_navigation.rpy", line 37, in execute
hbox:
File "game/interface/01_navigation.rpy", line 41, in execute
if steam == 0:
File "game/interface/01_navigation.rpy", line 43, in execute
use scr_nav_soc(OpenURL(' '), 'SubscribeStar')
File "game/interface/01_prime.rpy", line 102, in execute
screen scr_nav_soc(action, type):
File "game/interface/01_prime.rpy", line 102, in execute
screen scr_nav_soc(action, type):
File "game/interface/01_prime.rpy", line 104, in execute
frame:
File "game/interface/01_prime.rpy", line 108, in execute
button:
File "game/interface/01_prime.rpy", line 116, in execute
image 'assets/[type].png' align (.5, .5)
Exception: DynamicImage 'assets/[type].png': could not find image. ('assets/SubscribeStar.png')

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\core.py", line 2215, 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 "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\screen.py", line 491, in per_interact
self.update()
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/interface/01_preferences.rpy", line 8, in execute
screen preferences():
File "game/interface/01_preferences.rpy", line 8, in execute
screen preferences():
File "game/interface/01_preferences.rpy", line 11, in execute
use game_menu(_("Preferences"), scroll=None):
File "game/interface/01_navigation.rpy", line 1, in execute
screen game_menu(title, scroll=None, yinitial=0.0, spacing=0, back_data=None):
File "game/interface/01_navigation.rpy", line 1, in execute
screen game_menu(title, scroll=None, yinitial=0.0, spacing=0, back_data=None):
File "game/interface/01_navigation.rpy", line 37, in execute
hbox:
File "game/interface/01_navigation.rpy", line 41, in execute
if steam == 0:
File "game/interface/01_navigation.rpy", line 43, in execute
use scr_nav_soc(OpenURL(' '), 'SubscribeStar')
File "game/interface/01_prime.rpy", line 102, in execute
screen scr_nav_soc(action, type):
File "game/interface/01_prime.rpy", line 102, in execute
screen scr_nav_soc(action, type):
File "game/interface/01_prime.rpy", line 104, in execute
frame:
File "game/interface/01_prime.rpy", line 108, in execute
button:
File "game/interface/01_prime.rpy", line 116, in execute
image 'assets/[type].png' align (.5, .5)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\sl2\sldisplayables.py", line 452, in sl2add
d = renpy.easy.displayable(d, scope=scope)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\easy.py", line 119, in displayable
return renpy.display.image.DynamicImage(d, scope=scope)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\image.py", line 598, in __init__
self.find_target(scope)
File "S:\Steam\steamapps\common\Between Two Worlds\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage 'assets/[type].png': could not find image. ('assets/SubscribeStar.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Between Two Worlds Chapter10
Thu Jun 12 16:06:24 2025
```
 
Last edited:

Drooskati

Engaged Member
Game Developer
Jul 15, 2020
2,165
8,615
" Exception: DynamicImage 'assets/[type].png': could not find image. ('assets/SubscribeStar.png') "

This is the actual error. Thing is, nowhere in my stuff is there a call for "assets/SubscribeStar.png".

1749760885387.png

You have either a modified version of the game, or a corrupted version. You need to completely wipe all traces of the game, old and new, from your computer. That includes the stuff in your hidden AppData folder. You can move your saves to another place to make sure you keep them, but everything else needs to go.

Edit: Correction on the above. If you haven't deleted everything yet, don't. Gimme 5 minutes.

Edit 2: A fix has been found. Testing it now.

Edit 3: Patch has been deployed. You should see an update within 10-15 minutes, or you can restart the Steam Client manually to force the update to appear immediately.
 
Last edited:
  • Like
Reactions: TheSidewinder

draxton

Newbie
Dec 10, 2019
44
60
" Exception: DynamicImage 'assets/[type].png': could not find image. ('assets/SubscribeStar.png') "

This is the actual error. Thing is, nowhere in my stuff is there a call for "assets/SubscribeStar.png".

View attachment 4936412

You have either a modified version of the game, or a corrupted version. You need to completely wipe all traces of the game, old and new, from your computer. That includes the stuff in your hidden AppData folder. You can move your saves to another place to make sure you keep them, but everything else needs to go.

Edit: Correction on the above. If you haven't deleted everything yet, don't. Gimme 5 minutes.

Edit 2: A fix has been found. Testing it now.

Edit 3: Patch has been deployed. You should see an update within 10-15 minutes, or you can restart the Steam Client manually to force the update to appear immediately.
My install was a clean steam installation.
When I bought the game (around Chapter 6 or 7, don't remember) I cleared the appdata saves linked to the game, backed up the F95 version's saves, nuked that installation and restored the saves from the backup into the steam's saved version.
So, it's probably just the saves with old data stored inside it.
I used the console to set the steam variable to 1 on my saves (so now you can say that my installation is properly 'modified' :) with the RPY files used to enable the console)

Thanks for your quick response, anyway.
 

Drooskati

Engaged Member
Game Developer
Jul 15, 2020
2,165
8,615
My install was a clean steam installation.
When I bought the game (around Chapter 6 or 7, don't remember) I cleared the appdata saves linked to the game, backed up the F95 version's saves, nuked that installation and restored the saves from the backup into the steam's saved version.
So, it's probably just the saves with old data stored inside it.
I used the console to set the steam variable to 1 on my saves (so now you can say that my installation is properly 'modified' :) with the RPY files used to enable the console)

Thanks for your quick response, anyway.
My UI designer from C9 messed up an image, deleting it when they shouldn't have. I was right about that. The Steam variable was just the trigger. Replacing the missing image is the fix, and it's now part of the core game :)
 
  • Like
Reactions: Elhemeer
4.30 star(s) 66 Votes