A half year is gone now since I started to develop my survival game in Unity and C#, so it's time to write a few lines.
I really like Survival-Games like Day-Z and Rust, but I wanted to play the games in singleplayer mode. Play against AI like in FarCry.
So I decided to create my own game. I already realised some of my plans:
-A easy to use Inventory and CraftingSystem
-A building System like in Rust
-Airdrops, Loot Locations, ...
-Basic shooting
-Animals
-Fantastic Day-Night cycle
-Objects like crates, water catcher, ...
-And the basics of a Survival Game
Now I have to take care of the following topics
-Graphics, Yeah the game looks really boring, especially the environment, but I'm on it
-The enemy AI, I want to have a patrol helicopter and soldiers should patrol on the map, also other survivers with different moods should try to survive
-The gun animations should be improved
-A random generated Map, I'm currently working on it(The following pictures are from the heightmap generator, I need to smooth it out a bit but it works fine)
I want to share my progress because it's diffucult to work without feedback.
If you have some ideas to a singleplayer survival game just write them in the comments, you can also write what you would expect or wish from a single player survival game.