🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

FNZ - Four vs. Thousands in Zombie Survival co-op

Started by
4 comments, last by FarNorthRichard 5 years, 7 months ago

Hi everyone!

I'm one of the developers from Far North Entertainment. We are a startup studio based in Sweden. We have been working together for three years and are currently developing our second game, a sandbox game in a post apocalyptic cyberpunk setting where you explore the world and find materials for crafting tools to help you survive against thousands of zombies! We have been working on this project for about four weeks and have taken inspiration from other games such as Project Zomboid, Terraria and Left4Dead and we are trying to gather feedback to determine in which direction we are taking it.

Our Project page:

 

AlleyRumble.gif

The Gameplay

Features:

  • Online Co-op Multiplayer: team up with your friends, or go solo if you dare!
  • An open world: explore the world and scavenge it for objects and materials that will help you survive.
  • Crafting: use acquired materials to forge new weapons and armor or modify your existing arsenal.
  • Build your bases: build bases of operations where you will be able to craft, plan your next destination or simply catch your breath in between your encounters with the Infected.
  • Hordes of thousands: thousands of Infected can be simulated on screen at the same time. Make sure you have an escape route or enough ammunition in an encounter, otherwise your death is certain.

The gameplay centers around you exploring the world, trying to find and gather materials that can be brought back to your base and be used for crafting tools that will help you survive.

 

Our goal with the Infected is to have a dynamic threat that can create emergent gameplay scenarios where, in one instance a street you cross is completely empty only to be crowded with Infected shortly afterwards, thereby forcing you to plan a different route to circumvent them or try to blast an opening and push through them.

 

This means that communication between you and your friends will be key in order to survive encounters with the Infected. You could have a friend draw the attention of the Infected away from you while you gather resources to take back to the base, or have a friend desperately  firing of a shotgun shell, in a small encounter, drawing the attention of a large horde and dooming your entire team.

 

StagedPostMaterial_Image_2.png

 

StagedPostMaterial_Image_3.png

 

We also have a DevLog on Youtube which I thought I'd update this thread with, in addition to the written updates about the game's development progress.

 

 

 

We would appreciate any feedback on the game, I look forward to take part in it!

Advertisement

We have a new DevLog out!

 

In this DevLog our game director talks about:

  • Grenades, a new weapon type that kills a lot of zombies at once and is also very good at drawing their attention.
  • Reviving fallen teammates, it is now possible to revive teammates that have fallen in combat. Reviving a teammate leaves you vulnerable, so make sure the area is clear first!
  • Inventory, we now an inventory system in place. This makes it easier to manage anything you have collected during your exploration. It also allows for trading items between players.

We are also working on improving the death effect for zombies, implementing laser sights to better visualize where players are aiming, adjusting the camera shake effect, healing items and environmental destruction.

A wild DevLog appears!

For this DevLog we have a couple of new exciting stuff to share!

Features:

  • Crafting: we now have a crafting system working in the game. You can craft different tools depending on  what materials you come across while exploring.
  • Melee Attacks: we have implemented melee attacks. Melee attacks are meant to be a last resort and only works well against a single zombie, since they are pretty weak.

Audiovisual improvements:

  • Lasersight: it’s now possible to see where you and other players are aiming.
  • Nasty growls: zombies now make sound! The sound differs if the zombies are just standing or walking around, and if they are chasing you.
  • Death effects: when killed, zombies now burst into flying body parts with trails of blood.
  • Damage effects for players: there is a visual effect, as well as a sound effect, for when you are taking damage.

Performance improvements:

  • Zombies are now managed by a single script, instead of one script per zombie.
  • We have implemented visual culling, so that only zombies that are in view will be animated.

Lots of new stuff this week! We are also working on changing the world system and a map editor!

 

We have a pre-alpha Demo out! (and a new DevLog)

 We have released a pre-alpha demo and would love to get some general feedback on the game.

 

The demo can be downloaded on Game Jolt here: https://gamejolt.com/games/fnz/380793

We have made a few updates on the game:

  • Improved visuals and performance: we have lowered the amount of drawcalls and improved the lighting in the game significantly (drawcalls lowered from about 3500 to around 600 - 900).
  • Improvements to animation: sped up the character animations for melee attacks and throwing grenades.
  • More blood: zombies now also leave a pool of blood when killed, as do you!

We are currently still working on the map editor and getting the open world working. We also have an equipment stsem in the works.

 

Hope you like the demo, looking forward to your feedback!

A new week, a new update!

Betrayal.gif

Quite the array of new features have found their way into the game. Check them out below!

  • Map editor: the map editor is almost done! It’s now possible to place details into the game world. Our environment artist has put together a new map, which can be seen in the DevLog (linked below)!
  • Modifiable environment: in addition to the new map editor, it is now also possible to add walls in realtime (will be useful for basebuilding down the line) as well as removing walls, which is currently done by the way of grenades.
  • Equipment system: previously, the player weapons were hardcoded into the game. Now we have an equipment system in place, allowing players to equip two primary weapons (rifles, shotguns etc.) and one secondary weapon (guns, melee weapons etc).
  • Weapon assembly: not only does the new equipment system allow for equipping different kinds of weapons, each weapon also has its own set of modules that can be customised. These modifications can be things such as different kinds of magazines, stocks, suppressors etc.
  • Volumetric lights: We have implemented volumetric light on the player’s flashlight, creating the illusion that there is fog in the scene which bumps up the atmosphere of the world.

The new equipment and weapon modules systems bring a new balance to the game. We can now spawn the player into the world with no weapons at all, so that the player will have to scavenge the world in order to find or craft weapon frames that can be upgraded with different modules. This makes the player very vulnerable in the beginning, which will also make the zombies even more dangerous than before. The modifiable environment also means that, as long as the player has any grenades, they don’t necessarily have to be trapped if they were to escape into a room with only one door.

To see how this works, and in more detail, check out the latest DevLog:

 

This topic is closed to new replies.

Advertisement