Game Engine and Assets Leaks

[UE4] Character Wound System Leak

Submitted by GuyRoosevelt, , Thread ID: 206675

Thread Closed

RE: [UE4] Character Wound System Leak

cryptic1
Newbie
Level:
1
Reputation:
0
Posts:
16
Likes:
0
Credits:
1
26-09-2021, 04:06 PM
#8
17-05-2021, 08:25 PM
GuyRoosevelt Wrote:
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 has been stripped. Go to the quoted post to view the content.
omg thank you so much this is so helpful omg

Users browsing this thread: 1 Guest(s)