Game
Survival Shooter
9 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

Path of Kami: The Evolution of the Lore

Another house i made long time ago.

Today I was setting up the location of the first boss. His name is "Father" and he is the first of the Patagonians. His task is to guard the road to the House.🛡🗡 Bookmark pre-launch page🔖🔖🔖

https://www.kickstarter.com/projects/rdvindiegame/the-patagonian…

Shadow The Hedgehog X pixel art

Just a Pico sprite

Sometimes the suction cup get sticky. Small animation I made in Blender after doing my tutorial on picking up/dropping objects in animations. Crate model by jQueary (https://sketchfab.com/3d-models/game-ready-sci-fi-crate-d98deca6…).

The whole squad is here!

Interested? Follow me!

Strange Umbrella

Hi everyone! I started to create some environment props for my new video game, here is a cozy house in the forest. I'm planning to switch from Unity to Unreal... Let's see what new challenges I have to face. Made in Blender and Substance Painter.

Today I tackled drawing different variations of facial expressions for one of the main characters in Eden. What do you think of it? :) Eden: https://gamejolt.com/games/Eden/592698