Page 1 of 1
Custom Textures on 2.7.0
Posted: October 14th, 2011, 9:09 pm
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
Re: Custom Textures on 2.7.0
Posted: October 14th, 2011, 9:47 pm
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

Re: Custom Textures on 2.7.0
Posted: October 14th, 2011, 10:38 pm
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.
Re: Custom Textures on 2.7.0
Posted: October 14th, 2011, 11:31 pm
by jSoftApps
I forgot about the console method. Good Idea CP