3.50 star(s) 45 Votes

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
That was a one-off thing. From now on, all Silas stuff is skippable, and if you don't, he will not be doing anything with any of your girls.


View attachment 4730397
This is already present in DLC. Can be skipped, you can take a look at quite extensive patch notes since the v1.3.1 Wheel of Fate is here and available.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
18,388
47,326
922
This is already present in DLC. Can be skipped, you can take a look at quite extensive patch notes since the v1.3.1 Wheel of Fate is here and available.
I was reading those on Steam today. (y) Personally, I won't be skipping the Silas stuff anyway, I don't want to miss out on any of the lore of Elleria. :)
 

wwarwick

Newbie
Oct 15, 2023
53
20
86
View attachment 4768247

Overview:
" It was you. You started it all. You raised me, molded me in your image. And when I saw the truth, you cast me aside—no, you did worse. You kept taking. My faith, my brothers, my world. You created me, and for that— I bless you. You make sense of the devil."
You don't have permission to view the spoiler content. Log in or register now.

Thread Updated: 2025-04-22
Release Date: 2025-04-22
Developer: M.C Games - -
Censored: No
Version: 1.3.1 - Wheel of Fate
OS: Windows, Linux, Mac
Language: English
Other Games: Strings of Fate - Long way Home
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.

DOWNLOAD
Win/Linux/Mac
: MEGA - - - -
Others: ANDROID* - COMPRESSED*

Extras:
Russian Translation* - Fan Signatures
*This port/version is not released by the developer, download at your own risk.

View attachment 3316307 View attachment 3316321 View attachment 3316324 View attachment 3316326 View attachment 3316338 View attachment 3316341 View attachment 3316342 View attachment 3316417 View attachment 3316789 View attachment 3356091 View attachment 3356092 View attachment 3356093 View attachment 3356095 View attachment 3356096 View attachment 3422775 View attachment 3422778 View attachment 3422779
why u upload so shit sites? why no gofile od workupload?
 

Patan

Active Member
May 28, 2017
922
1,382
407
Vikingfile always gives a virus error on every browser I tested so far. I don't think its the game but the Vikingfile is the problem cause It did give virus error on other games as well.
 
  • Like
Reactions: MrBenny

wwarwick

Newbie
Oct 15, 2023
53
20
86
I do? Usually it is uploaders job to deal with this. Not mine. And gofile and stuff have been added, it takes a while for mirroring to be done. Just FYI.
sry, thanks but i dont know why, most uploaders here resign from gofile and 2GB download takes 2h from other sites...
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
sry, thanks but i dont know why, most uploaders here resign from gofile and 2GB download takes 2h from other sites...
There has been some BS with those sites lately going on, as far as I'm aware.
 

Fu321d

Newbie
Oct 6, 2018
41
22
116
I can't play the game, it keeps giving me an error everytime dialogue should be showing up, i tried downloading compressed and the full game
 

Maccabbee

Engaged Member
Mar 26, 2024
2,250
3,876
331
edited the comment and put it all in
Old saves are not compatible. They put in a Start At Chapter X feature to make up for it, but yeah, not pleased about it. I'm probably going to start a new runthrough, since I wasn't finished yet. Either that, or just not play anymore.
 

Fu321d

Newbie
Oct 6, 2018
41
22
116
Old saves are not compatible. They put in a Start At Chapter X feature to make up for it, but yeah, not pleased about it. I'm probably going to start a new runthrough, since I wasn't finished yet. Either that, or just not play anymore.
i didn't use a save, i started a new game then tried the chapters button, same thing
 

Maccabbee

Engaged Member
Mar 26, 2024
2,250
3,876
331
i didn't use a save, i started a new game then tried the chapters button, same thing
I got the error page when I loaded a save, then was able to continue past it, but it restarted from the beginning anyway. I also started a completely new game, and got no errors yet. People are complaining about frequent crashes, too.
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
edited the comment and put it all in
Yep, I've read through this. And I've also included this as IMPORTANT NOTE in changelog.

Quoting myself:

IMPORTANT NOTE:

* Some players seem to be experiencing issues with crashes related to: TypeError: '<=' not supported between instances of 'NoneType' and 'float'
- If you're one of the players having this isssue, temporary fix is to forcibly set the renderer to gl2 and the frame rate to 60.
Why does it happen? The crash happens only when certain GPU drivers + Ren'Py’s gl3/ANGLE renderer + a specific transform or screen = boom.
If you're not on Steam, If you run the game from a shortcut this is fix for now:

Elleria.exe --renderer gl2 --framerate 60

Or if you're on Linux.

./Elleria.sh --renderer gl2 --framerate 60


Last option would be to use UnRen on it, open the options.rpy and add these two lines:


define config.gl2 = True
define config.framerate = 60

That's the fix for this.


Old saves are not compatible. They put in a Start At Chapter X feature to make up for it, but yeah, not pleased about it. I'm probably going to start a new runthrough, since I wasn't finished yet. Either that, or just not play anymore.
Mate, there's been a complete rework and update of Ren'py and to Python 3. While I understand the frustration, sadly, I don't got Elder Wand up my ass. Did the best I can.
 
  • Like
Reactions: wsnlndr

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
i didn't use a save, i started a new game then tried the chapters button, same thing
Here, I did this real quick.

Just drop that and let it go into game folder. It should prioritize it over archive... that should I believe solve your issue without you having to deal with shortcut extensions.
 
  • Like
Reactions: Remarius

Maccabbee

Engaged Member
Mar 26, 2024
2,250
3,876
331
Yep, I've read through this. And I've also included this as IMPORTANT NOTE in changelog.

Quoting myself:



If you're not on Steam, If you run the game from a shortcut this is fix for now:

Elleria.exe --renderer gl2 --framerate 60

Or if you're on Linux.

./Elleria.sh --renderer gl2 --framerate 60


Last option would be to use UnRen on it, open the options.rpy and add these two lines:


define config.gl2 = True
define config.framerate = 60

That's the fix for this.




Mate, there's been a complete rework and update of Ren'py and to Python 3. While I understand the frustration, sadly, I don't got Elder Wand up my ass. Did the best I can.
I did buy it on Steam, and playing it on Steam. When I buy a "finished" game, not one on EA, I expect my work to not be completely lost mid-playthrough. I am not sure having an attitude about it is going to help here.

Also, you can add those switches in Steam as well, if you know anything about Steam.
 
3.50 star(s) 45 Votes