thomasdussel
Newbie
- Sep 18, 2022
- 21
- 3
- 104
yea tested it with new ram same problem.Guys, it's NOT the game.
You're having RAM issues.
yea tested it with new ram same problem.Guys, it's NOT the game.
You're having RAM issues.
show screenshot where option menu is pleaseKeep trying to interact with the corpses. It doesn't quite look and feel the same as other defeated enemy interaction, but it is there.
Go into option menu and disable quick battle. Then use the feign death potion to auto lose
this game is non linear and you can do quests at any order.
if cheating XP/levels broke the game then so would doing certain quests later in the game
cheating XP does not break anything.
And there is nothing you can miss on by being overleveled thanks to feign death potion and disabling quickbattle (if you are into NTR).
Go into options menu and enable quick battles
show screenshot pleaseJust turn off auto-battle in the options.
Yea. It's sort of a hassle to look for Healing stuff and stuff that's gives temporary buffs like Armor Potion, Contraceptive, Holy Water. Also Coin Pouch, Brigand Pouch, and Thief PouchI would love to see healing items get their own category in the items menu.
Healing tincture is presently near the top.
Potion near the middle.
Antidote near the very bottom.
Either list needs to be rearranged or new category should be added.
Having the option to sort by alphabetical order is already a blessing. Chyos already did this with Relations List, so it could work with Inventory.I would love to see healing items get their own category in the items menu.
Healing tincture is presently near the top.
Potion near the middle.
Antidote near the very bottom.
Either list needs to be rearranged or new category should be added.
I agree on the thick potionBut you already ally with him officially, he gives you he's bastard daughter in exchange you do what he wants even the bad choices
As for dream addons is the thick potion for every single female character even for characters like Claire, Tia, Katherine etc every girl needs to be bigger
Can you give me some more info on what exactly happened so that this error came up?View attachment 4335854
Also does anybody know how to fix this?
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 problemHi 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 problemSo 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.