facing the entrance of the bridge go northeastTo the right of what?
facing the entrance of the bridge go northeastTo the right of what?
Did you talk to Facis when you returned to the castle? He will tell you that he has put Xyless in the guest quarters, then you can visit her.Hey i have finish the xyless quest and choose to free her in the crypt. But well she's not ine the guest room.... it's a bug, it's normal because it tooks a certain numbers of days before her apparition ? (i sleep two times, but no xyless)
Technically she isn't in the room called Guest Room. I found her in an un-named room on the other side of the hall from the torture chamberDid you talk to Facis when you returned to the castle? He will tell you that he has put Xyless in the guest quarters, then you can visit her.
Starting from the Elvin village. the bottom right path. you will reach a bridge in which south will lead to a bath house and east will lead to a beach. follow the sand to reach a hut next to a cave. Ruksana uncle will be there along with orc cavewhere is the orc cave Im losing my mind trying to find it )':
THANK YOUStarting from the Elvin village. the bottom right path. you will reach a bridge in which south will lead to a bath house and east will lead to a beach. follow the sand to reach a hut next to a cave. Ruksana uncle will be there along with orc cave
People have been mentioning this bug for a while, it's the one thing stopping me replaying.Im in chapter 2 and got the message saying Clawyn has moved to my room due to being pregnant.Since than she has completely disappeared from the castle.But she has a sprite in the elf town in the leaders house that i cant interact with.I thought if i just kept playing it might fix itself im near the end of the Minotaur stuff and still gone.Any ideas.
So basically iv just lost a companion via getting them pregnant, fun......People have been mentioning this bug for a while, it's the one thing stopping me replaying.
Bugs people have been discussing for the last few pages.wtf is going on?
R they going to b fixed or do we have to fix them on our ownBugs people have been discussing for the last few pages.
Sorry, crystal ball's in cleaning and I take my tea in bags so couldn't tell you.R they going to b fixed or do we have to fix them on our own
Im in chapter 2 and got the message saying Clawyn has moved to my room due to being pregnant.Since than she has completely disappeared from the castle.But she has a sprite in the elf town in the leaders house that i cant interact with.I thought if i just kept playing it might fix itself im near the end of the Minotaur stuff and still gone.Any ideas.
People have been mentioning this bug for a while, it's the one thing stopping me replaying.
She doesn't actually appear in your room, but eventually you should trigger her pregnancy scene and she'll come back to your party. There is a certain variable that you can check to see how far along it is; it was mentioned a while ago in this thread, but anyway the scene has worked for me like 5 times so I don't think it's as bugged as everyone keeps saying.So basically iv just lost a companion via getting them pregnant, fun......
Would you happen to know where/how i can check this?She doesn't actually appear in your room, but eventually you should trigger her pregnancy scene and she'll come back to your party. There is a certain variable that you can check to see how far along it is; it was mentioned a while ago in this thread, but anyway the scene has worked for me like 5 times so I don't think it's as bugged as everyone keeps saying.
That's weird, the MV is naturally case sensitive afaik and by all accounts that window should be upper case.
So while my initial quick test did show the game to work with WINE, upon actually trying to sit down and play the thing I quickly noticed one major problem. It would appear that sound just doesn't work in any RPGM MV games under WINE, no idea why and I've tried a lot of things to fix it (if anyone knows how please share). Works fine in RPGM VX, go figure...
However there's good news (and bad news)! It turns out you can turn any RPGM MV game released 'for Windows' into a (native) Linux compatible release in almost just one step.
All you have to do is go toYou must be registered to see the linksand grab the latest NORMAL release for Linux (should be on the homepage), then extract its contents into the root directory of the game (the one with Game.exe). The easiest way to do this is to put the .tar.gz archive into the directory and then run 'tar xvf nwjs-v0.33.0-linux-x64.tar.gz --strip-components=1' (adapt for the current version, --strip-components is because the contents are in a directory themselves). You'll know if you've done it correctly because alongside Game.exe you should have a file simply called 'nw'. Now you can run the game by simply executing the 'nw' file. Bam, the game runs... if not for one small issue.
As you may or may not be aware, Linux, unlike Windows, has case-sensitive file handling. And as it turns out, the developers for this game weren't exactly super conscious of that when writing their event scripts. So you'll probably notice that immediately after running 'nw', you'll be greeted by a message that says "Failed to load: img/system/Window.png". This is because, as you'll find, there is no file in the www/img/system directory named Window.png... But there is one named window.png. If you rename it to Window.png and try to run 'nw' again you'll make it to the menu.
Now I don't know how many cases like this there are, but I expect that they'll break the game whenever encountered. I have no idea how I could even go about fixing them except by hand every time an error was encountered. Perhaps someone smarter than me (like @redknight00), can figure out a way to scan the script files and check for filename inconsistencies, but without doing that let's just say the game would be 'unstable'.
I'm almost certain that a slightly modified version of this could be used to make RPGM MV games run on MacOS too, but I can't experiment as I don't own any Mac devices.
I've tested this short method with Roundscape and My New Life so far and both will technically run (MNL makes it to the menu immediately though, so that's nice), so this might open up a slightly new world for non Windows users denied their official builds.