検索結果:ユーティリティ AOS おすすめMOD順search
- ☆ [ユーティリティ] AnimObject Swapper Download ID:75167 Author:powerofthree 2022-10-22 11:42 Version:1.1.0
-
RATE: ★=502 G=8 TAG: [SKSE] [SKSEプラグイン] [アニメーション] [AOS]
AnimObject Swapper
構成ファイルを使用して、アニメーションオブジェクトを交換するための SKSE プラグインおよびフレームワーク。
Base Object Swapper のような置き換えですが、アニメーションオブジェクト(例えば、パンを食べるアニメーションのパンや、タンカードから水を飲むアニメーションのタンカード)用です。
このMODを使うと、以下のようなことができます。
・各アニメーションにランダムなバリエーションを追加
(異なる種類のパン、ワインやエールの入ったタンカード)
・インベントリにあるものによって、異なるモデルを割り当てる
(エールを持っていれば、エールタンクを表示する)
必要
・SKSE64
・Address Library for SKSE Plugins
・powerofthree's Tweaks
VR 版
AnimObject Swapper VR
このフレームワークを使用するMOD
・Sharpen Other Swords II - AnimObject Swapper
・Eating Animations - Patch Collection
・Animated War Horns
・Children's Toys AnimObject Swapper
・Consistency Fix - Ghostly Bards Play Ghostly Instruments
・No More Silver In Castle Volkihar
使用方法
分散記録は、Dataフォルダ内の接尾辞"_ANIO "を含むiniファイル(例えば、MyMod_ANIO.ini)に書き込む必要があります。
一般的な書式は以下の通りです:
[ANIO]
origEDID|swapEDID
アイドルが再生されるたびに、スワップされたAnimObjectをランダムに選択します。
[ANIO]
origEDID|swap01EDID,swap02EDID。
条件付きでAnimObjectをスワップする。
[ANIO|条件|特性]
origEDID|swap01EDID,swap02EDID。
EDID は AnimObject のエディタIDです。
origEDID は置き換えようとしているベースとなる AnimObject(例えばAnimObjectBread)です。
swapEDIDは、置き換えようとしている AnimObject です(例:AnimObjectBaguette)。EditorIDは一意でなければならないので、衝突を避けるために、あなたのMODまたはauthorタグをプレフィックスとして付けることをお勧めします。
複数のswapEDIDを指定することもできます。交換された AnimObject は、アイドルが再生されるたびにランダムに選択されます。
例
;swap AnimObjectBread with one of the three swaps randomly
AnimObjectBread を3つのスワップのうちの1つとランダムにスワップする
[ANIO]
AnimObjectBread|AnimObjectBaguette,AnimObjectBagel,AnimObjectBiscuit
;swap AnimObjectBread with AnimObjectDragonBread, just for the player
AnimObjectBread を AnimObjectDragonBread と入れ替える。
[ANIO|Player]
AnimObjectBread|AnimObjectDragonBread
;swap AnimObjectIron with AnimObjectSteelSword, if the actor has a steel sword OR a weapon with WeapTypeSteel keyword in their inventory
AnimObjectIron を AnimObjectSteelSword と入れ替えます。俳優のインベントリに鋼鉄の剣または WeapTypeSteel キーワードを持つ武器がある場合。
[ANIO|SteelSword,WeapTypeSteel]
AnimObjectIronSword|AnimObjectSteelSword
;swap AnimObjectIronSword with AnimObjectFlowerySteelSword if the actor is female AND has a steel sword in their inventory
俳優が女性で、インベントリに鋼鉄の剣がある場合、AnimObjectIronSword と AnimObjectFlowerySteelSword を入れ替えます。
[ANIO|SteelSword|F]
AnimObjectIronSword|AnimObjectFlowerySteelSwordSkyrim Special Edition Nexus, powerofthree. 22 Oct 2022. AnimObject Swapper. 14 Sep 2022 <https://www.nexusmods.com/skyrimspecialedition/mods/75167>.[コメントを読む(14)] [コメントを書く] -
スポンサーリンク
-
スポンサーリンク
- ☆ [ユーティリティ] AnimObject Swapper VR Download ID:75455 Author:alandtse 2022-10-22 15:59 Version:1.1.0
-
RATE: ★=1 TAG: [ユーティリティ] [SKSEプラグイン] [アニメーション] [AOS] [VR]
AnimObject Swapper VR
AnimObject Swapper の VR 版
構成ファイルを使用して、アニメーションオブジェクトを交換するための SKSE プラグインおよびフレームワーク。
Base Object Swapper のような置き換えですが、アニメーションオブジェクト(例えば、パンを食べるアニメーションのパンや、タンカードから水を飲むアニメーションのタンカード)用です。
必要
・SKSEVR Current VR build 2.0.12 (runtime 1.4.15)
・Visual C++ Redistributables 2022
(https://support.microsoft.com/ja-jp/h…)
・VR Address Library for SKSEVR
・powerofthree's Tweaks
・MergeMapper(マージサポートが必要な場合)
Source
https://github.com/alandtse/AnimObjec…Skyrim Special Edition Nexus, alandtse. 22 Oct 2022. AnimObject Swapper VR. 16 Sep 2022 <https://www.nexusmods.com/skyrimspecialedition/mods/75455>.[コメントを書く]