Page 1 of 1

Texture loading issues

Posted: December 18th, 2009, 2:34 am
by Eagle
This was something I noticed while I was playing around making building. It seems you cannot add textures to your texture list after you initially load the set into the engine. This is terrible! What do you do if you need to change a texture or add some? It’s not productive if you have to start from scratch every time. Is there a workaround for this?

Always~
Vickie ;)

Re: Texture loading issues

Posted: December 18th, 2009, 7:23 am
by siimvuss
Well I dont understand what you mean...
But theres a good tutorial of how to add your textures here: http://sandboxgamemaker.com/wiki/index. ... _a_new_map

Re: Texture loading issues

Posted: December 18th, 2009, 9:38 am
by Mike
The default_map_settings.cfg is where you put them so they are set to create a new map, but if you want to add them into an existing map, you add them into the maps art.cfg That is in /packages/base/ That way no matter how the texture order changes in the default_map_settings, your map will have the proper textures and proper texture order. Its good to add new textures at the end as well or it changes the texture order. Take care.
-mike

Re: Texture loading issues

Posted: December 18th, 2009, 1:49 pm
by Eagle
THANK YOU!!! Yes, this is what I need Mike! Thank you, thank you, thank you! XXXOOOXXXOOO~ (giggles)

Always~
Vickie ;)

Re: Texture loading issues

Posted: December 18th, 2009, 2:16 pm
by Chaze007
Hey Vickie! Other members have been having this problem as well, I'll be sure to update my 'Adding Custom Textures' tutorial sometime soon so no-one else gets stuck. Glad Mike here could help you.

~Chaze007

Re: Texture loading issues

Posted: December 18th, 2009, 2:28 pm
by Eagle
Hi Will, hey it was your tutorial that allowed me to get textures in the engine in the first place, that is a great piece of work thank you so much!

Always~
Vickie ;)

Re: Texture loading issues

Posted: December 18th, 2009, 2:31 pm
by Chaze007
Anytime, hopefully I'll be able to update it and add more special options, like blendmaps and etc. I've just been so packed lately haha. I have to get something done on my game project.

Re: Texture loading issues

Posted: December 18th, 2009, 2:46 pm
by GR1M
A helpful thing you can do is hold down the y key and scroll to your last texture used... Just to make editing easyer :) and I see you already found the thread chaze made I was going to suggest that.