Help with adding new textures
Posted: January 23rd, 2013, 5:31 pm
Hey all, I havn't had musch time lately, but today, I was trying to figure out how to add some textures of mine to pas, and was encountering some problems. Here's my code so far:
// mytextures By Stealthpanda
setshader stdworld
texture 0 "mytextures/1_met.jpg"
texture 0 "mytextures/1_store.jpg"
texture 0 "mytextures/2_store.jpg"
//texture 0 "mytextures/4_wall.jpg"
//texture 0 "mytextures/5_wall.jpg"
exec packages/mytextures/packages.cfg
Help!
// mytextures By Stealthpanda
setshader stdworld
texture 0 "mytextures/1_met.jpg"
texture 0 "mytextures/1_store.jpg"
texture 0 "mytextures/2_store.jpg"
//texture 0 "mytextures/4_wall.jpg"
//texture 0 "mytextures/5_wall.jpg"
exec packages/mytextures/packages.cfg
Help!