- Aug 21, 2018
- 2,170
- 3,535
That's what im doing so far... But is pretty hard when not even that mini-map-pointer appears ... Its just a full black screen sometimesThat's what happens when the dev fades out the screen and forgets to fade it back in. Going to another map (which can be difficult to do blind) should be enough to fix it in most cases. At least it works for me.
The opposite of Tish is someone who doesn't like to put her dick in anything that moves, so that would not work out well for anyone."Important" as in "significant to the main character", not story-wise. And it does make sense to corrupt those two. After all, that's what "corruption" is all about - taking something pure and defiling it into the opposite.
dude,same as me,this is irritating..that fuckin glitch make me hesitate to progress the storyI have gotten Clawyn pregnant and she is in my room but she hasn't appeared and she isn't by here tent is this a bug or is she somewhere else and i can't see her???
I got it working on Mac!!. I did what you said. I downloaded the NWJS Normal for OSX and put the nwjs.app in the same folder as the Game.exe. I started the nwjs.app and it automatically started Roundscape. Its ran perfectly well during the short time I played the game. Thanks a lot !!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.
but the area is empty in my game. is the player's gender making difference?Do the nun's quest in ACT I, then in ACT II look around the area after the bridge to Slinsk for this;
View attachment 214379
Then just do the quest and watch her "milk" the bull afterwards.
It should work for both genders.but the area is empty in my game. is the player's gender making difference?
Oh, didn't know it is an actual quest in Act 1. Now I see it, thank you.It should work for both genders.
Make sure you're in ACT II, and that you did her quest in ACT I. It's also possible that you have to have seen her scene in ACT I as well.
I talked to her a while ago and don't really remember what she wants and the quest is not in the quest-log, any hints/help?It should work for both genders.
Make sure you're in ACT II, and that you did her quest in ACT I. It's also possible that you have to have seen her scene in ACT I as well.
Pehaps you must visit her home first ? Since there some blood in there, and if you speak with the blood there is a little " What a hell happened here ? "I talked to her a while ago and don't really remember what she wants and the quest is not in the quest-log, any hints/help?
Thanks for your help, got it solvedPehaps you must visit her home first ? Since there some blood in there, and if you speak with the blood there is a little " What a hell happened here ? "
It worked, thank youSeeYou must be registered to see the links.
I haven't tested it yet with RA 4.1, but I think an alternative solution could be: grab the latestYou must be registered to see the linksrelease, unzip it, add the "package.json" file and the "www" folder from the game, then double-click nw.exe