Help with actor animation problem

5 posts / 0 new
Last post
MoonandStar22's picture
MoonandStar22
Joined:
2016-09-12 01:22
Last seen:
8 years 3 months ago

As I was headed to Ald Daedroth I had the game crash and when I go to load the restore save the same error crashes the game.

This is what was in my warnings.txt:

Unable to find Region 'Old Ebonheart Region' in Load for Cell 'Old Ebonheart, Docks'.
Object "TR_m4_Nol" not found for dialogue type Topic
Info "EMPTY"
Not able to find Foot part in BC_shoes_common_2.
Model Load Error: Meshes\TR\cr\TR_beetle_G02_VO.NIF cannot load file in Meshes\TR\cr\TR_beetle_G02_VO.NIF.
Will use the default object Marker_Error.NIF.
Creature "TR_cr_beetle_G0200000000" has no animation groups.
Morrowind will crash!
Model Load Error: Meshes\TR\cr\TR_swampfly_VO.NIF cannot load file in Meshes\TR\cr\TR_swampfly_VO.NIF.
Will use the default object Marker_Error.NIF.
Creature "TR_cr_muskfly_dis00000000" has no animation groups.
Morrowind will crash!
Model Load Error: Meshes\TR\cr\TR_beetle_G04_VO.NIF cannot load file in Meshes\TR\cr\TR_beetle_G04_VO.NIF.
Will use the default object Marker_Error.NIF.
Creature "TR_cr_beetle_G04_dis00000000" has no animation groups.
Morrowind will crash!
Model Load Error: Meshes\TR\cr\TR_eyestar_VO.NIF cannot load file in Meshes\TR\cr\TR_eyestar_VO.NIF.
Will use the default object Marker_Error.NIF.
Actor Animation problem with "TR_cr_beetle_G0200000000".
This actor has no Animation class!

 

 

 

Any help would be appreciated!!

Undertaker's picture
Undertaker
Joined:
2016-08-26 05:46
Last seen:
2 years 7 months ago

Did you register TR_Data.bsa in Morrowind.ini?

MoonandStar22's picture
MoonandStar22
Joined:
2016-09-12 01:22
Last seen:
8 years 3 months ago

I admittedly know little about mods and am using Nexus Mod Manager, sooooo I don’t know what you mean by that? 

:/

Undertaker's picture
Undertaker
Joined:
2016-08-26 05:46
Last seen:
2 years 7 months ago

This bit from readme.

----------------------------
iii. Registering Game BSA
----------------------------
If this is your first time installing Tamriel Rebuilt, you will need to make a one-time edit to the Morrowind.ini file in the game directory, instructing the game to load our game assets. To do this, open the INI file in any text editor, and navigate to the [Archives] section of the INI. You should see a list of registered game archives from the Tribunal and Bloodmoon expansions. You must add this line below the list of archives

Archive 2=TR_Data.bsa

…with the Archive number being the next available number in the list. In most cases it will be 2. Once that is complete, save and close the file. You only need to do this once.

----------------------------

ThomasRuz's picture
ThomasRuz
Asset Developer
Joined:
2016-05-09 13:13
Last seen:
12 hours 59 min ago

The Morrowind.ini can be found under the Morrowind Game directory, if you're using steam it can be found under steamapps: C:\Program Files (x86)\Steam\steamapps\common open the Morrowind folder, in there you will find a file called morrowind.ini, open it with notepad. Search for the archives tab, which will look like this:
[Archives]
Archive 0=Tribunal.bsa
Archive 1=Bloodmoon.bsa

The next thing you need to do is add the line “Archive 2=TR_Data.bsa” (without quotes), if you have done so it will look like this:
[Archives]
Archive 0=Tribunal.bsa
Archive 1=Bloodmoon.bsa
Archive 2=TR_Data.bsa

Save the document, once this is done you should be able to play Tamriel Rebuilt!