查看: 646|回复: 6

[示例和教学] 【First Person | Unreal Engine】

[复制链接]

1

主题

342

帖子

7万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
75866
发表于 2016-6-27 20:16:37 | 显示全部楼层 |阅读模式



【虚幻4翻译文档-First Person | Unreal Engine】[虚幻4中文文档]



So you have started a new game using the First Person Template, awesome! If you are looking for guidance on how to do specific things or perhaps just looking at the blank canvas of endless possibilities, this doc contains ideas for things you can implement.

Read up and watch some videos on the Blueprints Visual Scripting system. Sometimes it is not about what to do, but how you can do it, and knowing more about Blueprints will enable you to rapidly prototype ideas, even if you will ultimately be working in C++.

Create a particle effect using the Cascade Particle Editor that represents a muzzle flash! Then using a Particle System Component, add it to the FirstPersonCharacter Blueprint and Activate the component in the InputAction Fire Event.

Bonus: Add a Particle System Component to the FirstPersonProjectile to make it look like it trails smoke behind it. Look for the Use Local Space property here.

Create a HUD for your First Person Game using Unreal Motion Graphics.

Why not add some Destructible Meshes to the environment Check out the Destructible Actor Documentation and the Blueprint Communication Project for methods on how to do this!

You can add AI Characters using Behavior Trees to your game and have them chase, flee, help, or harm the player.

Bonus: Implement damage on the FirstPersonCharacter and your new AI Character, and make it so they can Destroy each other. There is more information on how to do this in the Spawning/Destroying an Actor in Blueprints guide.

Double Bonus: Following the Setting Up Character Movement in Blueprints guide, give your AI more movement options!

If you end up killing your Player, maybe you will want to be able to respawn them Check out this how to guide for Respawning the Player.

Using what you learn in the Blueprint Communication Project tutorial, add some environmental hazards. Exploding barrels are the "gold standard" in games, but there is a number of hazards in the world to recreate in your game:

Large fans! They can also push or pull the player/AI.

Toxic fumes! Make them expand or move around.

Lava! Because LAVA! Ok, really because it is an effective area denial hazard.

Slippery surfaces, like ice. You can modify the friction of a surface so the player will slide on them!

Alter your FirstPersonCharacter's jump height, run speed, mass, or a number of other properties on its Character Movement Component to create unique-feeling gameplay.

Launch Pads are common in a number of game types, including first person games.

Check out the Unreal Engine Forums for even more hints, tutorials, guides, and ideas!
回复

使用道具 举报

0

主题

867

帖子

2817

积分

vip会员

Rank: 1

积分
2817
发表于 2016-7-2 20:49:02 来自手机 | 显示全部楼层
这个必须可以有
回复 支持 反对

使用道具 举报

0

主题

899

帖子

2933

积分

vip会员

Rank: 1

积分
2933
发表于 2016-7-2 20:49:03 来自手机 | 显示全部楼层
好东西 一定要分析那个
回复 支持 反对

使用道具 举报

0

主题

1219

帖子

3883

积分

vip会员

Rank: 1

积分
3883
发表于 2016-7-3 10:33:12 | 显示全部楼层
好东西 好东西 好东西 好东西
回复 支持 反对

使用道具 举报

0

主题

1249

帖子

4017

积分

vip会员

Rank: 1

积分
4017
发表于 2016-7-4 06:56:52 来自手机 | 显示全部楼层
助人为乐啊!
回复 支持 反对

使用道具 举报

0

主题

829

帖子

2772

积分

vip会员

Rank: 1

积分
2772
发表于 2016-7-18 02:26:24 来自手机 | 显示全部楼层
好东西 一定要分析那个
回复 支持 反对

使用道具 举报

0

主题

851

帖子

2801

积分

vip会员

Rank: 1

积分
2801
发表于 2016-7-19 20:58:41 来自手机 | 显示全部楼层
好久没给力点的了。谢谢
回复 支持 反对

使用道具 举报

*滑块验证:
您需要登录后才可以回帖 登录 | enginedx注册

本版积分规则

 
 



邮件留言:


 
返回顶部