Files
UnrealEngine/Templates/TP_VehicleAdvBP/manifest.json
2025-05-18 13:04:45 +08:00

80 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Version": 1,
"Name": [
{
"Language": "en",
"Text": "Vehicle"
},
{
"Language": "ja",
"Text": "ビークル"
},
{
"Language": "zh-Hans",
"Text": "载具"
},
{
"Language": "ko",
"Text": "비히클"
}
],
"Description": [
{
"Language": "en",
"Text": "The vehicle pack features both a regular vehicle and a more complex vehicle. Vehicle movement can be controlled with either keyboard, controller or virtual joystick on a touch device. The advanced vehicle itself features working double wishbone suspension. There is also an engine sound in this template. There is also a HUD that shows the current gear and speed."
},
{
"Language": "ja",
"Text": "ビークル パックには通常のビークルとより複雑なビークルが含まれています。キーボード、コントローラー、タッチデバイスでのバーチャルジョイスティックでビークルを操作できます。このビークルにはダブルウィッシュボーン式サスペンションが含まれています。またエンジン音もテンプレートにあります。また現在のギアと速度を示すHUDも用意されています。"
},
{
"Language": "zh-Hans",
"Text": "载具包包含一辆普通载具和高级载具。你可以通过键盘、手柄或触摸式设备上的虚拟摇杆来控制载具移动。高级载具具有双横臂式悬架。此外该模板还包含引擎音效以及一个能够显示当前挡位和车速的HUD。"
},
{
"Language": "ko",
"Text": "비히클 팩은 일반 비히클과 조금 더 복잡한 비히클을 모두 제공합니다. 비히클의 이동은 키보드, 컨트롤러 또는 터치 디바이스의 버추얼 조이스틱으로 제어 가능합니다. 고급 비히클은 더블 위시본 서스펜션을 갖추고 있습니다. 이 템플릿에는 엔진 사운드와, 현재 기어와 속도를 보여주는 HUD도 포함되어 있습니다."
}
],
"AssetTypes": [
{
"Language": "en",
"Text": "Static Mesh, Landscape Layer, Material, Instance, Physical Material, Sound Attenuation, Sound cue, Sound Wave, Texture, Skeletal Mesh, Skeleton, Physics Asset, Animation blueprint, Data Asset, Vehicle Wheel"
}
],
"SearchTags": [
{
"Language": "en",
"Text": "Tyre,Suspension,Wheel,Racing,Vehicle,Car"
}
],
"ClassTypes": "GameMode, WheeledVehicle, HUD, SpringArmComponent, Font, CameraComponent, TextRenderComponent, InputComponent, PhysicalMaterial, AudioComponent",
"Category": "BlueprintFeature",
"FocusAsset": "/Game/VehicleTemplate/Blueprints/VehiclePlayerController.VehiclePlayerController",
"Thumbnail": "TP_VehicleAdvBP.png",
"Screenshots": [
"TP_VehicleAdvBP_Preview.png"
],
"SortKey": "ZVehicle_AdvBP",
"AdditionalFeaturePacks": [
{
"MountName": "Vehicles",
"DetailLevels": [
"Standard"
]
},
{
"MountName": "Track",
"DetailLevels": [
"High"
]
},
{
"MountName": "LevelPrototyping",
"DetailLevels": [
"High"
]
}
]
}