Pre-Christmas development update
Time to sum up my latest work on the "This is The End" game. First of all, let's revisit the map edges thing. Even though a map has a fixed size, the player is able to see tiles that are outside it:
Now, as you can see it is not possible for the characters to move onto tiles on the left - that is because these are just graphics added artificially.
All the highlighted stuff are not 'real' tiles.
To make sure that these artificial tiles look correctly, I simply am using the nearest "real" tile type, thus making an impression that the map is longer than its original size. And then I display a semi-transparent image with a gradient on top, to create a fade effect.
Additionally, I modified some of the visuals. I still don't have any new character art/animations ready (hopefully something will come up before end of the year), so I focused on the UI. I made sure that the shield icon for "hunker down" state is more visually distinct. Previously it was using a different color/shadow:
Currently it is having a "plus" sign displayed near to it:
What is more, I spent some time on tweaking the fog of war display. It was pretty rough until now - I simply used a different sprite color on tiles that were unexplored:
I tried different approaches: using shaders, using vertex coloring of a Plane object in Unity - none of them looked correctly.
So I decided to use this small image: (you can barely see it, eh?)
After some rescaling and blurring, it gives a pretty nice effect:
That sums up the progress for this week. I'm attaching an extra gif with a Rogue attacking a rat grunt; I know that there was a similar one the other day, but it still looks cool to me!
As usual I will be happy to hear what you think of the game: let me know in comments or on Twitter at @bryquthedev.
And of course: Merry Christmas to all of you! I wish you all the best in creating your games!
Shardpunk: Verminfall
A tactical squad-based survival strategy game based in a thoroughly stylised pixel-perfect steampunk setting.
More posts
- Devlog #140: Shardpunk is now live!Apr 13, 2023
- Devlog #139: Less than a week to launch!Apr 07, 2023
- Devlog #138: Release date reveal!Mar 24, 2023
- Devlog #137: Can a game be truly fair?Mar 04, 2023
- Devlog #136: Reflections on Next FestFeb 17, 2023
- Devlog #135: hand-holding tutorialJan 27, 2023
- Devlog #134: shelter phase changesJan 27, 2023
- Devlog #133: 2022 wrap-upDec 31, 2022
- Devlog #132: playtests in progressNov 25, 2022
- Devlog #131: combat tactics, and moreNov 12, 2022
Leave a comment
Log in with itch.io to leave a comment.