Joubei

Lilith Rising
Game Developer
Aug 17, 2021
474
1,272
Would you be able to try and install steam just to see if it makes a difference?

I’ve tested the issue here several times and on several machines (including a laptop) and I was not able to replicate it.
 

cariadult

Active Member
Jun 4, 2018
506
280
Actually I wrote all the LIs as separate romance lines, there will not be an "orgy" scene or any kind of admittance by any LI about the other LIs, the only threesome are the sisters that do everything together, but it was a given from the start.
It is possible for you to romance all of them, but they would not acknowledge each other in any way.


It will be difficult to please all of them in future seasons, there will be a relationship meter feature, and your actions from the start will effect the relationships with each LI, and there will be barriers to move to the next romance stage - date - romance event 1 - romance event 2 etc.

There will be more choices that will upset some and entice others, for instance:
Freja is very naïve, kind and honorable, while Valery is very pragmatic and morally ambiguous - (goal justify the means type).
so one of your choices will be a moral choice where you'll need to either spare and enemy or not and let them die.
While Freja will definitely want you to spare them, Valery will not, these type of choices will build your relationship with one (or more) of the LIs but lower it for others.

So you'll need to carefully balance your choices if you wish to stay in the good graces of all the LIs.
Just want to make it clear, so there is no 3some apart from those sisters?
 
Apr 5, 2023
93
52
View attachment 2777044

Overview:
Lilith Rising
is a fantasy adult Visual Novel (VN)
where you play a prince that has his life turned upside down
when he becomes a pawn in the plans of gods and demons, forcing him to a life of exile.
On your adventures, you will meet the most intriguing companions and learn what it means to be a leader,
in order to save your kingdom; and if you play your cards right maybe even find some romance.
A fun fantasy adventure, filled with humor, drama, epic battles, mystery and lots of sex!
Formerly known as Tainted
You don't have permission to view the spoiler content. Log in or register now.
Please read the before submitting a review.

Thread Updated: 2023-09-26
Release Date: 2023-09-26
Developer: Jubei - - -
Censored: No
Version: 1.0.2ns
OS: Windows, Mac, Linux
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

Due to major system upgrades a replay is required.

DOWNLOAD
Win/Mac/Linux
: - MEGA - - PIXELDRAIN - WORKUPLOAD

Extra: MultiMod* - FAN SIG


* This unofficial port/version is not released by developer, download at your own risk.

View attachment 2669881 View attachment 2669886 View attachment 2669887 View attachment 2669888 View attachment 2669889 View attachment 2669890 View attachment 2669891 View attachment 2669892 View attachment 2669893 View attachment 2669894 View attachment 2669895 View attachment 2669896 View attachment 2669897 View attachment 2669898 View attachment 2669899 View attachment 2669900 View attachment 2669901 View attachment 2669902 View attachment 2669903 View attachment 2669905 View attachment 2669907 View attachment 2669908 View attachment 2669909 View attachment 2669910 View attachment 2669911 View attachment 2669913 View attachment 2669914
I really like this game!
 
  • Like
Reactions: motseer

RandomGuy99

Well-Known Member
Nov 11, 2018
1,727
2,338
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00steam.rpy", line 710, in script
def grant(self, name):
File "renpy/common/00steam.rpy", line 894, in <module>
File "renpy/common/00steam.rpy", line 806, in steam_preinit
dll_name = "libsteam_api.dylib"
OSError: [Errno 30] Read-only file system: '/Volumes/renpy-8.1.3-sdk/renpy-8.1.3-sdk/renpy.app/Contents/MacOS/steam_appid.txt'

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

Full traceback:
File "renpy/common/00steam.rpy", line 710, in script
def grant(self, name):
File "/Volumes/renpy-8.1.3-sdk/renpy-8.1.3-sdk/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/renpy-8.1.3-sdk/renpy-8.1.3-sdk/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00steam.rpy", line 894, in <module>
File "renpy/common/00steam.rpy", line 806, in steam_preinit
dll_name = "libsteam_api.dylib"
OSError: [Errno 30] Read-only file system: '/Volumes/renpy-8.1.3-sdk/renpy-8.1.3-sdk/renpy.app/Contents/MacOS/steam_appid.txt'

macOS-13.6-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805

Any ideas why? Joubei
 
Last edited:

PBS666

Engaged Member
Feb 19, 2019
2,969
2,859
Yes, the new venture dont allow 3rd party apps run
That's what Apple wants you to think, and it's going on much earlier than Ventura.
The Ren'Py SDK is a third party app as well BTW and as you can see MacOS runs it from a Read-only file system. That is bound to cause trouble. Instead of running the SDK, you'd be better of by fixing the Mac app that's contained in this universal build of the game.

