Skip to content

Update 1 Report

Update 1 Report published on

Update 1 Changes:

The primary goal of this update was to start fixing up the issue of moving around the map being boring and largely free of important decisions. I started with the lowest hanging fruit in terms of effort to implement.

-Passive traps: Traps that have a chance of occurring when trying to use an action, rather than when walking past them. Makes the risk of doing things clearer, has high potential number of combinations.

-Stat Boost Objects: Locations on the map that permanently boost a player’s skill when used. Meant to promote competition to get there first.

-Attack Objects: Locations on the map that attack all other players in various ways. Meant to make it strategic to hang around them to knock people out at strategic times.

-Changed battle turns before going to the next battle from 2 to 3 (trying to make battles less pure loss for players)

Update 1 Test Results:

Game has not significantly improved from the changes. The presence of mostly Warp attack objects and Stat boost objects in general highlighted a long problem with the game’s PVP in that it’s basically impossible to significantly manipulate other player’s movement. This goes double for the incredible power of combined movement in a party. There are numerous ways to start alleviating this problem: player-created traps, items/skills for slowing other players down, items / skills allowing for temporary boosts in movement, allowing players to attack other players who are passing by them, changing how party movement works, and potentially reducing general mobility. Bears further exploration in a future update.

Unrelated to the changes, testers demonstrated the need for a timer after death to prevent PVP stalemates that drag down pacing.

January 26th, 2014

January 26th, 2014 published on

At some point I was looking over my list of ideas to fix the issues I realized that none of them were some big fundamental change of an idea. They were all smaller ideas, little tweaks to fix it up. I had gotten so used to rebuilding the foundation every time messed up that I ended up trying to do it again when it wasn’t even necessary.

So this is it. This is the fun part of the project. The sweet spot. The part where it all comes together. No more spending months getting a single feature done and moving on to the next. Any given task will take a week at most (probably two weeks). I can jump around effortlessly between design problem, programming problem, and polish problem. Everything will be tested and decided upon as it goes along. Everything has built up to this part of the project. I am so excited.

January 19th, 2014

January 19th, 2014 published on

This week I opened up alpha 2 testing to external testers. Perhaps a mistake considering I had already written off much of the current set up, but I had already scheduled it to light a fire under my feet so I went through with it anyway.

Things learned:

1. You need to fix your interface and other user experience issues before you should expect any useful feedback on the core game from external testers.

I think this one speaks for itself.

2. At some point you need to decide whether you’re a luck-based party game or a hardcore RPG.

The game started out as a luck-based party game and I’ve been slowly struggling to steer it towards being closer to a proper RPG. Despite the struggle, I haven’t really succeeded at draining the party game out so now I mostly have a game that has complicated mechanics that are at odds with rolling the die and laughing at misfortune. At some point if I can’t get rid of the party game, I need to double back and embrace it by drastically cutting the fat out of the RPG mechanics.

3. The new battle system is bad for newcomers and PvE in general. (But still great for PvP)

I won’t explain the battle system in its entirety, but think “Rock Paper Scissors”. Enemies attack in patterns. As such, it’s radically more difficult to fight an enemy for the first time than subsequent encounters. At first I had intended to reveal complete enemy attack patterns or at least enemy abilities to make it have some semblance of charity to new players. Initial internal testing decided that it was kind of fun to learn enemy patterns the hard way. Seeing easy enemies completely wreck new players for the first 2/3rds of their first session (first learning how the RPS system works, then having to learn enemy patterns) makes me think that was a terribly wrong assessment.

The simple fact of the matter is that Rock Paper Scissors is only fun against humans because there are mind games available (enhanced by the RPG changing the desirability of certain types). My gut says revealing enemy patterns will likely make PvE battles kind of boring (available options become highly limited compared to a system without RPS), but will at least fix the new player disadvantage. Further investigation may be necessary, possibly changing the bonuses granted by Weak/Strong types to be something other than a damage multiplier.

————————————————————

