Difference between revisions of "Changing textures"
From XStoryPlayer Wiki
Line 20: | Line 20: | ||
<li>Open the <code>/scenes/textures/character6/body_all_png.dds</code> texture.<br> | <li>Open the <code>/scenes/textures/character6/body_all_png.dds</code> texture.<br> | ||
It is the body skin texture used for Saiko her body. | It is the body skin texture used for Saiko her body. | ||
− | Use "Load | + | Use "Load Using Default Sizes" in the .dds popup dialog if you get this popup dialog.</li> |
+ | <li>Now let us make Saiko somewhat more alien like. Download [http://wiki.xmoonproductions.org/files/alien_tex.zip these textures] and replace the current ones.</li> | ||
</ol> | </ol> |
Revision as of 15:28, 6 January 2015
The scene textures can be found in the ./pack/pack_dungeon/scenes/textures
directory.
The scene sounds can be found in the ./pack/pack_dungeon/scenes/sounds
directory.
The character sounds can be found in the ./pack/pack_dungeon/ai/speech/default
directory.
Texture format
- XStoryPlayer color textures are in .dds file format.
- XStoryPlayer bump/displacement/normal textures are not in the .dds file format because that results in artifacts due to its normalized nature.
A .dds file is an compressed image format like .png or .jpg.
It contains reduced (mipmapped) versions of the image and it can directly be used as a compressed texture by the graphics card.
Opening a .dds file
- Most image editors have a plugin that allows you to open .dds files. This tutorial assumes you will be using Photoshop.
Download a .dds plugin for photoshop here. - Open the
/scenes/textures/character6/body_all_png.dds
texture.
It is the body skin texture used for Saiko her body. Use "Load Using Default Sizes" in the .dds popup dialog if you get this popup dialog. - Now let us make Saiko somewhat more alien like. Download these textures and replace the current ones.