Importing BI Units into Vanilla RTW 1.5 Question
Okay, my goal is to make the BI unit, Hounds of Culann, playable in my vanilla RTW 1.5 mod with the britons faction. I have followed all the steps in the create new units for beginners tutorial made by Epistolary Richard https://forums.totalwar.org/vb/showthread.php?t=51750, but I still have an issue.
I got the unit cards, descriptions and recruitability to all work fine. The only problem is that when I try to load the battle map with this unit in the army I get a CTD with the following error:
File name doesn't exist: data/models_unit/BI_unit_hounds_of_culann_lod1.CAS
Failed to load: BI_unit_hounds_of_culann_lod1.CAS
Then it says the error is in desc_model_battle.txt line 1199
I checked the DMB file and there appears to be nothing out of order. I also checked all the CAS files associated with this unit, and everything appears to be correct there as well. What could be the issue?
Re: Importing BI Units into Vanilla RTW 1.5 Question
Is your mod using a mod folder? If it is then you need to add the mod folder into the DMB entries for each .cas file and the texture file. Like so:
Code:
{mod folder}/data/models_unit/BI_unit_hounds_of_culann_lod1.CAS
Re: Importing BI Units into Vanilla RTW 1.5 Question
Quote:
Originally Posted by
SubRosa
Is your mod using a mod folder? If it is then you need to add the mod folder into the DMB entries for each .cas file and the texture file. Like so:
Code:
{mod folder}/data/models_unit/BI_unit_hounds_of_culann_lod1.CAS
SubRosa,
Thank you! You are correct. I failed to list my mod folder before /data. It works fine now. Thanks again!