Back to Browse

Arma 3 Mission Making Tutorial - Adding Custom Texture

1.4K views
Nov 17, 2023
6:49

A tutorial for those who want to learn Arma 3 mission making. This deals with how you can add your own texture to vehicles in your mission, and then spawn the vehicle as Zeus or through respawning. !very important thing! Using setObjectTextureGlobal in the init field is not optimal. Therefore, I recommend replacing setObjectTextureGlobal with setObjectTexture if you are using this command in the object's init field. Or, you can discriminate in the init field by placing the code inside an "if then" statement like this: if (isServer) then { this setObjectTextureGlobal [0, "texture\FNCAR.jpg"]; }; More Arma Mission Making Tutorial videos: https://www.youtube.com/playlist?list=PLwuDMje1ULqbyi-wxIZEjF_JtVaeMXanM #arma3 #gaming #gamingvideos #gamingclips #gamingcommunity #arm3tutorial #tutorials #missionmaking

Download

0 formats

No download links available.

Arma 3 Mission Making Tutorial - Adding Custom Texture | NatokHD