Meanwhile my struggle against last week’s problems continued. Not a lot of actual progress on them. I think I’d probably rephrase them as, “man the map part of the game sucks”. Ages ago, probably on this very blog, I made the statement that even though the game looks like an overworld it should play more like a dungeon. At some point I lost sight of that and accidentally made an overworld. So I think that’s like the guiding light for this problem, I need to make the map segment of the game start to feel more like a proper dungeon. I haven’t actually come up with much to achieve that, but that’s kind of where it needs to go.

In my mind an “alpha 3” milestone is starting to form. I see it consisting of interface improvements, revising the map systems, improving the way equipment works, and a completely new main quest. I want it done by March. That’s a crazy deadline that I can’t hope to hit until I actually know what the map revisions should even be.

January 12th, 2014

January 12th, 2014 published on

We finally started completing games under the new system and so far we seem to be hitting the time goal. Unfortunately it has also become clear, especially with the difficulty range reduction, that the quests and general map systems need some heavy revisions. I was pretty resistant to admitting that I needed to sit down for another design revision session (I had hoped I was done with them), but after enough test sessions it became clear that it was inevitable. Let’s walk through all the problems that I’ve identified so far, as I haven’t really formulated solutions for them yet:

1. Not every turn is important.

This is the one pointed out by Sew and was also the one that kind of broke the camel’s back in terms of “ok, I need to deal with this” since improving this was the primary goal of the recent update. While the new systems have made significant progress in this realm, one cannot say that every turn is important. This is a tricky thing to fix in a multiplayer game since you never want to screw over a player so much from bad choices that they become irrelevant for the next 30+ minutes of the game.

At first I started thinking about this problem largely in the context of board games. I started to think that since a player only really has a couple resources to progress on (experience and gold), and that since they both feed into the same progression of total power that there aren’t really many opportunities for players to execute a strategy on the map- ultimately every space gives one of the two resources sot it’s just a matter of selecting their desired risk factor. I started to think about how many board games give players a much larger pool of resources to work with and from there specialize in as needed- giving each turn more relevance to contributing to their overarching plan. It’s certainly one way to fix the problem, but I began to realize I had my head too far up the board game metaphor. Resource allocation isn’t the only way to give importance to a turn.

Most of the subsequent problems tie into this problem, and hopefully solving them will ultimately solve this problem as well.

2. There is no danger. There is no pushing your luck.

Pretty much the staple RPG element of deciding whether to go back to town or keep going is largely absent. There is a limited amount of it present with higher risk node actions, but they lack the element of a long, grueling campaign. It’s hard to give dangerous enemies a presence when you’re only really working with one difficulty area at a time. Crushing the stat growth curve also gave us exceedingly easy enemies for rank 2/3, I need to boost them a little bit.

There’s a few different ways to handle this. Right now my main thought is on returning difficulty areas without actually increasing the size of the map. I’m also thinking about making it more difficult to unlock new areas- nodes that take multiple actions to unlock the next node or something. Not really sold on a solution for this yet.

3. There is no sense of progression, no sense of rising difficulty.

Largely tied to #2.Without more discrete difficulties it’s hard for players to appreciate their own growth.

4. Traps aren’t player’s own fault for pushing their luck too far, but mostly random bad luck.

Part of this is that I need to reconsider the purpose of traps somewhat. They were largely intended to bring a sense of danger to traversal without slogging the game down with random encounters. But with the map being so small it’s very easy for a trap to get placed somewhere that the player has no choice but to go through. Right now the obvious solution is to give players more options to manipulate traps- pay something out to reduce the trigger chance, etc. Not a total failure, it’s already kind of fun to intentionally run past a trap to raise the chance for the next sucker walking by.

5. It’s impossible to determine how hard a given main quest step will be (or anything else for that matter).

Are you noticing that like half of these problems are tied to the difficulty range reduction? It might seem like bringing it back whole sale would fix everything, but the sad reality is that many of the other problems still kind of existed to a lesser degree even when it was in place. There has to be a better way.

6. There’s no reason to engage in the main quest.

