Dev Blog #10 – On Data Management and What We’ve Changed So Far

Aside from our progress based on the discussion two weeks ago, today we shared some game development tips on how we manage our data using Microsoft Excel. As we said in a previous entry, we make use of spreadsheets as a repository for all the data that drives the game, so that it would be easy to manipulate and export into LUA files that the game actually uses.

Naming and Localization

An Excel file would have various tabs that relate to various things that are in the game, such as Minions. Each piece of data is related to one object in the game and follows a specific naming convention. For example, a creature called Tusked Apes in the game would be named “fact02_unit02”, since it’s the second unit in the second faction. We’d have records for “portrait_fact02_unit02”, “icon_fact02_unit02”, and so on. This allows us to quickly change things (like rename to Angry Apes?) without having to go through each of the records. It’s easier to cross-reference.  But in terms of powers, we went the other way and decided to be more straightforward. We follow “pow_mountedguns” or “pow_invisibility” as our naming convention, but it’s still a systematized and reasonable way of naming and understanding things. This also makes it easier for us to localize the text later on.

Unit Stats and Costs

In terms of assigning units stats, we rearranged the data sheets and implemented a new two-level data management system in the last few days. We have base stats for Attack, HP, and Movement which are scaled in reference to each of the units. This is the first step in balancing: how strong or how weak compared to everyone else do we want our units to be? The next step is to say: how strong do I want attacks to be in general compared to everything else in the game? Then we’d multiply it by a constant to get the actual stats that we see.

After some playtesting we get two kids of feedback: 1) If a unit is too strong or weak, we change that unit’s base stats. 2) If a player thinks that attacks take too long or are too weak, then we change the constant so that all units become stronger. This way we can very quickly make adjustments, especially when we add more units in the future.

We use the same system in deciding the unit costs. How much do we think control points should be worth relative to others, and in general? We first created a basic rule that we can later on adjust when we know which powers are stronger or weaker than others. The formula is based on all the stats for each unit, rounded up to the nearest multiple of 5, to make it easier for players to remember.

Gameplay Changes

We spent some time adding in a lot of building types in the game with various fun abilities. However, we realized that it was less fun to have more stuff. We want players to make great, important decisions, not a  thousand little tactical decisions. So we reduced the number of buildings with a substantial difference compared to the others.

The way buildings work now is that you can only build on a hard point if you have a unit with a build ability. All heroes can build, but there are some units such as Highborne engineers who also have the same ability. However, they can only build one kind out of the four racial building types (Human, Highborne, Goblin-Orc, and Kobold). These buildings can be upgraded along the racial type’s build chart.

We’re also adding in the concept or portals. Before, we had a rule about only being able to build on cities and ports which no one understood. These would now be removed from the game, and replaced with Portals.

We’ve also added a bunch of little changes, like additional animations, art changes, and updated UI.

Meanwhile, we’ve realized that most of factions that are too similar and have the same unit types. One of the things we should change is to create factions that have specific strengths and weaknesses.


Dev Blog #9 – Why is Last Regiment not fun?

Is this fun? Do we like this? Are we happy with this?

Lately we’ve been receiving feedback from the people playtesting and those who saw the progress on stream that the game doesn’t seem to be interesting or enjoyable. When you get to that point, you have to stop and ask why. This is very concerning, and so we gathered the team for a ‘come to God’ meeting on what we should do about it. There were two options: 1) cancel the project, or 2) barrel down to what those reasons are and find out how to fix them in a systematic way. This is a decision that we often have to make when developing a game, and for now we chose to keep fighting and go with the second option.

Here are the reasons why the game wasn’t fun:

  1. There is no turnaround event. This is a big problem, and it was similar to what we encountered with the early versions of Legends of Callasia, and solved later on by adding cards as a feature. You knew relatively early in the game whether you were going to win or lose. For the players to have fun, everyone should still have the chance to win even when it’s pretty close to the end of the game. During our games, it’s clear what’s going to happen next, and you just keep building and summoning units until someone wins.

    In Legends of Callasia, cards can turn the tides of battle – such as War Industry to convert you or your enemy’s structures; or even a Territorial Oppression card, which can be used to occupy structures and cities, in one turn.
  2. There are so many things to think about. The process of figuring out what the different options are and understanding them is time-consuming. Right now, 45 minutes of gameplay seems long, though there are several games which take longer but are still fun. It’s tedious not because you have to think too much, but because of the constant struggle to get more information. For example, when you have a unit with a long list of abilities, you’d have to click each ability one by one to know what it does. And there are several factions available too! While it’s true that playing the game enough would help you know what all these abilities are, it does provide a steep learning curve for newer players, and it might be a better decision to just have one or two *defining* abilities for each unit in the game.

    The abilities of both the unit and the structure it is occupying can be overwhelming.
  3. There is no midterm goal. Currently there are clear short-term goals (summon this unit, capture this building) and long-term goals (destroy all enemies, take over everything). This lack of midterm goals was also a problem in the early version of Legends of Callasia, and our solution was to create the concept of kingdoms (a group of territories) which you can capture completely for more resources and points. This would be difficult to do in Last Regiment especially with its hex-based maps, and it doesn’t really match what we’re trying to do. So how do we create something that’s visual and gives players a sense of accomplishment?

    There is no midterm goal of conquering kingdoms, or building your own structures, which are already pre-made in the map.
  4. There is low sense of player agency in not allowing you to build your own things. Right now it’s dependent on the person who created the made the map. If there’s a farm on a certain hex tile, you can’t do anything about it. Players do not have the power to define how their structures are placed, and that would have been a strategic decision that would contribute in making the game more fun. Another source of confusion is not knowing when you can summon units, which is only allowed when you have occupied all hexes of a city. Players would assume it’s a bug when they cannot build a unit – it’s something that is not currently explained when you first start playing.

