More Difficult Than When I Thought Things Were Difficult
This post is a status update, which is how I track progress specific to my game. Check out my timeline to see what I've recently accomplished.
Alright, so that title is sort of doom and gloom. Really though, my mood is pretty good. I’m a married man now! On the work front, the difficulty I’m encountering is programming difficulty, which I feel is in my control. That’s always better than art, story, music, sound or gameplay difficulty. Current pain points? Pathfinding, and moving units as a formation.
That said, I have made progress on both fronts. I have a basic navmesh implemented, and formation walking and rotating. Not bad, right? Problem is that it doesn’t look or feel right. There are so many edge case left to fix. Have a watch of my status video to see what I’m talking about.
In short, people can walk, sometimes. Have a look at this navmesh:
Everything appears to work except when:
- You move into a space that has 3 polygons sharing the same point, and then try to come back out.
- You click anywhere outside of the navmesh.
- Clicking inside of a concave polygon, and then outside, will trigger line of sight to break. This may or may not be an issue with
SKPhysicsWorld.bodyAlongRayStart()
And there are plenty more examples where things will break. However, what you see is still a huge accomplishment. I know have a full featured debug system underneath the code, which I can turn on and off with different flags. That’s the overlay you see in the image above. Also, my first attempt at implementing a navmesh results in 30% CPU usage (mainly due to internal SKShapeNode bugs). I was able to bring that down to just using 1% more CPU. I also have a working understanding of A* now, which is huge. So, I’m a better game developer now — it’s just a tough process. Sometimes, it feels like I imagine walking through mud would feel.
Illustrations
Art is moving along nicely. During the first few weeks, things went slow because we were trying to figure out how to make art for an unknown game. Now that things are more defined, art is flying. Have a look at this story scene:
There is plenty more where that came from too. Overall, here is where the illustrations are at:
- 6⁄15 levels
- 15⁄26 characters
- 5⁄15 cutscenes
- 0 / 1 world map
- 0 / 1 start screen
- 0 / 1 camp screen
- 0 / 1 interface
- 0 / 1 polish like rivers, birds, flags, etc
- 0 / 1 marketing materials
Animations
I just entered into a new contract with an animator. She lives in Israel, and so far has been amazing to work with. I’m excited to see the results, and hope that this marks the end of my search for artists. Here is a sample of her work:
She’ll be working on ~26 characters, each with 4 to 6 8 frame animations.
Goals for November
Walking. Sounds simple, but I want it perfect. Every pathfinding bug, and units moving naturally throughout the map. The units won’t flock or avoid each other just yet. But, I’d like to see controlled movement. On the art front, the story will probably be finished, and the first animation contract will be nearly complete by the end of the month.
Thank you
Your comment will be published once it has been approved.
to see the pull request you generated.