Map unit: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino |
imported>Leoetlino No edit summary |
||
Line 17: | Line 17: | ||
== Link system == | == Link system == | ||
Map objects can be linked to other objects (up to 255 in a single generation group<ref>"一つの生成グループに 255 以上のアクタが指定されています。テストで無ければプログラマに相談"</ref>). These links allow implementing custom logic and callbacks (for example, DeadUp signals the destination object when the source object dies). | Map objects can be linked to other objects (up to 255 in a single generation group<ref>"一つの生成グループに 255 以上のアクタが指定されています。テストで無ければプログラマに相談"</ref>). These links allow implementing custom logic and callbacks (for example, DeadUp signals the destination object when the source object dies). | ||
LinkTags and other tag objects are lightweight actors that are used to link objects together. | |||
Objects that are linked together, either directly or via indirect links, are put into the same generation group and loaded at the same time{{check}}. | Objects that are linked together, either directly or via indirect links, are put into the same generation group and loaded at the same time{{check}}. | ||
Line 30: | Line 32: | ||
| 6 || -AxisZ || - || マイナスZ軸シグナル | | 6 || -AxisZ || - || マイナスZ軸シグナル | ||
|- | |- | ||
| 24 || AreaCol || | | 24 || AreaCol || Area collision (link target is an Area object) || エリア(センサ)指定 | ||
|- | |- | ||
| 1 || AxisX || - || X軸シグナル | | 1 || AxisX || - || X軸シグナル | ||
Line 42: | Line 44: | ||
| 38 || BAndSLimitAngYCs || - || Y角速度制限付ボール&ソケットCS | | 38 || BAndSLimitAngYCs || - || Y角速度制限付ボール&ソケットCS | ||
|- | |- | ||
| 0 || BasicSig || | | 0 || BasicSig || Basic signal || 基本シグナル | ||
|- | |- | ||
| 9 || BasicSigOnOnly || | | 9 || BasicSigOnOnly || Basic signal [only emits ON signals] || オンのみ基本シグナル | ||
|- | |- | ||
| 14 || ChangeAtnSig || | | 14 || ChangeAtnSig || Signal on Attention change (e.g. picking up a weapon) || アテンション変更時シグナル | ||
|- | |- | ||
| 39 || CogWheelCs || - || 歯車CS | | 39 || CogWheelCs || - || 歯車CS | ||
|- | |- | ||
| 21 || CopyWaitRevival || | | 21 || CopyWaitRevival || Activate links when the revival flag of the CopyWaitRevival target is set (e.g. can be used with LinkTagAnd to trigger basic signals when a chest is opened) || 配置自動セーブ継承 | ||
|- | |- | ||
| 15 || Create || | | 15 || Create || Create a map object. Target objects are not created unless this link is activated. || 生成 | ||
|- | |- | ||
| 11 || DeadUp || | | 11 || DeadUp || Signal on death || 死んだらオン | ||
|- | |- | ||
| 16 || Delete || | | 16 || Delete || Delete a map object. Target objects are created and stay spawned until this link is activated. || 削除 | ||
|- | |- | ||
| 29 || DemoMember || - || デモ参加 | | 29 || DemoMember || - || デモ参加 | ||
Line 62: | Line 64: | ||
| 32 || FixedCs || - || 固定CS | | 32 || FixedCs || - || 固定CS | ||
|- | |- | ||
| 26 || ForSale || | | 26 || ForSale || Links a shop item to its seller (target is the seller NPC). || 売り物 | ||
|- | |- | ||
| 19 || ForbidAttention || | | 19 || ForbidAttention || Prevent attention (i.e. interacting with an object, for example picking up a weapon) || アテンションタイプ変更 | ||
|- | |- | ||
| 18 || Freeze || | | 18 || Freeze || Freeze the target object || 凍結 | ||
|- | |- | ||
| 7 || GimmickSuccess || | | 7 || GimmickSuccess || Success signal (used for minigames) || ネタ成功シグナル | ||
|- | |- | ||
| 33 || HingeCs || - || ヒンジCS | | 33 || HingeCs || - || ヒンジCS | ||
|- | |- | ||
| 12 || LifeZero || | | 12 || LifeZero || Emit a LifeZero signal when the life of the source object is 0 || ライフ0 | ||
|- | |- | ||
| 34 || LimitHingeCs || - || 制限付ヒンジCS | | 34 || LimitHingeCs || - || 制限付ヒンジCS | ||
Line 80: | Line 82: | ||
| 17 || MtxCopyCreate || - || 位置継承生成 | | 17 || MtxCopyCreate || - || 位置継承生成 | ||
|- | |- | ||
| 22 || OffWaitRevival || | | 22 || OffWaitRevival || Reset the revival flag of the target object || 配置自動セーブオフ | ||
|- | |- | ||
| 30 || PhysSystemGroup || - || 物理システムグループ | | 30 || PhysSystemGroup || - || 物理システムグループ | ||
|- | |- | ||
| 28 || PlacementLOD || | | 28 || PlacementLOD || Replace the source object with the link target object at lower level of details || 配置LOD | ||
|- | |- | ||
| 36 || PulleyCs || - || 滑車CS | | 36 || PulleyCs || - || 滑車CS | ||
Line 94: | Line 96: | ||
| 41 || Reference || - || 参照 | | 41 || Reference || - || 参照 | ||
|- | |- | ||
| 10 || Remains || | | 10 || Remains || Divine Beast signal || 遺物シグナル | ||
|- | |- | ||
| 25 || SensorBind || - || センサバインド | | 25 || SensorBind || - || センサバインド | ||
Line 106: | Line 108: | ||
| 20 || SyncLink || Put the destination object and any object that is linked to it into the same generation group || 生成グループ | | 20 || SyncLink || Put the destination object and any object that is linked to it into the same generation group || 生成グループ | ||
|- | |- | ||
| 8 || VelocityControl || | | 8 || VelocityControl || Velocity control signal || 速度制御シグナル | ||
|- | |- | ||
|} | |} |