What can we do to fix these?

  1. We thought we’d first address the issue of building – maybe if we solve this, we’ll be able to solve all the other problems we mentioned. Instead of having premade structures, we can instead have builder units and upgradeable spawn points for buildings. It would give players a larger sense of agency so they can start defining how they want their world to be built. This would also address the lack of midterm goals. Right now we’re looking at making the heroes of each faction have the Build ability in order to ensure that each player has a builder and would be able to build structures.
  2. Simplify stuff. We need to have units with fewer abilities so that players have would have less to think about and instead spend more time making more strategic decisions. It should be clear enough what units do, where they can summon them, and how they can win the game. In terms of spawn points, we will be limiting the classes of structures by tying them with the races, instead of the factions where the lore is based. One of things we’ll also do is to remove docks, and instead allow ships or water-based units to be summoned on spawn points next to the water.

    The Temple of Death was designed to look like an Orcish religious element, composed of corpses powered by death magic and fungus.

Aside from these, we’ll have to continue balancing the game. We realized that after ending the turn, your resources are immediately replenished and you can continue to summon more units on the next turn, which makes the game become less fun.

In line with simplifying the game, we’d like to have fewer units with more interesting choices – like in Legends of Callasia with only four heroes per game making it nice, snappy, and strategic. In Last Regiment, you are pressured to move and build units quickly, which makes it less tactical.

What we plan to do is to adjust summon costs for units (some expensive, some cheaper) as well as increasing the resources cap, but decreasing the rate at which they fill. This would hopefully motivate players to do some other actions to get their resources up, and afterwards make the strategic action to attack or use their abilities.

We also want to create more spells that are buff-based as opposed to just doing damage, to make it less about bombarding with lots of units, but more of using specialized units intelligently.

Hopefully by next week we’ll have progress for some of this stuff and playtest if they work. We’ll also create at least one new bigger map and bring in more players to test. We’ve also been doing some changes to the art, so you can also look forward to that!


Dev Blog #8 – New Factions and other changes

It’s been a while since our last update (more than a month actually!) but while Chris is away, the rest of the team has been happily working and making changes to Last Regiment.

However, one thing we should point out about game development is that what it looks like from the inside is different from what it looks from the outside. There are several things we’ve added and changed to the game that won’t be obvious when you look at it from a player’s point of view. A lot of what we’ve been doing a lot lately is implementing a lot in the back-end which you can’t see, but it’s critical before we add anything else – such as setting up rules before we can program the AI.  So aside from that, here are the more obvious stuff that we’ve done in the past month.


New Factions and Units

We’ve added two new factions, making it a total of 8 factions so far (and we’ll add more later on!):

  1. The Tirezia faction is large agricultural community in a sheltered valley near the colonial settlement of Redkeep. With Guildmaster Silvio Longfinger as its main hero, Tirezia includes units such as Clockwork Footmen, Harvest Spirites, and Enraged Peasants.
  2. Mugroot is a massive forest of gigantic diseased fungus, overrun by the Infected. This infection was brought about by a particular Orcs who prayed to the God of Death to unleash such power. They have units such as the Mindless Thing, Deathly Legion, Halberdiers, Lancers, Sporebeasts, Rotwyrm, and more.

Updated Abilities

Some new abilities were added such as Embarking, which allows units to move across water tiles from the docks. Structures also have abilities of their own: Windmills boost the amount of gold you earn; Cathedrals allow you to heal; Inns provide buffs to your Attack; and so on.

Art and UI Updates

We’ve also updated some of the UI such as when forming your regiment (which now requires you to select a hero in order to get heroes from that faction), the multiplayer lobby, selecting a map, and a working chat window. There are also some little changes that improves the game visually such as making the tiles and map art two times bigger, and intuitive highlighting for hexes during movement.

Gameplay

We still do daily multiplayer playthroughs of the game to test out the new units and abilities we are adding. During the resolution mode, all abilities take place first such as ranged attacks and spells. Visually they appear sequentially, but they are all happening simultaneously. After this phase, unit movement and melee combat follow. You can replay the multiplayer game from our livestream through the VOD.

Our Current To Do List

Based on the live playthrough, here’s what we need to do next:

  • Continue making improvements based on feedback from Legends of Callasia and address issues such as how to simplify game mechanics and communicate them clearly to the players
  • Fix weird graphics bugs and visual effects
  • Rebalance units and adjust powers for the new factions
  • Build more maps for playtesting
  • Look at different win conditions to add
  • Research on how we can integrate tournaments and other external social features within the game
  • Get the build ready for the upcoming conventions this September
  • Put a schedule together on when we can have Early Access (hopefully by January 2018)

Overall, our main goal is how to make this game FUN – and all the feedback we can get is very much appreciated. We plan to show more of our progress next week, and hopefully we can get back to our original weekly schedule.