You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-ANIMATION-MODS.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,14 @@ Includes TDM, TUDM, Modern Combat Overhaul, Elden Counter and dragon behavior pa
28
28
29
29
Sometimes animations still don't sync, restarting game+server or rerunning Nemesis and syncing the output with your friends can fix it in most cases.
30
30
31
-
Tested extensively with Skyrim Version 1.6.1170.0 and you can only join servers running this build of STR. It might work with the earlier 1.6+ versions of Skyrim with the correct address library, but it has barely been tested
31
+
Tested extensively with Skyrim Version 1.6.1170.0. It might work with the earlier 1.640+ versions of Skyrim with the correct address library, but it has barely been tested
32
32
on those older releases.
33
33
34
34
This version by RFortier and MostExcellent adds these goals:
35
35
* Wire protocol compatibility.
36
36
* Beast mode (werewolf, vampire lord) support.
37
37
* Minimal intrusion in the base code.
38
-
* Feature is conditionally compiled. Enabled by a single commit in the history which will show the one(-ish) line to comment out to turn it off. Or, don't include that commit.
39
-
* Tries to remove as much of the complexity for modders as possible. To mod a behavior you don't need anything about the behavior variables the Dev team has chosen, nor do you need
38
+
* Tries to remove as much of the complexity for modders as possible. To mod a behavior you don't need to know anything about the behavior variables the Dev team has chosen, nor do you need
40
39
to know the old or new hashes that will be generated by your new behaviors; the game calculates them.
41
40
That's pretty important because _every_ mod that changes behavior changes the hash, and the order of mods may also change the hash (unless you use Pandora which fixes that evil).
42
41
That means a mod author _can't_ know the new hash for the mods a user selects,
@@ -45,7 +44,6 @@ it is only known for a specific modlist in a specific order.
45
44
the rest that the STR dev team selects will be picked up automatically for you. This helps give your mod STR version-independence. The SkyrimTogetherRebornBehaviors tree is pre-populated with this
46
45
information for the creatures supported by STR.
47
46
48
-
# TODO
49
-
* Hoping to win support of the Dev team to include this in their build, which will make it easier to stay in sync with the servers.
50
-
* In the interim, compiled versions are available on [github](https://github.com/rfortier/TiltedEvolution-rwf/releases), but they will only work with the server that is included.
51
-
* Need some help figuring out an xmake change to automatically compile behavior string names when anything changes. For now, manually generated and output files checked in.
47
+
# ~~TODO~~
48
+
* No longer TODOs, thanks to the dev team for accepting the contribution. It will be much easier to maintain this support now.
49
+
* Use of the fork on Github is no longer necessary, animation support is in the official build. I may still publish [compiled versions of the fork](https://github.com/rfortier/TiltedEvolution-rwf/releases) to preview new features and bugfixes. These versions *may* work with the public servers, it depends on how invasive the change is.
0 commit comments