Modifying a Texture

From Elite Wiki
Revision as of 05:23, 18 November 2009 by 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'' …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.