UnoriginalUserName

Forum Fanatic
Sep 3, 2017
4,805
17,016
no no, I must resist I just have to wait two more update

by the way, SeptCloud





I love this picture, I was wondering if you can make it into a wallpaper for my desktop

I got a new 1440p monitor and I just love the bright colors in this picture

especially the red and the blood on the mouth and I like that it's her by herself
View attachment 2616451
You don't have permission to view the spoiler content. Log in or register now.
 

Azsouth

Member
Mar 1, 2021
438
457
any1 else having trouble trying to download the game from gofile? Keeps saying the site can't be reached after I click to download it.
 
  • Like
Reactions: Jenzi800

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,806
8,444
0x52_URM cheats (WIP)

mc stats // relationships

View attachment 2546400 View attachment 2546366


choices detection/outcome

View attachment 2546367

extract attached file into the maingame folder (where the .exe is)
!always save before edit!

Rename (nearly) everyone,watch this tut ->>

create your own "gallery" (label search) how to --> Link


how to use : Link

open mod with alt+m
click the little open folder icon right upper
load a .urm file

i recommend always to play the game one time without cheats to understand gamemechanics

mod should work with future updates

this mod does not modify any game files

!use at own risk! - dont complain to dev´s /modder about broken saves/gamestates
(look for a updated 0x52_urm.rpa file every month or 2 at link above or use in-mod updater, thanks to 0x52
if you like the URM Mod consider support 0x52 -->
)


####################################################################
altered gui - a bit more simple /text,namebox removed

View attachment 2546395


extract attached TSR gui.zip into the maingame folder (where the .exe is)
make backup if needed

affected files : /game/scripts/core :
gui.rpym , screens.rpym
*needs a update everytime the dev´s change something
####################################################################


####################################################################
blinking moon at the text removed

extract attached TSR no moon.zip into the maingame folder (where the .exe is)
make backup if needed

affected files : /game/scripts/core :
variables.rpym
*needs a update everytime the dev´s change something
####################################################################

####################################################################
autosave activated

extract attached TSR autosave.zip into the maingame folder (where the .exe is)
make backup if needed

affected files : /game/scripts/core :
config.rpym
*needs a update everytime the dev´s change something
####################################################################
update

(only the blinking moon)
 

Burgh917

Active Member
Dec 20, 2019
579
837
I'm another one having download issues, with all the sites. Popping up as virus and unsafe or just not registering the site at all.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,530
Is anyone else getting this issue on linux?

You don't have permission to view the spoiler content. Log in or register now.
I use Linux Mint 21.1 Cinnamon and I had the same issue with v0.14 of this game ( since it introduces Discord integration ). I have not played every single version or the latest one ( v0.19 ) yet, but I guess I will encounter similar issue if I do. No idea why, but the Discord integration has been causing issues, not just for this game but for some other games as well, for me.

Long story short, I edited the following file so that the game runs without error for me, game/python-packages/discord_rpc/__init__.py ( embedded inside game/core.rpa, you need to extract it using tools like UnRen ).
Python:
     29 #if not is_python3():
     30 #    import requests
     31 #else:
     32 #    from urllib.request import urlopen, Request
     33 from urllib.request import urlopen, Request
I duplicate line 32 and remove all the trailing spaces, and comment out line 29 - 32. Basically, I force loading libraries for Python3. For some reason, the game uses its own bundled Python2 instead of system Python3.

But anyway, your mileage might vary. This is workaround works in my case for the time being. Hope that helps.

Edited: Thanks nobody0. I completely forgotten about the core.rpa. I wrestled this issue back in January:ROFLMAO: but didn't post it anywhere because it appeared to be a me only issue ( but now I think it could be specific to Ubuntu:unsure: since Linux Mint is also Ubuntu-based ).
 
Last edited:

nobody0

Newbie
Jul 26, 2019
57
454
I use Linux Mint 21.1 Cinnamon and I had the same issue with v0.14 of this game ( since it introduces Discord integration ). I have not played every single version or the latest one ( v0.19 ) yet, but I guess I will encounter similar issue if I do. No idea why, but the Discord integration has been causing issues, not just for this game but for some other games as well, for me.

Long story short, I edited the following file so that the game runs without error for me, game/python-packages/discord_rpc/__init__.py
Python:
     29 #if not is_python3():
     30 #    import requests
     31 #else:
     32 #    from urllib.request import urlopen, Request
     33 from urllib.request import urlopen, Request
I duplicate line 32 and remove all the trailing spaces, and comment out line 29 - 32. Basically, I force loading libraries for Python3. For some reason, the game uses its own bundled Python2 instead of system Python3.

But anyway, your mileage might vary. This is workaround works in my case for the time being. Hope that helps.
Thank you for that. I found it wrapped in a core.rpa. I'm running Ubuntu 22.04. It looks like that discord-rpc was from a no longer supported gitlab project.
 
  • Yay, update!
Reactions: JohnF95zone
4.20 star(s) 128 Votes