Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 40 of 250 · Next page · Last page
(1 edit) (+1)

I just purchased and downloaded the 0.73.2 for windows; but when I try running the game I hear the music playing yet the screen stays black. I also tried running both .exe files; same thing. Am I doing something wrong? Please help!

Edit: Solved! I googled "renpy game engine help" and I found a page for "Ren'py Visual Novel Engine Games Troubleshooting Steps" from Sekai Project Support. In the fourth bullet point it said:

  • Holding Shift during the start-up of the game might help it run.

Doing that caused a kind of configuration menu to pop up; not sure what to call it. There were different options for Renderer, Gamepad, Powersave, Framerate, and Tearing. In the first option "Renderer", I changed it from "Automatically Choose" to "Force ANGLE2 Renderer". 

Now it works! If anybody else has the same issue I did; this may help. Happy gaming!

I'm wondering about the proper progression thru the Shuggerlain nations. Can't exactly determine despite reading the walkthru.

What's the best path after Ashtera -> Yalen -> Eldrien? Maybe something like Nocverchis -> Necrosia -> Dir-Klou -> Fernia?

Please advise - and thank you!

(1 edit)

I believe the best path is:

Ashtera -> Yalen -> Nocverchis -> Eldrien -> Fernia -> Dir-Klou -> Necrosia.

Technically it doesn't matter if you do Nocverchis or Eldrien first; you won't have battles where the units you unlock there are better till you reach Zone 2. Also, I noticed that if you go to Eldrien after Nocverchis the map still allows you to go to Necrosia; despite not being neighboring nations. I don't think that was supposed to be possible; weird.

If you go to Necrosia first in Zone 2, you can only go to Dir-Klou next; and same if you go to Fernia first. But you MUST go to Fernia first; or you'll miss one of the side events involving Atzi:

Pasted from the Walkthrough:

"Fishing with Atzi: The event triggers when you meet ALL the next requirements. 

-Be in Dir-Klou. 

-Reach level 5 of affection with her. 

-At least 6 days after the battle in Dir-klou.

-After this, she will be outside her tent (bottom right part of the camp). Click on her to trigger the event."

You meet Atzi in Fernia; and you cannot return to a previous nation at all. So if you go to Dir-Klou before Fernia, you'll miss the event. You won't miss anything if you leave Necrosia for after Dir-Klou.

The only thing about doing that is: If you want to choose the second option on Yraselle's second date; to speak with The Night Queen; you'll have to leave her at level 6 and hold off from doing Date 2 till you recruit The Night Queen. Otherwise, Dynae is your only option on Date 2.

Pasted from the Walkthrough:

"Date 2 : Choose talk with Dynae or with the Night Queen (if available).

Once you choose one of these options, you can’t change your decision, so you can’t redo dates 1 and 2 with her. If you choose the Night Queen, Yraselle will change her hairstyle and hair color, and she’ll wear a dark staff."

Hope this helps! ;)

how do you buy the 0.73 version

everytime i put cheats in it says invalid, is this just me ?

(+5)

the volleyballgame is unplayable and needs updated i cant progress beyond this point. great otherwise look forward to more updates.

It was updated on 0.73.2 now there's a better tutorial, we decreased the difficulty and also added the possibility of just skip it.

(+1)

Great thanks for the update.

I suppose with the ability to just skip the minigame, changes and fixes aren't really necessary anymore, and definitely aren't a priority. That being said, it does still feel pretty clunky and would be nice if it were a bit more polished for the players who want the full experience. In it's current state, it remains pretty impossible to tell who the ball is going to. A shadow on the ground, underneath the ball, would probably be plenty to tell the path it's traveling and solve that issue. (A couple more frames between the existing ones would also be nice, but could definitely make do without.)

(+3)

How or where do I put the cheat codes in at

(+2)

in your tent there is a candle you can click on

(+3)

Is there a way to buy a version of the game that keeps updating?

(+2)

how do i enter the cheats?

(+2)

Do I have to start the game from 0? Khara and Maple didn't appear for "S3x training" also the new succubi is not appearing and I had faced all the others succubi before... is it a bug or I really have to start from 0?

(+1)

The new volleyball section and succubus battle do not play well. They need changing

