PCRPG Demo 1.1b
PCRPG » Devlog
A small update that fixes a major bug in the demo related to the help window text rendering code. This will likely be the final demo version of PCRPG unless another major bug is discovered. Expect a Kickstarter update tomorrow.
PCRPG Demo Version 1.1b
- Fixed a bug that caused text to continue to render even when the help window it corresponded to was closed, resulting in gradual performance decreases over time (previously referred to erroneously as a "memory leak")
- Fixed a bug where help window text would sometimes scroll even if it fit entirely into the text box
Files
PCRPG1.1b-win.zip (old version) 142 MB
Jan 03, 2022
PCRPG1.1b-linux.zip 149 MB
Jan 03, 2022
PCRPG1.1b-mac.zip 271 MB
Jan 03, 2022
PCRPG1.1b-web.zip 155 MB
Jan 03, 2022
Get PCRPG
Download NowName your own price
PCRPG
Turn-based RPG combat but fun
Status | Prototype |
Author | ebolite |
Genre | Role Playing |
Tags | 2D, chiptune, Funny, Pixel Art, RPG Maker, Singleplayer, Skeletons, Turn-based, Turn-Based Combat |
Languages | English |
More posts
- PCRPG Demo 1.1d + PreviewJul 18, 2022
- PCRPG Demo 1.1c & UpdateJun 14, 2022
- Only ONE WEEK Left on Kickstarter!Jan 02, 2022
- We Hit $2k on Kickstarter!!Dec 23, 2021
- PCRPG Demo 1.1a3 HotfixDec 21, 2021
- PCRPG Demo 1.1a2 HotfixDec 21, 2021
- PCRPG Demo 1.1aDec 19, 2021
- PCRPG Demo 1.1 & Kickstarter UpdateDec 19, 2021
Comments
Log in with itch.io to leave a comment.
nice fix.
Playing the local non-web version now, deleting a save causes an error message after a moment. “Uncaught SyntaxError: Unexpected token o in JSON at position 1”.
Things that may or may not be intentional:
All of this was observed in the previous downloadable linux version, though.
Great game btw, thank you for making this.
Thanks for pointing all this out! Especially the save deletion bug. I dunno why that's a thing now, I know I tested deleting saves in an earlier version, so I'll have to look into that. Cat's charge and the stat magnifier are both unintentional, but now that I think about it being able to view the enemy's stats might actually be useful, so I'll look into adding that later.
A possible explanation on the Snogard interaction is that DEF multiplier always applies at the end of damage calculation, so usually you'll take significantly less than 100 damage. Also, the Helper thing is entirely intentional.
Edit: Helper's +3 ATK skill also stacks forever after resets. The idea behind letting this exist is that it baits players into trying to make Helper viable. Even with +300 ATK, he is still horrible.
I suspect that the Snogard thing has to do with agi being added in the end. When I attacked Snowy with my party, one of them hit for 100-grt/4, probably the one using the accessory setting agi to zero. Or maybe that was just a coincidence. But yeah, the damage is always 100 or less, so it’s no punishment compared to how it could always be 100.
And here I was thinking Superpower would just be the “easy mode” corresponding to “hard mode”. Same with conjuring cheese and eggplants. If I were to abuse these, I could just as well go ahead and edit some conveniently named json file to boost some stats and save myself some time.
There’s also the possibility that Helper would fight the party if you make him too powerful. Which keeps you from spamming Superpower…. or makes you use Superpower to see if something happens. Well I guess now I know nothing happens.
Helper’s magic skills not showing up because he doesn’t have a magic category is probably also intended. It’s a good joke. I could have added about half of Helper’s skills to that list.
Ah, yeah. AGI explains it, then. AGI is added to the very end of damage (after DEF is calculated).