I can see a couple of potential problems which could or will produce a crash.
Problem 1
I believe there is an error in your EDU, use capitals for norse huskarl and no underscore is required in the type line, example below.
type Norse Huskarl
Problem 2
You have given slaves and mercs a Danish_merc_diff.texture, is there such a texture in your mod? or in the vanilla game?. If not, you could use the final danish_slave_diff.texture and the final danish_slave_norm.texture as in the example below.
7 denmark
60 unit_models/AttachmentSets/Final Danish_denmark_diff.texture
60 unit_models/AttachmentSets/Final Danish_denmark_norm.texture 0
5 slave
58 unit_models/AttachmentSets/Final Danish_slave_diff.texture
58 unit_models/AttachmentSets/Final Danish_slave_norm.texture 0
4 merc
58 unit_models/AttachmentSets/Final Danish_slave_diff.texture
58 unit_models/AttachmentSets/Final Danish_slave_norm.texture 0
I also tested the battle_models.modeldb entries which didn't crash on me so that leads me to suspect a 22 serialization::archive problem, the answer to that is put the unit in the middle of the file, if it works then the fault is probably with the numbers at the top of the file, if it doesn't, then there is something else wrong that hasn't been spotted as yet. Feel free to give an update of your progress.




Reply With Quote










