Page 1 of 1

Deleting texture packages from your map!

Posted: Fri Jun 29, 2012 2:47 pm
by Isotoxin
I remember there was a code to do this?

Extra info : I used textures in my first version of the map, but I fully retextured the map, and now those packages are still there. Anyway to get rid of those?

Re: Deleting texture packages from your map!

Posted: Fri Jun 29, 2012 2:49 pm
by Metalfist
texture cull

Re: Deleting texture packages from your map!

Posted: Fri Jun 29, 2012 5:19 pm
by Isotoxin
And how does it work? Sorry, i've never used it before.

Re: Deleting texture packages from your map!

Posted: Fri Jun 29, 2012 5:57 pm
by Metalfist
http://wiki.beyondunreal.com/Legacy:Texture_Cull

Type texture cull in console
You will get a list and see the culled textures
Save map
Exit
Load it up again and see that the unused textures are gone

Re: Deleting texture packages from your map!

Posted: Fri Jun 29, 2012 7:05 pm
by Isotoxin
aint gone.. they aint default packages, so i want the whole package out and set the texture to the default one

Re: Deleting texture packages from your map!

Posted: Sat Jun 30, 2012 1:15 am
by Renegade
Isotoxin wrote:aint gone.. they aint default packages, so i want the whole package out and set the texture to the default one
If they're not gone, there's an exposed surface somewhere that uses a texture from whatever package it is you want out (Texture cull takes care of unseen surfaces). Use the texture replace tool to get rid of whatever's left.

Re: Deleting texture packages from your map!

Posted: Sat Jun 30, 2012 12:33 pm
by JackGriffin
There are times I've seen that texture cull will not clear the issue. It's an obvious bug somewhere in the brush data but I've seen it myself: total removal of a certain package's references from any searchable brush yet I could not get the package reference removed from the list.

Re: Deleting texture packages from your map!

Posted: Sat Jun 30, 2012 8:31 pm
by Isotoxin
The texture replace took fixed it, thanks alot guys!