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.

Textures wont load

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
Dhuman
Member
Member
Posts: 18
Joined: December 16th, 2010, 8:42 pm

Textures wont load

Post by Dhuman »

Found saved maps had to use "compatability files" for them to show.
Next problem is followed tutorial for add custom textures in wiki help.
followed instruction No good. Do they have to be a certin size? like 512x512?
using "jpg" format, they don't show up in Textures when opened in edit mode not even in custom map.
under my "map name-art.cfg at the very bottom the selected textures are listed.
do i have to make a default map settings.cfg file in mystuff/data folder?
tutorial steps are not real clear trying to help grandson Age 8 with this problem
Dhuman
owenisred
Member
Member
Posts: 452
Joined: August 9th, 2010, 9:33 am
Name: Owen

Re: Textures wont load

Post by owenisred »

Texture files should be square, but the size doesnt matter (512x512 would be a perfect size)

What steps of the tutorial have you followed?

(I have no idea about the first part)
I'm taking modelling requests again - any models you want created,skinned or animated (or all 3) leave a post here:

viewtopic.php?f=9&t=2704&start=0

My tutorial site - still under construction, but lots of good stuff there:

http://pasandbox.webs.com/
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: Textures wont load

Post by arcones »

Adding custom textures to map: That should be the tutorial you are using.

Open your Sandbox 2.6 folder and click Packages>(name of YOUR folder)>packages.cfg

As I don't know what texture and code you have, here's mine:

Code: Select all

//Textures Created by Arcones

setshader stdworld

texture 0 "arcones/yellow_tile.png"
texture 0 "arcones/blue_tile.png"
texture 0 "arcones/b_wtile.png"
texture 0 "arcones/green_tile.png"
texture 0 "arcones/red_tile.png"
texture 0 "arcones/white_tile.png"
texture 0 "arcones/brick.png"
texture 0 "arcones/brown_light(64x64).png"
texture 0 "arcones/brown_light.png"
texture 0 "arcones/dirt.png"
texture 0 "arcones/redbrick.png"
texture 0 "arcones/scratchblue.png"
Arcones
Image
Want a user bar like this one? PM Leo!
Dhuman
Member
Member
Posts: 18
Joined: December 16th, 2010, 8:42 pm

Re: Textures wont load

Post by Dhuman »

Thats the tutorial i used
wont let me edit the "default_map_settings in main data folder
edited mymap-art.cfg and added exec pakages/mytexetures/package.cfg
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Textures wont load

Post by chocolatepie33 »

are you sure you're spelling everything alright?
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Dhuman
Member
Member
Posts: 18
Joined: December 16th, 2010, 8:42 pm

Re: Textures wont load

Post by Dhuman »

Yes, spelling in all files correct have fat fingers when typing fast.
I remember using Dos and machine coding for CnC,s so i know spelling is critical.
could it be vista? should i always have to open folder "Mystuff" and then click the
compatability tab to see them
is it because it the free addition?
Locked