I'm trying to figure out how to add a custom poster to my UDK level as a decal, but I have no idea how. Any help would be appreciated.
I'm trying to figure out how to add a custom poster to my UDK level as a decal, but I have no idea how. Any help would be appreciated.
Easy stuff...import your texture, open its properties and change the AdressXY from "wrap" to "clamp" (prevents tiling). Create a material with the texture and plug that material to your decal...done.
Formats can be in .PNG .BMP .TGA avoid jpeg's/jpg's they don't work with UDK. Teture must be in powers of 2 such as : 2,8,16,32,64,128,256,512,1024,2048
so your poster can be 512x1024 etc. Once imported right click on the texture and go to its properties and you will find AdressXY.
FREELANCER PROGRAMMER/ARTIST OPEN FOR HIRE
Tutorial :
Vaulting Using Actors
Widescreen Hotfix (Canvas)
Scene Contrast PostProcess
Creating Menus/Buttons Using Canvas
RPG Inventory Abstract
Ocean Waves using World Position Offset
Sniper Lens Effect
Packs/Downloads :
BallGame Starter Pack
Zombies Demo/Source Code
Please do not PM me with questions. I am very busy and questions are better off left to the forums. Thank You
I always find PNG's are the nicest to use.
Make Something Unreal Live 2012 Winner
Environmental Artist @CommandoKiwi
Thanks so much, guys1
Bookmarks