Hello again. I'm having problems adding textures, perhaps I'm adding too many. After adding my 3rd textures folder, with over 100 textures, the game states upon launch into editmode of a new map: //unknown texture several times in the top left corner before stating successfully loaded 39 waypoints. Any ideas?
Much thanks. yes.
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
texture problems
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: texture problems
So by the 39 waypoints added, I'm assuming your in Moviecube mode. I'd recommend making sure all of the files are correctly coded. Often when coding for a long section (over 100 textures for example), there is a possibility of missing a " or something similar throughout the script. Make sure that the code is correct, and if the problem persists, try adding them again.
Arcones
Arcones

Want a user bar like this one? PM Leo!
-
- Member
- Posts: 5
- Joined: January 1st, 2011, 8:24 pm
- Name: john
Re: texture problems
I'm actually in RPG mode, I used to start in the default FPS or whatever it might be, but everytime i started that i was stuck and unable to do anything. It has now also happened in RPG mode with those error messages. I double checked my texture packages and all quotation marks seem to be there.So by the 39 waypoints added, I'm assuming your in Moviecube mode.
Code: Select all
texturereset // starts the texture slot/index at 0
setshader stdworld // use default world shader unless specified otherwise
texture 0 "loopix/daysky_bk.jpg"
//texture 0 "texturepack/veg061.jpg"
setshader decalworld
//texture 0 "golgotha/water2.jpg"
//texscroll .3 .1
//texture 1 golgotha/water2over.png
setshader stdworld
exec packages/swg/packages.cfg
setshader stdworld
exec packages/swg3/packages.cfg
setshader stdworld
exec packages/swg4/packages.cfg
//texture 0 "texturepack/veg061.jpg"
//texlayer 45
texture 0 "aard/aardograss_1.jpg"
autograss "textures/grass_kurt2.png"
exec "packages/aard/package.cfg"
exec "packages/cloward/package.cfg"
exec "packages/loopix/package.cfg"
exec "packages/textures/package.cfg"
texture 0 "aard/aardfdry256_1.jpg"
//exec "packages/texturepack/package.cfg
setshader bumpspecmapworld
setshaderparam "specscale" .8 .8 .8
texture 0 hirato/tiles.jpg 0 0 0 .25
texture n hirato/tilesN.jpg 0 0 0 .25
texture s hirato/tilesS.jpg 0 0 0 .25
Much thanks,
Jmooshington.