Please or Register to create posts and topics.

Custom Instance Textures Misaligned?

PreviousPage 2 of 2

Your problem is not that you have misaligned textures, your problem is that you should make your textures a larger size in order to avoid such texture-scaling in game. Try unpressing the "Scaling Texture lock" button of your toolbar, the one on the right:

Image

However, the texture you show in that screenshot ("scary_light_cracked") is 128x128 pixels, but you are trying to use it for a 128x128 hammer units panel, but that is not the default proportion. 128 hammer units are 512 pixels in "real life". Try to make your texture the size you really need it.

Also, you are using the 'noportal' parameter wrongly:

Wrong = $noportal 1
Correct = "%noportal" 1

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]

Okay thanks, and for the noportal thing, I was wondering why portals were working.

This... sentence... is... false.... dontthinkaboutdontthinkaboutdontthinkaboutdontthinkaboutdontthinkaboutit
MLIA
Thanks in advance :thumbup:
PreviousPage 2 of 2