PCRPG Demo 1.1b


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

Comments

Log in with itch.io to leave a comment.

(+1)

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:

  • cat’s Charge can miss
  • Damage received by Snowy while using Snogard and grit-based damage reduction is often neither =100 nor =100-grt/4
  • Using stats magnifier on an enemy gives a “yo you broke the game” speech text, but the game goes on just fine.
  • after using hard mode on Helper, it doesn’t reset his stats when resetting skills.

All of this was observed in the previous downloadable linux version, though.

Great game btw, thank you for making this.

(1 edit) (+1)

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.

(+1)

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.

(+1)

Ah, yeah. AGI explains it, then. AGI is added to the very end of damage (after DEF is calculated).