Elduriel

Engaged Member
Donor
Mar 28, 2021
2,541
4,033
yeah I don't think there are even choices other than at the beginning if you want to fight the guy or not
 

mintymuz

Member
Apr 8, 2024
432
682
yeah I don't think there are even choices other than at the beginning if you want to fight the guy or not
A couple of the paths have another choice to make after that, e.g., Mora's path asks yes or no to anal, IIRC, but they are only "player's choice" options to say whether you want to see certain content or not. I can't remember any of the other ones, it could even be just that one path/option...
 

KaizerZocer

Newbie
Nov 26, 2022
45
48
Hello guys, I have a question, do you know how these games are made? There was a time when I wanted to make mine and I really don't know what tools are used, and I would like to know in what program to find models like these since the art seems beautiful to me.
 

rullez3

New Member
May 25, 2020
8
13
I got the MASH ending - probably the most amazing harem ending I've seen in this type of games :) it was perfect :)
 

mintymuz

Member
Apr 8, 2024
432
682
Hello guys, I have a question, do you know how these games are made? There was a time when I wanted to make mine and I really don't know what tools are used, and I would like to know in what program to find models like these since the art seems beautiful to me.
I've never looked in there to comment on usefulness, etc., but there's a whole forum for Programming, Development & Art that might be a good place to start exploring.
 
  • Red Heart
Reactions: KaizerZocer

608xperience

Member
Game Developer
Apr 18, 2023
107
124
Hello guys, I have a question, do you know how these games are made? There was a time when I wanted to make mine and I really don't know what tools are used, and I would like to know in what program to find models like these since the art seems beautiful to me.
The art for this game was done in Daz Studio. The game itself runs on the and is written in the Ren'Py programming language, which itself is based on Python. Programmers generally have their own editor preferences, but if you don't know where to start, Microsoft VS Code is free and is easily configured for writing Ren'Py code.
 
  • Like
Reactions: turbojoe

Alderamin

Formerly 'Aldee999'
Apr 5, 2018
16
49
Wow, finished all the playthroughs. This game was not really on my radar even though I saw it in some people's sig. When I saw the completed tag I dove in and what a great ride it was. Can't remember any game that made me hate myself for dumping imaginary roommates. Or not socializing with taxi drivers.
You don't have permission to view the spoiler content. Log in or register now.
I wish all the best to the developers because they made beautiful characters that I enjoyed and they managed to give each of them a beautiful and well deserved ending. Not to mention the joy I felt playing a completed game.
Would I like to know what happened to the girls who were not on my path? Sure.
You don't have permission to view the spoiler content. Log in or register now.

But those are like additional toppings on an already marvelous dish. Well done and I am looking forward to your future endeavours!
 

MNDrake

New Member
Dec 9, 2021
6
16
Is anyone else seeing this error? It happens just as the main window is about to render.
Code:
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Serial number of failed request:  583
  Current serial number in output stream:  583
And there is no log or trace file generated.

Edit ... tried again after a fresh restart and this time it did generate a log.txt file. Nothing significant in it that I can see.


Code:
Mon Jun 24 08:15:07 2024
Linux-6.5.0-41-generic-x86_64-with-debian-bookworm-sid
Ren'Py 7.4.3.1414
 

Bootstrap to the start of init.init took 0.05s
Early init took 0.00s
Loader init took 0.07s
Loading error handling took 0.10s
Loading script took 4.38s
Loading save slot metadata. took 0.02s
Loading persistent took 0.02s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Set script version to: (7, 4, 3)
Running init code took 0.26s
Loading analysis data took 0.03s
Analyze and compile ATL took 0.07s
Index archives took 0.02s
Dump and make backups. took 0.03s
Cleaning cache took 0.02s
Making clean stores took 0.03s
Initial gc. took 0.22s
DPI scale factor: 1.000000
Creating interface object took 0.03s
Cleaning stores took 0.00s
Init translation took 0.22s
Build styles took 0.03s
Load screen analysis took 0.03s
Analyze screens took 0.03s
Save screen analysis took 0.06s
Prepare screens took 0.06s
Save pyanalysis. took 0.03s
Save bytecode. took 0.03s
Running _start took 0.03s
Performance test:
Interface start took 0.63s

Initializing gl renderer:
primary display bounds: (0, 0, 3840, 2160)
swap interval: 1 frames
Windowed mode.
Ideas?
 
Last edited:
Jan 11, 2024
53
120
Is anyone else seeing this error? It happens just as the main window is about to render.
Code:
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Serial number of failed request:  583
  Current serial number in output stream:  583
And there is no log or trace file generated.

Edit ... tried again after a fresh restart and this time it did generate a log.txt file. Nothing significant in it that I can see.


Code:
Mon Jun 24 08:15:07 2024
Linux-6.5.0-41-generic-x86_64-with-debian-bookworm-sid
Ren'Py 7.4.3.1414


Bootstrap to the start of init.init took 0.05s
Early init took 0.00s
Loader init took 0.07s
Loading error handling took 0.10s
Loading script took 4.38s
Loading save slot metadata. took 0.02s
Loading persistent took 0.02s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Set script version to: (7, 4, 3)
Running init code took 0.26s
Loading analysis data took 0.03s
Analyze and compile ATL took 0.07s
Index archives took 0.02s
Dump and make backups. took 0.03s
Cleaning cache took 0.02s
Making clean stores took 0.03s
Initial gc. took 0.22s
DPI scale factor: 1.000000
Creating interface object took 0.03s
Cleaning stores took 0.00s
Init translation took 0.22s
Build styles took 0.03s
Load screen analysis took 0.03s
Analyze screens took 0.03s
Save screen analysis took 0.06s
Prepare screens took 0.06s
Save pyanalysis. took 0.03s
Save bytecode. took 0.03s
Running _start took 0.03s
Performance test:
Interface start took 0.63s

Initializing gl renderer:
primary display bounds: (0, 0, 3840, 2160)
swap interval: 1 frames
Windowed mode.
Ideas?
fix is here https://f95zone.to/threads/bare-witness-ch-5-alterworlds.79512/post-13824540
 

ImperialD

Devoted Member
Oct 24, 2019
10,772
10,904
did the dev do away with the harem route .. cause i've played the hell outta this update and can't get it anymore :cry:
 
4.50 star(s) 227 Votes