tiltedphoques / Mod-Compatibility

Contains information about mod compatibility with Tilted Online
41 stars 3 forks source link

Behavior Data Injector #180

Open EmiyaShero1 opened 1 year ago

EmiyaShero1 commented 1 year ago

Mod information

Behavior plugin used for other mods like spellsword moveset from smooth animations,can be used with or without nemesis.

Download link

Dependencies

For example:

Compatibility

Mod itself works,but has huge issue that is created by little test_BDI.json file inside it that is created for testing purposes,but causes sliding on creatures,json file must be deleted or edited. Compatible with most mods,both on original STR and Nemesis Fork after getting rid of json file.

Additional Information

test_BDI.json file must be edited-deleted from SKSE\Plugins\BehaviorDataInjector directory. Or needs another mod to fix it.

MostExcellent commented 6 months ago

The issues "caused by the json" are just a sign of general incompatibility with base skyrim together when injected variables shift vanilla variables. If without the json no sliding was present on vanilla skyrim together, it's because any other BDI mods did not inject variables. The issue is that those test variables got injected on creatures and the nemesis fork at the time of issue opening did not handle creatures. BDI does not cause sliding with the current state of modded animation compatibility code (on rfortier's fork or mine). I've been trying to experiment with making patches for BDI-injected variables, although the mod in question has other problems I need to fix (crashes 1170 lol).