Even when players can confidently tackle the main quest line, there isn’t much reason to do so. Only the final leg of it determines the winner at the moment. There’s two competing philosophies of dealing with this: forcing players to complete it, and reward players better to complete it. Forcing players would basically have a turn timer before every objective expires. This has several useful properties: It forces players to co-operate if they aren’t able to deal with the objective solo (which is a great thing- we have stuff that inspires PvP but not as much for co-operation), it sends a clear message to players that grinding won’t fix everything (a behavior that many players automatically drift towards in an RPG, often to their own detriment), and it brings the game much closer to making sure that the 1 hour target time is always hit. The downside is that timers are a very dangerous tool since they require precise balancing in a game loaded with randomization, and a lot of players really hate timers in games. So they’re going to have to be dressed up: give a plot reason, maybe sometimes when a timer is failed it opens a new branch of the story instead of ending the game, etc.

Meanwhile we have the rewarding players option. Giving standard gold/experience rewards isn’t enough, nor is it clear. The rewards need to be unique, but not give such a huge advantage that other players can’t compete. The simplest option is granting unique equipment, items, or abilities. But I’ve been considering a more flavorful options where completing a main quest objective grants the player a special currency. This currency can then come into play in unlocking special options later in the quest. Want to convince the bad guy to stop the plan peacefully, hence skipping the boss fight entirely? Gonna need points for that. Wanna take the princess out of the dragon’s cave using stealth? Gonna need points for that. Want to save a character from dying? Gonna need points for that. It’s a somewhat dangerous line of thought since players ending up in a tight game with even points might lack the plot option they want to do. But it’s something. More than likely rewards and timers will both be used to varying degrees. It’s a matter of figuring out the right ways to do it.

 

And that about wraps up the current problems I’m thinking about. It felt really bad to open up a design phase again since we are so close. At some point you have to admit that the game won’t be perfect and you just need to finish the thing. And I worry that I’m taking perfection to my own grave. But I don’t think these problems will require massive code changes to implement. It’s safe for now. But at some point I have to stop altering the foundation and just get it done. At some point I have to say that it’s good enough.

January 5th, 2014

January 5th, 2014 published on

The stability is finally such that some games are getting completed. The most obvious observation is that the pacing is completely wrong: A 3 player game took 2.5hrs to complete. That’s a long way from the target time of 1hr for 4 players. So I started redirecting my attention to cleaning up the pacing. The most obvious problem was the addition of difficulty areas. The way the game was set up is that the plot quest took place over 3 areas, and within each area were 3 layers of difficulty- each layer blocked off by a boss. This worked pretty well at creating a sense of progression and letting the player know if they could handle a plot quest (if the plot quest is in a medium difficulty area and I just beat the boss to the medium area, then I can probably handle that plot quest).

difficulties

 

 

 

 

 

 

 

But it was also pretty obviously the single biggest time sink. It also had pacing issues in of itself: by the third area the routine became pretty drawn out and players were getting sick of it. The first area also took the longest- partially from players having the least options at that point in the game, partially from the exp/gold progression curve being lowest at that point. Another property worth noting is that since there wasn’t a boss between the third difficulty tier and the next area, the last difficulty of each area ended up skipped over most the time since there were enough non-combat quests that the most optimal way to progress was to always be in the highest difficulty area available. What this meant is that ultimately there were already only 6 difficulty ranges instead of 9. Which meant that doing minor sprucing up like removing the third difficulty tiers or reducing the final area to a single difficulty tier wouldn’t really be enough to hit our goal. So I went for the most dramatic route of removing difficulty areas entirely and reduced it to just the 3 plot areas.

new_layout

 

 

 

 

 

 

 

This seems to be getting closer, but we haven’t yet completed a game with this new layout due to bugs and disconnects. So far it seems like roughly 1hr for 3 players and 1.5hrs for 4 players. Not perfect, but within reason that with additional smaller tweaks we can hit our goal. Right now I feel like the new system is really missing something compared to the old one, but I think the majority of the problem stems from the main quest. The two things that didn’t get done in the alpha 2 push were equipment revisions and doing a new main quest. So having the alpha 1 main quest still in place is dragging the rest of the game down. Making the new one will probably be the next step. Right now I sort of view the current goal is to produce a really good demo build of the game. That mostly means refining existing content, fixing bugs, improving the interface towards playability, fixing up balance within the smaller scope, etc. Once we’re satisfied with a slice of the game, we can move towards expanding and polishing it.