Game
Survival Shooter
10 years ago

More features


Devlog update number 2!

5d0b90c3320c3.png

In this update I have added more features and fixed a lot of bugs.

Added features and buxfixes

  • Equipment system

  • Health indicator

  • Damaging enemies

  • Enemies wave spawning

  • Smarter pathfinding for enemies

  • [BUG] All the clients can now damage enemies

  • [BUG] All the clients can now see the enemies

Planned features

  • Finish enemy system (animation and models)

  • Supply drop system


Detailed breakdown:


Enemy spawning and difficulty

Now enemies spawn based on a difficulty level that are calculated based on speed and damage. If enemies are more difficult they will spawn much less when there are less other enemies. Also enemies arr less likley to spawn if there aren’t many other enemies. At the beginning of every wave the system will calculate what the max enemies should be based on the difficulty of all the enemies maybe later the players their equipment will effect this value

Difficulty, max enemies calculating etc

  • Subject | Formula


  • Difficulty | Clamp (d / (10 / s), 0.0, 10.0)

  • Max enemies | Rand(1, ((difficulty -1) / c) + 21.0)*

  • Spawn Lilkeyness | (o / (diff * 2))

  • Keyword | Meaning


  • d | Damage

  • s | Speed

  • o | Count of other enemies

  • diff | Difficulty of enemy

  • Clamp | Clamping a value between a min value and a max value Clamp(value, min , max)

  • Rand | A random value between a min and a max Rand(min, max)


Thank you for reading this devlog. These devlogs will occur weekly with new features/content!



1 comment

Loading...

Next up

Successful landing

#screenshotsaturday

Werehog transformation process. #sonicunleashed

Back in my art school days I used to ride the 710 COPSA line from Parque Del Plata to Montevideo almost everyday. This is the Marcopolo Viaggio G4 Mercedes Benz model from the late 80s, one of the older bus models that was running on the line.

Why walk when you can jump?

If you’ve played the Vault demo and enjoyed it, please consider ‘liking’ the game page here on Gamejolt and/or leave a comment!

Also please consider tossing Vault on your Wishlist, I really appreciate your support!

https://store.steampowered.com/app/1251800

I mostly build 3D First Person Shooter game mechanics in Unity, and in this I'm just showing C4 mechanics I made for a little side project I am working on! :)

Art made for my friend @ungerbibs . Much love for this <3

Added an exit portal to the maze SRP project. It has a simple effect using scrolling UV's and particles.

Cozy snow house i made a while ago