I have a this problem with the exec directive. in that i can't seem to get it to work properly when loading utx or any other type of package
Problem is this
i have tried following lines to try to get the .u file to not include the .utx
#exec OBJ LOAD FILE=InterfaceContent.utx
#exec OBJ LOAD FILE="..\Textures\InterfaceContent.utx"
But no matter which line i use it always add the InterfaceContent in with the script file for the resulting .u file.
What am i missing ???
I read thru the stuff Wiki has on #exec directives, and according to that the second line should work. but it doesn't
Problem is this
i have tried following lines to try to get the .u file to not include the .utx
#exec OBJ LOAD FILE=InterfaceContent.utx
#exec OBJ LOAD FILE="..\Textures\InterfaceContent.utx"
But no matter which line i use it always add the InterfaceContent in with the script file for the resulting .u file.
What am i missing ???
I read thru the stuff Wiki has on #exec directives, and according to that the second line should work. but it doesn't
Comment