Changing vanilla textures

Started by Sam_, August 06, 2015, 06:18:31 AM

Previous topic - Next topic

Sam_

As the title states I'm interested in changing the vanilla textures as you see in the core art assets. I want to be able to actually over ride them all, not just changing textures paths in the defs. For example the background on the title menu has no reference in any def.

To expand my question, where can I find the "Textures" folder for the core mod, or what is the overall structure of that folder.


skullywag

its a resources.asset file for unity, so everything you asked for is not public. Sorry. :(
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Shinzy

you can override them without changing the core defs at all
just memorize the current texture paths and recreate the entire texture folder tree either straight into the core mod or as a separate mod and plop your own textures there

It should work (atleast that's how it worked few alphas back when I changed the main menu screen planet to a big smiley face)

skullywag

Graphic random will mess up without xml....so cant really be done without code.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Shinzy

Quote from: skullywag on August 06, 2015, 11:51:59 AM
Graphic random will mess up without xml....so cant really be done without code.

oh, bummer