A problem.
#1

Right.If I want to install a map mod.I have some files:
Code:
akina.txd
akina1.dff
akina2.dff
akina3.dff
akina4.dff
akina5.dff
I can`t use AddSimpleModel to add model.They all use same txd file!(akina.txd)
Reply
#2

Why you cant?
Code:
AddSimpleModel(virtualworld, baseid, newid, "akina1.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina2.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina3.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina4.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina5.dff", "akina.txd");
Reply
#3

I think he wants to use different .txd file.

But first, he must have many .txd files
Reply
#4

Models can use the same .txd , it's just tidier to have one .txd for an interior with multiple objects in it for example.
Reply
#5

I do not have this problem, it works without problems with 1 TXD for several DFF.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)