The root of the problem is that Gatekeeper quarantines about everything which is not downloaded from the app store, but that is something easy to fix.

Start by reading this post carefully https://f95zone.to/threads/lilith-rising-v1-0-2ns-jubei.140205/post-11373244. There's a link there to a post of mine where I tell you how to shuffle the different components of the universal build around in order to create a self-contained Mac app.

If you want to check and remove quarantine from 3rd party apps, follow this procedure

To check quarantine, start Terminal and type "xattr " without the quotes at the prompt and drag the app into the Terminal window. Terminal will fill out the path for you. Mind there is a space between the command and said path. Hit enter. If you see com.apple.quarantine in the results, the app is quarantined.
To remove the quarantine, type "xattr -d com.apple.quarantine " and drag the app again into the window. Again, mind the space. Hit enter. Quarantine should now be removed.

If you want to continue to use the Ren'Py SDK, then better check and remove quarantine from that as well. Once done so, you can use the SDK to create a Mac-only app with the Create Distributions function BTW

Final advice, always make a duplicate of an app before you start altering it. Saves you from the hassle of having to download it again if you should mess it up somehow.
 

Krytax123

Well-Known Member
Dec 29, 2022
1,487
3,231
Would you be able to try and install steam just to see if it makes a difference?

I’ve tested the issue here several times and on several machines (including a laptop) and I was not able to replicate it.
I have the same bug (unable to start the game) and i do have steam. Buuuuut im german and germany doesnt allow any avn's on steam, maybe he is too and thats the issue? Every version prior to this one was working fine
 

e6mill

Engaged Member
Aug 4, 2022
2,252
4,239
I don't recommend disabling Gatekeeper. I recommend removing the quarantine from the app that is affected by it.
Sounds more granular for sure. On the other hand, it's never done anything for me other than get in my way, so there's that. :)
 

PBS666

Engaged Member
Feb 19, 2019
2,969
2,859
Sounds more granular for sure. On the other hand, it's never done anything for me other than get in my way, so there's that. :)
That may be the case for you, but not all Mac users are experienced enough to be safely doing so, especially as it requires sudo to do it.
 

RandomGuy99

Well-Known Member
Nov 11, 2018
1,727
2,338
That's what Apple wants you to think, and it's going on much earlier than Ventura.
The Ren'Py SDK is a third party app as well BTW and as you can see MacOS runs it from a Read-only file system. That is bound to cause trouble. Instead of running the SDK, you'd be better of by fixing the Mac app that's contained in this universal build of the game.

The root of the problem is that Gatekeeper quarantines about everything which is not downloaded from the app store, but that is something easy to fix.

Start by reading this post carefully https://f95zone.to/threads/lilith-rising-v1-0-2ns-jubei.140205/post-11373244. There's a link there to a post of mine where I tell you how to shuffle the different components of the universal build around in order to create a self-contained Mac app.

If you want to check and remove quarantine from 3rd party apps, follow this procedure

To check quarantine, start Terminal and type "xattr " without the quotes at the prompt and drag the app into the Terminal window. Terminal will fill out the path for you. Mind there is a space between the command and said path. Hit enter. If you see com.apple.quarantine in the results, the app is quarantined.
To remove the quarantine, type "xattr -d com.apple.quarantine " and drag the app again into the window. Again, mind the space. Hit enter. Quarantine should now be removed.

If you want to continue to use the Ren'Py SDK, then better check and remove quarantine from that as well. Once done so, you can use the SDK to create a Mac-only app with the Create Distributions function BTW

Final advice, always make a duplicate of an app before you start altering it. Saves you from the hassle of having to download it again if you should mess it up somehow.
I've followed the instruction to create the so called stand alone app. It now starts the app. thanks i learn something new
i didnt expect to learn technical stuff in this forum lmao

creating the stand alone app is good enough. i'll leave the quarantine as it is, never know what bat shit crazy stuff is on the web
 
  • Like
Reactions: PBS666

PBS666

Engaged Member
Feb 19, 2019
2,969
2,859
I've followed the instruction to create the so called stand alone app. It now starts the app. thanks i learn something new
i didnt expect to learn technical stuff in this forum lmao
Glad you got it working. Sadly enough sometimes you need to learn stuff such as this just so that you can take back control of your computer.
 

RandomGuy99

Well-Known Member
Nov 11, 2018
1,727
2,338
The renders is not consistent. Between scenes, Gwen have a necklace then it disappear and reappears.
Slyvie's hair is suddenly pink then back to blonde in the same day. I'm confuse o_O
 
3.50 star(s) 38 Votes