Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Carnage 2 — Rhythm Arena Shooter Devlog

A topic by MamoruSan created 9 days ago Views: 146 Replies: 7
Viewing posts 1 to 5
(2 edits) (+1)

Hello! I have officially started development of Carnage 2, a sequel and reboot of one of my older projects.


Carnage 2 is planned as a fast first-person arena shooter with roguelike elements. The main goal is to create combat based on movement, timing and combinations rather than simple weapon switching or button spam.

The player will use several tools at the same time:

  • a sword for light and charged attacks;
  • a revolver with limited ammunition;
  • a rechargeable grenade;
  • dodges and unlockable combat skills.

The main mechanic is called Blood Tempo. It rewards the player for killing enemies in different ways, changing targets and staying active. The meter slowly decreases during inactivity, but at 50%, 75% and 100% it can be spent on special combat abilities.

The first public version is planned as 0.5.0. The current scope includes:

  • one summer farm arena;
  • four enemy waves;
  • a boss fight in the fifth round;
  • six enemy types, including the Forest Demon boss;
  • skills and upgrades between rounds;
  • adaptive resource drops;
  • the Blood Tempo system.

The game is being developed in Unreal Engine 5.4.4. The target platform is Windows, with releases planned for itch.io and Game Jolt.

Development is still at the very beginning. Actual version - 0.1.0

I will continue updating this thread as development progresses. Feedback and questions are welcome.

Carnage 2 — First Development Results

Development of Carnage 2 is now properly underway.

The first foundations are already in place: basic player movement, camera controls and the first version of the game's visual style. I'm currently working on jumping and fall damage before moving further into the player mechanics.


There is still a long way to go, but the project is finally starting to look and feel like an actual game.

More progress soon.

#indiedev #gamedev #indiegame #UE5 #UnrealEngine #FPS #devlog #Carnage2

Carnage 2 — Movement Progress

Another small step forward for Carnage 2.

Jumping and the first version of the dodge are now implemented. The player can already move around the test arena much more freely, and the basic movement system is starting to take shape.

These mechanics will later become an important part of combat — moving between enemies, avoiding attacks and keeping the rhythm of the fight.


Still early development, but the foundation is getting stronger!

#indiedev #gamedev #indiegame #UE5 #UnrealEngine #FPS #devlog #Carnage2

(+1)

This looks so good! How did you make the sky - and what shaders have you used? Great work!

Thanks! The sky itself is actually pretty simple — I’m using the standard UE5 Sky Atmosphere setup and the default sky components.  

Most of the stylized look comes from a custom post-process material I made. It handles the main shader/posterization effect.  

I can share a screenshot of the material graph too if you're interested — I don’t mind showing how it works!


It’s a Post Process Material. It takes the final image, breaks the brightness down into about 5–6 fixed levels, and then brings the original colors back in. That makes the lighting and shadows look flatter and more poster-like.  

I can also tweak the number of levels and the strength of the effect with parameters.

(+1)

Looks promising! The Blood Tempo system sounds like a unique way to encourage fast, skill-based combat. Keeping the first release focused is a smart approach—looking forward to seeing your progress.

Thanks! 

Blood Tempo is meant to reward active and varied combat, not just fast kills.

The first version will be compact, but already packed with mechanics. Later I’d like to add more maps, modes, enemies and weapons. I hope it grows into a fun action game that players really enjoy.

Carnage 2 has reached its first development milestone — version 0.1.0!

The basic player prototype is now complete: movement, jumping, stamina, fall damage, directional dodging and the first HUD are all working.


The next step is the combat system.

I wrote a short devlog with the full progress here: https://mamoru-san.itch.io/carnage2/devlog/1614423/carnage-2-010-player-prototyp...

#indiedev #gamedev #UE5 #Carnage2