Minor spoiler in Zone 2 region:


During dir-klou, Nulkan would say "..You and your sisters.." at the first meaningful talk to Hazel. However, choosing to set up patrols in dir-klou would not get us any riders/priestesses from either side.


After doing sex training, moving to a new location would not let us have another sex training even though the day have changed (sex training -> move from dir-klou to fernia -> +5 days to timer -> sex training cannot be done)

(2 edits) (+2)

Where is version v0.73 for android???? It's been 1 years no updates for android I'm very disappointed ...

(1 edit)

i have a question if i paid once 5$ and a second time 2$ if i pay now 3$ could i get the 10$ one ?

great game just incamely hard to beat the voleyball part

Some modifications are planned.

Enjoy playing your game, however, ran inot major glitch - Ione sex battle, scene crashes into credits then main menu at beginning of fight. reloaded several times, reloaded game same result. please help.

After unlocking Yraselle's third date, the first and second dates disappear. Is there any way to fix this?

Hi, when will the update be available?

Since there's no place other than the comments where I could drop my errors, here.

I'm sorry, but an uncaught exception occurred.

While running game code:

IOError: [Errno 9] Bad file descriptor

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

Full traceback:

  File "renpy/bootstrap.py", line 326, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 617, in main

    run(restart)

  File "renpy/main.py", line 148, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 922, in run_context

    context.run()

  File "script.rpyc", line 653, in script

  File "script.rpyc", line 653, in script

  File "renpy/ast.py", line 1397, in execute

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1637, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2546, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3007, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3517, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2381, in draw_screen

    renpy.display.draw.draw_screen(surftree)

  File "gl2draw.pyx", line 817, in renpy.gl2.gl2draw.GL2Draw.draw_screen

  File "gl2texture.pyx", line 216, in renpy.gl2.gl2texture.TextureLoader.cleanup

  File "renpy/log.py", line 231, in write

    self.real_file.flush()

IOError: [Errno 9] Bad file descriptor

Windows-10-10.0.22621

Ren'Py 7.4.2.1292

Shuggerlain - Beyond time 0.50

Sun Aug  4 16:59:26 2024

Delete file and download again, just in case it's a corrupted download.

(+1)

How do I get the missing scene with Izuin?

i keep having my game get stuck in a location

is there futa ?

(+1)

How to get the missing h scene?

Are the sex scenes interactive?

How do I get the 2 scenes with Izuin?

BRO! how did get all those scenes. I only have the first bottom 2.

(+1)(-1)

pls do tents for captured succubs

(1 edit) (-1)

Where is android update it not fair fir other to play the new version instead of android 😢

(+1)

really love the game but to be honest I wish there was more to female orgasms and not just  guy would you add that?

Are the sex scenes interactive?

Question about the lore?

Is there any reason why the Arax has not conquer Ashtera, Nocverchis, Dir-Klou, Necrosia, and Syqua. Well  ok I know why Necrosia is not occupied for obvious reasons but what about the rest?

Each Executor gets to govern each country. So where does Jillian govern? Does she share the land of Fernia with Erden or is she a free roamer type Exector which maybe why is always looks pissed all the time.

Aside from Arax, who is the richest and most powerful country in Shuggerlain that can pose a threat to world conquest aside from Arax and Ashtera.

 

Hello,


There is explanation for that in the story, except for Syqua, we have info on it yet.


I'm curious about it too, in the previous version i was thinking she was from Kemeq or Siann but now it's a mystery.


For the most richest maybe Siann, for the most powerful it's hard to tell, you get almost all of them as allies anyway.

(+2)

If i buy the game for 5$ will i continue having access to future versions or will i have to buy those as well?

(1 edit) (-1)

I've been looking around here and there and saw some comments where Taifun stated you buy the game development instead of the game itself (think of it like pledging to Patreon) and where they replied to a comment "Did you buy version x or previous versions?".


tl;dr only for the current version, though I could be wrong as I have the same question as yours.

(+1)

Paid 10 bucks a few updates ago and I still have the access. Mind that you should be registered so that your itch.io library contains the game.

So let's say you bought patch/ver 1, when the game updated, do you get patch/ver 2 for free?

