- Apr 8, 2024
- 4
- 0
Hi thx for answering me directly it started with my main save on 5.9.5. with the error showing up at every battle and sometimes the screen of the game going black.Can you give me some more info on what exactly happened so that this error came up?
Also I assume you have a save so that this happens again and again, can you link it?
Hmm okay that is indeed strange. But without a save I can't figure out the problem So before version 0.5.9.5 the problem wasn't there? The changes I recently made to the combat were the new weapon animations and I changed that enemy nameplates are only visible when you hover over them. Both worked fine during my tests which was with a save from a much older version. So if you still have any save with this bug please post it so that I can find out what's wrong.Hi thx for answering me directly it started with my main save on 5.9.5. with the error showing up at every battle and sometimes the screen of the game going black.
i since then reinstalled the game in both the versions 5.9.5. 5.8.5 and on every new save i had the same bug.
i checked my ram( even got new ones) and ckecked my hard drives.
But on every Save i have the same problem which is rly wierd.
The Save with the original Save which started the problem i since deleted sadly since i reinstalled the game completly.
It appeared first after i engaged the bear in the cave near rumah village if this helps.
ill check if i can recreate the bug. But since than every version of the game had this problem now even after starting a new save.Hmm okay that is indeed strange. But without a save I can't figure out the problem So before version 0.5.9.5 the problem wasn't there? The changes I recently made to the combat were the new weapon animations and I changed that enemy nameplates are only visible when you hover over them. Both worked fine during my tests which was with a save from a much older version. So if you still have any save with this bug please post it so that I can find out what's wrong.
To make this easier to find with search: This is how to play on Linux.You could try playing via browser if it helps follow these steps
1. install nodejs & npm
2. install http-server by npmYou must be registered to see the links, then copy http-server into the terminal/console
3. go to www folder copy and paste its location into the terminal/console there so it'll be http-server the game file and its www location and press enter
4. it will show you the browser link. go to browser and put it there now you can play it in browser with hopefully no issue.
npx http-server
in the www directory, and the game runs fine in the browser.globalId
and/or title
they can't be loaded in the web version which does check those fields (local version just assumes the saves are correct).www/js/rpg_managers.js
file, find the isThisGameFile
function, and comment out or delete a few lines, like this:DataManager.isThisGameFile = function(savefileId) {
var globalInfo = this.loadGlobalInfo();
if (globalInfo && globalInfo[savefileId]) {
// if (StorageManager.isLocalMode()) {
return true;
// } else {
// var savefile = globalInfo[savefileId];
// return (savefile.globalId === this._globalId &&
// savefile.title === $dataSystem.gameTitle);
// }
} else {
return false;
}
};
The save file is indeed right after the intro, so you probably wanted to link file2 as Pervy Sensei said.I started a new save and downloaded the game again. I still have the Problem idk if the new safe helps.
but my game screen also goas black if i want to change audio for example so i think its a game problem and not a save problem.
my new gpu came and since i installed it the bug disappeared so i think my old gpu was broken, which still is wierd since i didnt have any problems in other games.The save file is indeed right after the intro, so you probably wanted to link file2 as Pervy Sensei said.
What step are you stuck at?how to complete umah quest?
well i killed Dasan and nyer love rout block
plz help
I haven't reached this state in a new save after last update but Nyra no longer needs to be your wanita to help with Umah according to changelogWhat step are you stuck at?
If I had to guess, Umah is in her cage and you need to sneak the water into the food. I guess this because it's the part that that bottlenecks for me at times.
In order to get Nyra to be your wanita, you have to have sex with three out of the four other women in front of her. So Nyra needs to be cooking at the fire, then you have to have sex with three different women in front of her. (Tia, Ayita, Hiba, or Raaisha).
After that talk to her in the day and she will ask you to claim her. After that she will be willing to sneak the water into Umah's food.
i did what you saidWhat step are you stuck at?
If I had to guess, Umah is in her cage and you need to sneak the water into the food. I guess this because it's the part that that bottlenecks for me at times.
In order to get Nyra to be your wanita, you have to have sex with three out of the four other women in front of her. So Nyra needs to be cooking at the fire, then you have to have sex with three different women in front of her. (Tia, Ayita, Hiba, or Raaisha).
After that talk to her in the day and she will ask you to claim her. After that she will be willing to sneak the water into Umah's food.
ok how if you know plz tell meI haven't reached this state in a new save after last update but Nyra no longer needs to be your wanita to help with Umah according to changelog
i did what you said
then i discover she'll not cooperate with you because MC killed her son this is why i said love rout block
no i don't have dinner option?I always get Dasan kicked out, and I always later go duel and bury him. I have never not done it that way. I am pretty sure if you keep Dasan in the camp, Nyra just automatically helps you.
Is Nyra cooking dinner for everyone at 6:00 pm? (She might start at 4, but I think it's 6.) Have you had sex with three out of the four woman in front of her? Do you have the option to ask her to to give Umah dinner?
I think you may have to get 3 or 4 BJ's from her as well.
Regarding the new way of getting Nyra to help you, I can't help you, I have never done it.