darta Posted July 10, 2020 Posted July 10, 2020 hello i try to use ucc compiler, i have decompiled uc scripts all is fine, but when compiling i got error message redundant data: name ="spriteemitter15" ObjectProperty Engine.ParticleEmitter.Texture: unresolved reference to `Texture `Lineageeffectstextures.Particles5.fx_m_t8158` now i get that the file lineageeffectextures is not found by the compiler, i put the .utx files in the system folder where compiler is, outside the system folder, made new folder systextures also, nothing works, can anyone tell me where to put the files ? in l2.ini of the compiler is written like this: Paths=../SysTextures/*.utx ty
NevesOma Posted July 10, 2020 Posted July 10, 2020 (edited) 35 minutes ago, darta said: hello i try to use ucc compiler, i have decompiled uc scripts all is fine, but when compiling i got error message redundant data: name ="spriteemitter15" ObjectProperty Engine.ParticleEmitter.Texture: unresolved reference to `Texture `Lineageeffectstextures.Particles5.fx_m_t8158` now i get that the file lineageeffectextures is not found by the compiler, i put the .utx files in the system folder where compiler is, outside the system folder, made new folder systextures also, nothing works, can anyone tell me where to put the files ? in l2.ini of the compiler is written like this: Paths=../SysTextures/*.utx ty It cannot find the texture fx_m_t8158 in your file. https://www.techopedia.com/definition/18707/data-redundancy Edited July 10, 2020 by NevesOma
darta Posted July 10, 2020 Author Posted July 10, 2020 (edited) yes, but why? i put .utx files in system folder, outside, everywhere really, and inside the .utx there is the texture. it s the same for every .uc script compiled, not just this, compiler cant find .utx .usx file Edited July 10, 2020 by darta
Frank Posted July 12, 2020 Posted July 12, 2020 Create a folder named textures outside compiler folder and add your .utx there.
SGER@fjs Posted July 20, 2020 Posted July 20, 2020 we can help you if you show your files. you can rename .utx to .u and past to ../system and delete this " name ="spriteemitter15" " or comment with "//" //name ="spriteemitter15"
LightFusionMain Posted July 21, 2020 Posted July 21, 2020 On 7/10/2020 at 11:55 AM, darta said: yes, but why? i put .utx files in system folder, outside, everywhere really, and inside the .utx there is the texture. it s the same for every .uc script compiled, not just this, compiler cant find .utx .usx file Huh, that's because u are missing some .utx textures , that lineageeffecttextures.utx is dependant on , and your compiler can't tell u anything about it, it simply won't load it ...
Recommended Posts