you know it would be great to rather than or in addition to the crystal cheat, just have a cheat that gives you a bunch of each gift or something like that

it's like you crawled into my brain creating this character, got to the H-scene, that face is doing it to me again, and the looking back and forth, oh my!

(2 edits)

I got it to work, came back, decided to try going back to when you first agree to have the hunt in the first place, and worked, turns out the textbox was only going black and unclickable on the 3rd and last animal, meaning I didn't see them, going back and testing out the buggy save they are actually clickable through it

my canon explanation for hunt failure is I'm too focused on that stupidly sexy facial expression you gave Ragna (you've hit my weakness of specific confident facial expressions with this one)

OH MY FUCKING GOD, I SAW A DEER OR MOOSE OR WHATEVER IT IS APPEAR AND I HIT IT ON ONE OF MY RUNS BRINGING ME TO 9/10 BUT IT DIDN'T APPEAR ON ANOTHER ONE, THE ANIMALS DON'T SHOW OR CAN'T BE SEEN SOMETIMES

is anyone else just not getting 10 beasts appearing during hunt game?

I encountered a weird bug that resets every animation, and they all look really jumpy. Any advice on how to fix it? This didn't happen in earlier versions of the game.

Anybody know how to get gallery scenes 15 (page 2 #3), 28 (page 3 #4), 41 (page 4 #5), or 50 (page 5 #2)? 

(1 edit)

Are you going left to right then down, or top to bottom then right?  I'm going with left to right, then down.

15 - This is just the first date with Luth, yeah? 

28 - Hang out in Dir-Klou for a while, then Atzi will appear outside of her tent. Click her to start the event.

41 - Interact with Izuin more. 

50 - Hang out in Kemeq for a while.

How much do I need to interact with Izuin? And when?

When she's an adult, there's a scene where you rescue her. Then you need to decide to see her as a woman, not a child. Then  in the last zone, you have interaction options. It'll become available after a while.

What do I do if I missclicked the one as a child?

What does "Unfortunately, it's too late for that" mean when I tru to advance to Geinvrik?

you waited too long until after their rebellion started and the 5th legion's siege succeeded and they took Osta

there should be an event of a soldier coming into your tent to tell you that Osta has fallen and it's too late to get Geinvrik

Deleted 78 days ago

obligatory it was actually 7300 vs a host of minimally about 200000 Persians with some estimates nearing 300000 (I happened upon this while desperately checking to see if anyone had answered my question in these comments)

Deleted 78 days ago

I don't entirely get what you're saying, I know about the event and the historical draw for the characters

Just go to Geinvrik before Kemeq and you'll be fine.

Hello, my game don't work anymore, instead I have this traceback txt file everytime I try to start it : 

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00matrixtransform.rpy", line 25, in script

    init -1400 python:

  File "renpy/common/00matrixtransform.rpy", line 25, in script

    init -1400 python:

  File "renpy/common/00matrixtransform.rpy", line 28, in <module>

    class TransformMatrix(_BaseMatrix):

NameError: name '_BaseMatrix' is not defined

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

Full traceback:

  File "renpy/bootstrap.py", line 326, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 515, in main

    renpy.game.context().run(node)

  File "renpy/common/00matrixtransform.rpy", line 25, in script

    init -1400 python:

  File "renpy/common/00matrixtransform.rpy", line 25, in script

    init -1400 python:

  File "renpy/ast.py", line 922, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2218, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00matrixtransform.rpy", line 28, in <module>

    class TransformMatrix(_BaseMatrix):

NameError: name '_BaseMatrix' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.2.1292

Shuggerlain - Beyond time 0.69.1

Tue Mar 19 13:50:31 2024

Plz help me, thank you.

Sounds like a corrupted download/extraction. Delete everything and download again.

Hello, I have a q what comes next after Fernia? Dir-Klou or Necrosia?

Hey can anyone help me out apparently there is a linux file in the game files so my pc is unable to extract it is there any other way?

For 0.61.1

I can play any other version but not 0.61.1

(+1)

Can we have hope of a H scene with Nadine and Zoe together? Or maybe Night queen and her elf aprendice?  

This game is great!     

Viewing most recent comments 1 to 40 of 250 · Next page · Last page