Jump to content

Recommended Posts

Posted

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

Posted (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 by NevesOma
Posted (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 by darta
  • 2 weeks later...
Posted

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"

Posted
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 ...

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...