Jump to content

engineImportTXD bug problem


Recommended Posts

Hello, I am adding texture to the models using engineImportTXD, but when I enter the 8th id, no texture is assigned to this model. What is the reason for this?

local txd = engineLoadTXD ("burlova_city.txd")
engineImportTXD(txd, 1879,1947,1881,1902,1930,1880,1905,1938) --not working

local txd = engineLoadTXD ("burlova_city.txd")
engineImportTXD(txd, 1938) --working

bug image https://ibb.co/2gJRrJm

Link to comment
  • Administrators

Does it work with 7 IDs but not with 8 IDs?

I am asking because it could just be a scripting limit so maybe it only allows 1 ID in the line

Anyhow, I have moved this into the Scripting section so that it can get the best possible reception

  • Thanks 1
Link to comment
Posted (edited)
9 hours ago, Tut said:

Does it work with 7 IDs but not with 8 IDs?

Yes, ids up to 1938 are working, 1938 is not working

9 hours ago, Tut said:

I am asking because it could just be a scripting limit so maybe it only allows 1 ID in the line

I think the situation is like this, I created this in a second variable and it worked thanks problem solved

Edited by Burak5312
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...