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.

texture problems

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
jmooshington
Member
Member
Posts: 5
Joined: January 1st, 2011, 8:24 pm
Name: john

texture problems

Post by jmooshington »

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.
arcones
Support Team
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

Post by arcones »

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
Image
Want a user bar like this one? PM Leo!
jmooshington
Member
Member
Posts: 5
Joined: January 1st, 2011, 8:24 pm
Name: john

Re: texture problems

Post by jmooshington »

So by the 39 waypoints added, I'm assuming your in Moviecube mode.
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.

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
If you can check the above default map settings file i would appreciate it, enclosed is the section i have added, the swg, swg3, and swg4 files.

Much thanks,

Jmooshington.
Locked