本资料是关于游戏角色属性系统Unreal游戏素材资源,大小:1.4 MB,使用软件:Unreal Engine 4,语言:英语。人人素材整分享。
Unreal Engine4虚幻游戏引擎是一款商业性的3D游戏开发引擎,是Epic数百位工程师、艺术家以及设计师的心血之作。不过这还只是开始,在C++代码中,你可以看到很多创新之处,比如支持Oculus VR、Linux系统、Valve公司的Steamworks和 Steam Box效果,并且可以使用HTML5在网页浏览器中开发游戏。虚幻引擎4基于DirectX 11,拥有新的材料流水线、蓝图视觉化脚本、直观蓝图调试、内容浏览器、人物动画、Matinee影院级工具集、全新地形和植被、后期处理效果、热重载(Hot Reload)、模拟与沉浸式视角、即时游戏预览、AI人工智能、音频、中间件集成等一系列全新特性。
Unreal Engine虚幻游戏引擎参与制作游戏有:《逃生》、《DMC鬼泣》、《死侍》、《失落的星球3》、《生化奇兵:无限》、《羞辱》、《战争机器:审判》、《杀手已死》、《勿忘我》、《Papa & Yo》、《忍者神龟:脱颖而出》等等。
《Unreal虚幻游戏引擎基础核心技术训练视频教程》中文字幕版:
https://www.rrcg.cn/thread-16751938-1-1.html
更多相关内容请关注:Unreal Engine视频教程专区,UE4游戏素材资源专区,中文字幕教程专区
视频预览:
Standalone system that can be added to any pawn, allows creation of stats/attributes (can be used for health management, mana, stamina, energy, strength, dexterity etc. any value that progresses), set a maximum level, experience needed per each level. Level up, scale stat/attribute values. Set frequency of custom value calculations such as health regeneration, mana regeneration etc.
There are functions in place to spend free stat/attribute points to increase values of your stats/attributes. You can set a cost (in terms of free attribute points) per stat/attribute.
Comes with a sample widget which has a health bar, level progression bar, a stat sheet shows experience needed to level up, current level, player name, free stats/attributes points, health and health regen. attributes, and logic to let you spend attribute points to increase each of the stats/attributes.
The systems handles 2 sets of values for each stat, one for the base values and one for temporally attribute/stat manipulations (buffs, debuffs, passive skills or even equipment/items).
The system comes with sample logic for health regeneration, and few sample stats. All the blueprints are well commented and there is an implementation tutorial, live help/support is available on request. The entire system is very flexible and can be used in conjunction with my other systems.
-Create your own stats/attributes
-Level up
-Scale stats/attributes per level
-Set maximum level
-Set experience needed per each level
-Spend free attribute points to increase stats/attributes
-Set cost for each stat/attribute
-Death and Level Up events
-Sample Widget
-Custom tick frequency for attribute calculations
-2 sets of stat/attribute values
-Multiplayer support
-Compatible with my Spell/Ability System
Intended Platform:
Tested on Windows platform, but it should work on other platforms too.
《Unreal虚幻游戏引擎基础核心技术训练视频教程》中文字幕版:
https://www.rrcg.cn/thread-16751938-1-1.html
更多相关内容请关注:Unreal Engine视频教程专区,UE4游戏素材资源专区,中文字幕教程专区 |