Game Development Community

please help precipitation problem

by Jared Kidd · in Game Design and Creative Issues · 12/13/2009 (3:32 pm) · 2 replies

im making rain for my game so i started in PSP8 making my rain but ive messed around with it a lot but everytime i add it to my game it shows white squares falling and not my texture any help please i done scripted it and stuff just can't get the texture to work

About the author

i'm 16 and i really enjoy making games and testing them. i started making games when i was 11 using game maker, but then i started using torque when i was about 13 and now i fell in love with game designing and look forward to making a career out of it.


#1
12/14/2009 (12:22 am)
Make sure that your texture is a .PNG file, and make sure that it's sized in a power of two (try 256x256 or 512x512). I've made these mistakes many times.
#2
12/14/2009 (12:25 am)
i figured out the problem but i didn't realize y it was a big deal but i think i do now.
i had the dropTexture = "./blah/blah/blah";
when it should have ~ besides having a dot my bad guys but i did try it out alot before i posted anything on here but thanks bryce for the help