The fix is to get a better PCisn't the game kind of lagging? is there a fix?
Go up the fort path on the right side, the left path is what causes the bug.If anyone can help with either of these, that'd be great.
Also found out how this works.How do you get the thick white ink?
I got the faint white ink, and I talked to the old lady, but she just says something about telling her what happened to this Grisle(?) guy and doesn't upgrade my ink
why not?Why are all this RPGM products female protagonist?
The right-side of the screen is dedicated to show the output of a video player. Unfortunately this video feature is very poorly implemented by playing an invisible full-screen video in the background, copying the frame buffer every frame to a new buffer and finally uploading this new buffer to the GPU as a new texture before finally rendering to the screen. Essentially they are playing the same video four times. The idea of maybe just putting the video player on a higher z-layer somehow never occurred to the developer...isn't the game kind of lagging? is there a fix?
pixi.js
where "500" would result in 2 FPS and "2000" equals 0.5 FPS.i knew it the problem was that standing picture, i was going to just replace some of the picture with blank picture. But this is way better, thanks!The right-side of the screen is dedicated to show the output of a video player. Unfortunately this video feature is very poorly implemented by playing an invisible full-screen video in the background, copying the frame buffer every frame to a new buffer and finally uploading this new buffer to the GPU as a new texture before finally rendering to the screen. Essentially they are playing the same video four times. The idea of maybe just putting the video player on a higher z-layer somehow never occurred to the developer...
There is a second issue related to this method where copying to GPU texture memory is attempted before the video has actually loaded. This results hundreds of errors being thrown by texSubImage2D, and subsequently the right-side of the screen remaining black until a new video starts playing.
I made a patch which limits the number of copy operations to just one per second (essentially you'll end up with 1 FPS video). In addition, the copy operation is skipped until the video has loaded so that you never end up with a black screen.
This modification allowed me to enjoy this game just fine on my ancient CPU. If you want to raise the video frame rate just change the value "1000" on line 545 inpixi.js
where "500" would result in 2 FPS and "2000" equals 0.5 FPS.
Just extract, overwrite and play.
The hut is heading back the way you came into the forest. Should be right off the path on the middle map iirc.where do i go to find the 2 guys that were working in a house with rocks and they said meet in a hut somewhere and i have no clue where it is
tyThe hut is heading back the way you came into the forest. Should be right off the path on the middle map iirc.
Read the thread. So lazy, didn't even bother with a quick search.anyone has save file?
So I've gotten all the endings up to Normal End. After getting the Normal End the game credits run and the game is over. How should I proceed from there to get the True End? Do I reload from before the Begieade fight? I tried that and tried to go to the old woman's hut to upgrade the ink and I can't go back. Do I reload before the Duardo fight to thicken the ink then?Nah. h-stats don't matter. I grinded all titles (there is even additional "Knight of sexual pleasures" after getting them all; saying "there is no coming back"), but luckily they don't affect the story.
I don't know if it's just me but the patch doesn't seem to download for me, instead when I click on it a new tab opens with a bunch of gibberish. I've downloaded similar files just fine on this forum too. Could you double check if the patch is attached correctly? Thank you!I made a patch which limits the number of copy operations to just one per second (essentially you'll end up with 1 FPS video). In addition, the copy operation is skipped until the video has loaded so that you never end up with a black screen.
This modification allowed me to enjoy this game just fine on my ancient CPU. If you want to raise the video frame rate just change the value "1000" on line 545 inpixi.js
where "500" would result in 2 FPS and "2000" equals 0.5 FPS.
Just extract, overwrite and play.
I guess MIME types got messed up on a recent server update of this site. I'll report it. Meantime you can right click -> Save Link As... to save the file directly to disk. You should then be able to open the file per usual with your file browser (Firefox still thinks it is a text file for some reason).I don't know if it's just me but the patch doesn't seem to download for me, instead when I click on it a new tab opens with a bunch of gibberish. I've downloaded similar files just fine on this forum too. Could you double check if the patch is attached correctly? Thank you!
Man I wish the game didn't lag on my com