Difference between revisions of "Modifying a Texture"
From Elite Wiki
Captain Berf (talk | contribs) (Created page with '=Modifying a Texture= Textures or skins are 2D graphics that are wrapped around 3D objects by the game. ==Location== The textures are stored as .png files in the ''/Textures'' …') |
(No difference)
|
Revision as of 04:23, 18 November 2009
Modifying a Texture
Textures or skins are 2D graphics that are wrapped around 3D objects by the game.
Location
The textures are stored as .png files in the /Textures folder. Which /Textures folder depends on whether the object is part of the standard game or part of an add-on.
$PROGDIR/
Oolite.app/
Resources/
Textures/ <-- Textures for standard ships live here.
Addons/
ShipX/
Textures/ <-- Textures for ShipX live here.
ShipY/
Textures/ <-- Textures for ShipY live here.