Game Design, Programming and running a one-man games business…

Campaign Battle Frontiers

My latest playtesting has convinced me to change the way ai attacks happen in the upcoming GSB campaign. Previously, there was a complex system involving local threat levels, which changed over time based on the strength of your fleet combined with the number of enemy-controlled systems linked to your world by hyperspace warp tunnel thingies.
And that works fine, and its cool, and mostly staying.

But what was happening was that you would conquer a system, push forwards and conquer the next system, and there was still a threat ‘behind the lines’ to recently conquered worlds. That was fine too, but I also coded a little ‘unlikely but possible sneak attack’ system whereby any of your worlds could get attacked at any time. If you didn’t have a big fleet sat there, this would be unopposed, you would lose the system, and maybe now have a gap in your supply lines.

Frankly, in game terms, this is a pain in the exhaust-port. It’s frustrating and annoying to lose a system behind the lines, and it’s wasteful to keep a fleet in every system just in case. The good old ‘pushing-back the frontier’ system is better.

I’ll keep the gradually lowering threat level thing, but ditch the sneak attacks. Once you have conquered a world, and parked a big-ass fleet there for a few turns, you can mvoe on and not fear losing it. It is, after all, a big map to conquer.

On an unrelated note, can whoever codes the cursor stuff at ATI get their shit together please? Multiple monitor setups in windows 7 are basically chaos with an ATI card. Random cursor corruption when swapping monitors, and an invisible cursor if it goes into text carat mode and back again on the secondary montior… These are not new bugs, from what I read, so why are you tweaking drivers to get an extra 1 FPS on starcraft when you should be fixing basic windows functionality? Bah!

Gratuitous Mac Battles

IT IS DONE!

At last, you get to blow up spaceships with the approval of steve jobs. We wouldn’t do anything without the approval of steve would we?

Clicky here to go to redmarblegames website and grab the Mac version of Gratuitous Space Battles.

http://www.redmarblegames.com/gsb.html

Tell your friends! Tell your enemies! Tell random people in the street who look like mac owners! (feel free to retweet this too…

Campaign Repair update

When I started designing the campaign, I put in code for repairs to ships, where you could repair individual pieces of damage. An attack on a ship might damage a module, doing 25% damage to it. You could repair just that specific piece of damage, if you so chose.

The idea was that rather than just clicking ‘repair this ship, 1,240 CR’ you could spend less, if funds were tight, and just repair critical modules. I wrote a ton of code to generate slightly silly technobabble descriptions of each piece of damage. All of this is in the campaign and working.

In practice, when testing the campaign I find myself invariably repairing the whole ship, or if funds are tight, just leaving it to the next turn when funds are available. The fancy repair interface is a bit overdone and over-engineered. However, I see no good reason to remove it entirely, it’s kinda fun, and allows micro-managing for those who want to, so it’s staying in.

Something that did change today is the cost of repairs halved. Previously it was the same as construction. If a module cost 400CR and took 25% damage, it cost 100CR to fix. Now it’s 50CR. Why the change?

Well in practice, repairs are reasonably rare. It takes time for ships to retreat, especially cruisers, and in battle, by the time you realise your fleet is screwed, the chances of all of them managing to turn 180 degrees and warp out are quite low. You often lose half the fleet during the retreat, unless you make an instant judgement at the first sign of the enenmy, and call an instant withdrawal. Combined with this, there is is the issue of repair yards. Not every system has them, so the damaged ships need to make a few warp jumps back to the nearest connected repair yard, before they get fixed up. By the time you do this, you might as well build new ships.

So….. Repairs will be cheaper than new build. I think it balances out better this way, and it makes sense in gameplay terms anyway. The real frustration should be logistics, and having retreated and thus given up territory, rather than resenting the cost of repairs. I’m aiming for a ‘company of heroes’ style mechanic, where its sensible to retreat and fight another day, if outgunned.

Ransomware cheap DLC

I was looking at a certain games portals ‘new releases’ list recently and saw tons of tiny bits of DLC for under 3 dollars. Very cheap. I assume that this stuff makes money, or at least breaks even.

It got me thinking about the possibility of similar priced DLC for GSB. I’m not especially keen to do any more fully fledged expansion packs. I did three, and you’d be surprised how much work is involved in adding new weapon types and modules. The game is hugely involved now. The weapons for the order took ages to balance. The swarm was easier, but they still took a while.

Right now, I’m 100% dedicated to the GSB campaign game, which is horribly complex to code (yet pretty simple to play, it’s not galciv or anything like it). As a result, I’m not about to make any new module types or other gameplay-affecting stuff.

But then… is there a market for just new ships hulls? Either more hulls for the existing races, or maybe another new race, but one with no specific new tech. Just new visual shiny basically. Would people be interested? To do a whole new race costs a lot in artist time (and some cliff-time for the damage textures)., but if I could find a way to make it break-even, I’d do it. I love designing the ideas for new ships. It’s mostly artist work, so I can keep working on the campaign.

Has anyone ever run, partaken in, or seen a ransomware model working? The idea is that people pledge money (and actually hand it over, it’s not just a promise) to a third party. When that amount reaches $X, the product is produced, and released (presumably for free?) and the developer gets the money. Kind of like donations, but with a target.  If the limit isn’t reached, I assume the people get their money back. I hear people talk about this idea, but I’ve never seen it happen. have you?

Shield Support Balancing

GSB recently got a shield support beam. This was a groovy empire-frigate-only weapon which remotely boosted the shield power of friendly ships. It was criticised as being too powerful. Not surprisingly, people experimented with minimal cruiser fleets boosted by a huge swathe of support frigates using the beams for mutual reinforcement.

Surprisingly, this turns out to actually be super effective in comparison with filling those frigates with weapons and other useful stuff. I spent a while playing, and analyzing player challenges where it was claimed the SSB is just *too* good.

So I nerfed it badly to see what was needed to get the sweet spot for this new weapon. Serious nerfing of the transfer rate was tried. Then serious reductions in the amount that would be held in capacitors. Still, the SSB seemed awesome, in large numbers.

Then, eventually, I concluded that it was the mechanic, not the numbers that caused an imbalance. The SSB was being used regardless of the state of the target ship. It could be under intense plasma fire, and be ECM jammed, and still shake offf all attacks thanks to 6 or 8 SSBs boosting its shields. I wanted a single SSB to be worth having, but at any reasonable level, the combination of 8 then became a super-defence.

So my currejnt thinking (under testing now) is to nerf the SSB by reducing two key stats (beam rate to 20, recharge rate to 20), and also introducing three restrictions:

  1. The SSB can not be used to reinforce ships if the target ship is currently ECM jammed.
  2. Only a single SSB can be utilised on a target ship at any one point in time (although they could take turns).
  3. The SSB can only be targeted on cruisers.

I think this is the solution, but feedback is much sought. After all, I stupidly thought it as balanced already :D Ideas?