Features:
- Fully modular pieces (can even use your own custom meshes)
- Sound FX included
- Easy to read commented Blueprints and full documentation on how to create elevators from scratch
Texture Sizes:
- The main elevator box uses 4096×4096 texture. The buttons use 256×256 and in some cases 128×128
- The structural frame uses 4096×4096 texture
- The LED lights for the floors use a 2048×2048 texture
Scaled to Epic Skeleton: Yes
Collision: Yes, Custom
Vertex Count:
- The main elevator box is around 8,000 triangles and 9,000 vertices. The structural frame pieces are around 2,000 triangles / 3,000 vertices.
LODs:
- LODs are used for the larger pieces (4 LODs). Some of the smaller pieces don;t use LODs because their triangle counts are so low
Number of Meshes: 33
Number of Materials and Material Instances: 22
Number of Textures: 47
Supported Development Platforms: Windows PC
Supported Target Build Platforms: Windows PC
Documentation: Yes, contained in “Content\Elevator\Documentation”
特征:
- 完全模块化的部件(甚至可以使用您自己的自定义网格)
- 声音FX包括
- 易于阅读注释的蓝图和有关如何从头开始创建电梯的完整文档
纹理尺寸:
- 主电梯箱采用4096×4096纹理。 按钮使用256×256,在某些情况下使用128×128
- 结构框架采用4096×4096纹理
- 地板的LED灯使用2048×2048纹理
缩放到史诗骨架:是的
碰撞:是的,习惯
顶点计数:
- 主电梯箱大约有8,000个三角形和9,000个顶点。 结构框架件约为2,000个三角形/3,000个顶点。
Lod:
- Lod用于较大的部分(4个Lod)。 一些较小的部分不使用Lod,因为它们的三角形数量太低了
网格数: 33
材质和材质实例数: 22
纹理数量: 47
支持的开发平台:Windows PC
支持的目标构建平台:Windows PC
文件:是的,包含在”Content\Elevator\Documentation”中
[Instructions on how to add Elevators]
This package contains two different elevator systems.
- A glass framed elevator system allowing you to see outside as the elevator moves.
- A fully enclosed elevator system.
The list of features the elevator has are:
- Can queue up the floors, the elevator will go to each floor in the order of the buttons pressed.
- The doors will detect if there is any physics object / player blocking it and open accordingly
- Sound f/x for ( moving / opening / closing doors / arriving at floor ) are included
- Escape hatch for each elevator can be open / closed via Blueprint events
- Speed of the elevator movement and door movement can be specified. Time to wait at each floor can be specified
Both systems are completely modular allowing you to build your own elevator system. The first elevator system supports up to 52 floors and the second system supports up to 33 floors. You can modify each elevator system to support more floors. You just have to modify the Blueprint and add more buttons (may need to resize the buttons and position them so they fit properly on the elevator control panel).
[说明如何设置播放器,以便能够按电梯按钮,如果你有麻烦的蓝图]
这个包包含两个不同的电梯系统.
- 一个玻璃框架电梯系统,让你看到外面的电梯移动.
- 全封闭电梯系统。
电梯具有的功能列表是:
- 可以排队的楼层,电梯将去每个楼层按按钮的顺序。
- 门将检测是否有任何物理对象/玩家阻挡它并相应地打开
- 声音f/x(移动/打开/关闭门/到达楼层)包括在内
- 每个电梯的逃生舱可以通过蓝图事件打开/关闭
- 电梯运动和门运动的速度可以指定. 可以指定在每个楼层等待的时间
这两个系统都是完全模块化的,允许您建立自己的电梯系统。 第一个电梯系统最多支持52层,第二个系统最多支持33层。 您可以修改每个电梯系统以支持更多楼层。 您只需修改蓝图并添加更多按钮(可能需要调整按钮的大小并将其放置在电梯控制面板上)。
评论(0)