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.

Custom Textures on 2.7.0

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
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Custom Textures on 2.7.0

Post by lzrstrm »

Hey i need help executing my new textures i made for my map
on 2.7.0 PAS
im in the middle of a map soo i cant restart
the wiki didnt help me
Virus 44
Image
User avatar
jSoftApps
Member
Member
Posts: 426
Joined: May 2nd, 2011, 10:02 pm
Name: J.R.
IRC Username: jSoftApps
Location: jSoft Apps Software Innovations HQ
Contact:

Re: Custom Textures on 2.7.0

Post by jSoftApps »

It would be almost not worth it to execute them in-game. I recommend editing your map config file or you default_map_settings.cfg file
Hope it helps :mrgreen:
jSoft Apps Software Innovations - App, Games and More!
Visit our Website!

Image

jSoft Apps is now on indie db!
Image
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Custom Textures on 2.7.0

Post by chocolatepie33 »

Code: Select all

/exec packages/(foldernamehere)/package(s).cfg
This executes package (or packages) .cfg and adds the textures to your map-art.cfg. This works for just the one map.
The other option, like jSoft said, is to externally add them. Ideally, you would still have the package.cfg in the folder, you'd just add that same line of code to the bottom of default-map-settings.cfg, and that would add the textures to all maps.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
jSoftApps
Member
Member
Posts: 426
Joined: May 2nd, 2011, 10:02 pm
Name: J.R.
IRC Username: jSoftApps
Location: jSoft Apps Software Innovations HQ
Contact:

Re: Custom Textures on 2.7.0

Post by jSoftApps »

I forgot about the console method. Good Idea CP
jSoft Apps Software Innovations - App, Games and More!
Visit our Website!

Image

jSoft Apps is now on indie db!
Image
Locked