Game Engine and Assets Leaks

[UE4] Character Wound System Leak

Submitted by GuyRoosevelt, , Thread ID: 206675

Thread Closed
GuyRoosevelt
Novice
Level:
3
Reputation:
0
Posts:
33
Likes:
8
Credits:
122
17-05-2021, 08:25 PM
This post was last modified: 17-05-2021, 08:26 PM by GuyRoosevelt
#1
I finally got it...

This system uses a blood mask (texture) used to create blood effects in your characters, you can shoot/hit them in animation or in ragdoll mode. No c++ required, it uses a SceneCapture2D to render the blood mask texture only when a new hit is requested, it have no extra performance cost and no additional draw calls when not adding new hits.

Videos:
Main Video
Tutorial Video (blood mask method)
Download Demo:
CWS_v1.2.0_demo.zip

Support:
[[disallowed website]]

Technical Details
Features:
  • Full body damage system for characters, while playing animations or in ragdoll mode
  • Uses a texture mask, so it's easy to implement your own blood shaders
  • All blueprint, no C++ required
Number of Blueprints:1
Input:Gamepad, Keyboard, Mouse
Network Replicated:No
There are assets created by Epic: Yes
Supported Development Platforms:Windows, Linux
Documentation:https://docs.google.com/document/d/1TM0w9nkT-RDTlqHT99oKisSjsWpBNHHFLqGaqkLITpg

Important/Additional Notes:
  • It uses a "SceneCapture2D" for rendering the hit location and an additional "Render Material to RenderTarget" for dilating the blood mask for removing possible UV seams. It only renders when you request a new hit in the mesh, the character shader doesn't have any additional performance cost other than just having an extra texture in your material.
  • It requires your mesh to have a second UV (lightmap UV) that have a full body UV with no overlaping UVs for the blood mask to work. (you need to be able to edit your mesh UVs in a DCC software like Blender or Maya)

Other info:
  • Original cost: $24.99 USD
  • Original asset link:https://www.unrealengine.com/marketplace/en-US/product/character-wound-system
Some images:
[Image: SC01-1920x1080-89b8fe2910f24e2325fd64b34...e=1&w=1600]
[Image: Example01-1920x1080-ecbde3fef6555dab823a...e=1&w=1600][Image: Example02-1920x1080-33f8ca27757d6dc23af7...e=1&w=1600][Image: Example03-1920x1080-76c730c94f86e2096b89...e=1&w=1600]

Link:
Content locked
This content has been locked. Please login or register in order to unlock it.

Users browsing this thread: 1 Guest(s)