Category: Design
The main problem for a game developer (these days) is that the gamer is (typically) far more savvy and gameducated (yep, made up word) than us lucky first generation gamers were. We were grateful for ‘go collect a cargo pod’… Read More »
Ah, yes. The ubiquitous and ever present ‘Go to System X, and collect a cargo pod for me’ bland, vanilla ‘mission’. Well, now Dom can support it 🙂 A minor, almost trivial point for any game player and/or space game… Read More »
Another gameplay milestone feature is now underway: Missions! Having put my rendering engineers hat to one side, I picked up the gameplay programmers hat and made some tweaks to the Combat Escalation scenario, improving things here and there, adding ‘variation’… Read More »
The final chapter in this round of dev on the NPC Pilot AI; While there is plenty of work still to do to make this ‘super awesome’ I’m well pleased with how it’s turned out. Pilots can; Scan for nearby… Read More »
Ok, so I don’t actually own a HOTAS joystick, or even a joystick. I have a keyboard, mouse and somewhere buried in a draw, a gamepad. This is deliberate. For although I do enjoy ‘other space combat games’ I have… Read More »
More combat/gameplay development! If you can’t stand my drawl, then read on… This episode sees improved ‘target awareness’ and predictive firing, so now these pesky NPC pilots are becoming a bit more of a challenge/threat. The entire system is proving… Read More »
Man, I am so enjoying Dom Dev at the moment 🙂 Rounding off the initial Pilot / NPC AI, Collision detection and basic combat has spurned on a lot of changes to the UI which have been long planned, or… Read More »
It’s been hard to find spare time for Dom Dev of late, hence the dry spell of updates here, but good news… With the collision detection now in (and not perfect, but well engineered and adequate to the task) gameplay… Read More »
It’s update time, and although I’ve nothing suitable/visual to show there’s been a fair amount of progress on the Pilot NPC/AI code of late. I can confirm that I have now been attacked (and thoroughly ass-whooped) by a pack of… Read More »
Having abstracted everything nicely, it was time to think about wiring all these tools together. We have the following entities involved; Vessel – should be pretty dumb, and owns systems and reports their status (including collisions) Pilot – responsible for… Read More »