Jump to content
Sign in to follow this  
DieselJC

Changing infoboards or fob signs?

Recommended Posts

I'd like to add a custom graphic to an info board or better yet a FOB sign..I have done this with a flag with no issues..but when trying the same image on a FOB sign it gives me an error of 2 set variables expected..I assume its because the board is one and the sign on it is another...is their a way to have a custom graphic show up on the sign? Ive done a search but havent found anything..and keep playing around with "this setObjecttexture" etc etc..and cant get it to work..any help would be great...

JC

Share this post


Link to post
Share on other sites

When I did this for a mission I found the image had to be square (so 64x64 or 128x128 etc.). So I made the image the dimensions I wanted and then squashed it down to a square - when it applied to the board it stretched back out to look normal :)

Code used was:

this setObjectTexture [0,"imgs\pindersign1.paa"];

Here's the image if you want to try it yourself and see if it works:

http://mirror.aef-hq.com.au/~arma/misc/pindersign1.paa

Share this post


Link to post
Share on other sites
When I did this for a mission I found the image had to be square (so 64x64 or 128x128 etc.). So I made the image the dimensions I wanted and then squashed it down to a square - when it applied to the board it stretched back out to look normal :)

Code used was:

this setObjectTexture [0,"imgs\pindersign1.paa"];

Here's the image if you want to try it yourself and see if it works:

http://mirror.aef-hq.com.au/~arma/misc/pindersign1.paa

Thanks Swordsman..much appreciated will give that a try!

Edit: That did it..works great!! Thanks for the help..much appreciated!

JC

Edited by Diesel Tech JC

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×