Upcoming turn-based RPGs and Tactical games from RPGWatch list 2024.

This year’s list has plenty games. Although one has to bear in mind that RPGWatch database often contains only guesses about release dates. Where I could, I tried to find more information, but often I had to fall back on this unreliable source.

As a reminder, this list mentions games that interest me personally, which mostly mean western, isometric and turn-based. Because of this, let’s do away with two most-awaited big releases: Dragon Age: Dreadwolf and Avowed. Both hold little interest to me. Well, maybe I’ll check out Dragon Age for old times sake…

Continue reading

Upcoming turn-based RPGs and Tactical games from RPGWatch list 2023.

The coming year looks interesting in terms of RPGs, but almost all releases that really look promising were already mentioned in my last year’s post, they just didn’t came out in 2022. The new additions to RPGWatch’s upcoming releases list are less impressive, especially among “real” RPGs (tactical games are maybe more interesting).

Let’s begin with the obvious: b>Baldur’s Gate 3 and Warhammer 40,000: Rogue Trader are THE top dogs in this year’s “RPG of the Year” battle, and everyone already knows about both, so there is no point mentioning them further or speculating on the true release dates. With that in mind, let’s move on to less shiny releases. As always, I only write about games which I might find interesting – which mostly means isometric turn-based RPGs and tactics, or at least something with promising mechanics or non-standard setting.

0. Note

Release dates are from RPGWatch, and can be unaccurate.

1. RPG.

Continue reading

The story behind The Bug: undying Cairn Wights

Original post at Pathfinder CRPG – Wrath of the Righteous page in Facebook.

Creating computer games is a tricky business, and all good tricks include a lot of smoke, mirrors and hidden trapdoors. Sometimes, though, the smoke gets sucked into the trapdoor and the assistant’s twin walks head-first into the mirror because she can’t see anything. In the case of computer games, this usually leads to bug reports. This series of posts offers a behind the scenes look at some of the notable bugs in Pathfinder: Wrath of the Righteous.

Pathfinder tabletop system is incredibly complex. It includes a huge number of interacting rules and content based on said rules, which sometimes overrides them and creates special cases. Because of that, even a simple question like “how much damage can that character do” requires complex calculations. Of course, we make these calculations whenever the character attacks someone, but that’s not the only time when we need minimum and maximum damage values.

Continue reading

Turn-based mode in Pathfinder: Kingmaker

So, both me and Razgriz were pretty silent for a long while. Sorry about that, changes in our lives, etc. etc. I, for one, joined the illustrious Owlcat Games studio to work on Pathfinder: Kingmaker and future CRPGs. Here’s an article I wrote about my experience on adding turn-based mode to Pathfinder: Kingmaker, which is what I, along with my colleagues, were working for quite a while:

https://www.kickstarter.com/projects/owlcatgames/pathfinder-kingmaker/posts/2930560

Effectively storing arrays in Solidity.

I’ve been doing some work with Ethereum blockchain recently, and the idea I worked on requires that we write a relatively large array of integer values in smart contract’s storage. Now, most tutorials warn you not to store a lot of data on blockchain, because it’s very costly. But how much is “a lot”, and at which point the price becomes too high for practical purposes? I needed to find that out, since we really needed this data on-chain.

For a quick approximation, let’s have a look at a wide-spread type of contract, ERC20 token. At the very least, it stores a mapping of addresses to token holders’ balances. The address is a 20-byte value, and the balance is usually 32 bytes, so we have at least 52 bytes per token holder, which in reality translate to 64 bytes, since the storage in EVM is parceled in 32-byte blocks. A somewhat popular token can easily have 10000 or more holders, so our estimate that it stores about 625Kb of information. That’s quite a lot, actually – more than enough for our purposes, since by our estimates, we only needed to store maybe tens of kilobytes!

Naive approach

So, let’s go ahead and pass that data to EVM and write it down to the storage:
Continue reading

RPGs and Tactics 2018. Part III: spiritual successors galore, a tale about a stolen sun, and more

The criteria for inclusion of a game in my list is specified in Part I. Continued from Part II.

2018 seems to be a year of spiritual successors. Not exactly sequels – for copyright reasons – but games that draw directly and unashamedly on a single source, rather than the whole corpus of “old-school RPGs”, as was often the case in the previous years. Whether any of those “successors” prove to be of any worth remains to be seen.

Continue reading

RPGs and Tactics 2018. Part I: Already released.

I decided to post my yearly overview of released and upcoming RPGs and tactics in English this time. Some explanations before I proceed further.

This list will only included games released, or announced for 2018, and only those games that I consider to be of interest to me. This means it mostly consist of turn-based and/or isometric RPGs and tactics, though sometimes I make exceptions for high-profile games or titles I consider to be interesting because of something else. However, there will be almost no mentions of non-tactical JRPGs, as I’m completely uninterested in the genre and can’t provide any comments on it, as well as most action-RPGs, including AAA titles. Oh, yeah, and the list is text-only, but with links to game’s site, for the sake of brevity.

Projects that I consider to be the most interesting are marked with ☆ sign.

With that in mind, let’s recount what titles have already been released in 2018 at this point.
Continue reading