Virtual Textures how to use

Tips for creating and manipulating planet textures for Celestia.
Topic author
danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Virtual Textures how to use

Post #1by danielj » 01.10.2003, 16:08

I downloaded the Earth virtual texture from Johns site,but the textures didn't loaded.I put all the virtual textures in the med res folder,the 3ds file in models and ctx in data folder.But didn't work.Can somebody help me?

praesepe
Posts: 220
Joined: 15.10.2002
Age: 44
With us: 22 years 1 month
Location: Barcelona, Spain

Post #2by praesepe » 01.10.2003, 18:24

Hi danielj

Looks like you are a bit confused about how ctx/VT files work... First of all, look carefully at the virtual texture zip's directories, it should be a ctx file and a folder containing the tx_n_m.* files. For example, in my 16k Moon virtual texture zip there is a file called Moon16kVT.cxt and a folder called Moon16k VT containing all the dds tiles. What you have to do is to copy both tiles folder and ctx files into your textures folder (can be any of the tree lores/medres/hires, usually medres/hires) and thats you got it. Take in account that the folder containing the tiles has to be exactly the same to the one specified in the ctx file.

As an example, this is Jim's ctx file for his Mercury virtual texture:

Code: Select all

VirtualTexture
{
        ImageDirectory "mercury" <--- this is the folder name
        BaseSplit 0
        TileSize 512
        TileType "dds"
}


I hope this helps :)
Greets :P

praesepe

Topic author
danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

OK,BUT STILL DON?T WORK

Post #3by danielj » 02.10.2003, 19:36

How can I edit the ssc files?How can I copy the entire folder and not just the pictures individualy?When,I try this,I only was capable of copy the entire folder but inside the Level 3 Folder and inside the LOI Folder,like this:
med res>Earth LOI>Level 0,1 or 2>LOI 0,1 OR 2.
When I edit the ssc following John?s instructions,the Earth appear without any landmass,only the ocean and the clouds.


praesepe wrote:Hi danielj

Looks like you are a bit confused about how ctx/VT files work... First of all, look carefully at the virtual texture zip's directories, it should be a ctx file and a folder containing the tx_n_m.* files. For example, in my 16k Moon virtual texture zip there is a file called Moon16kVT.cxt and a folder called Moon16k VT containing all the dds tiles. What you have to do is to copy both tiles folder and ctx files into your textures folder (can be any of the tree lores/medres/hires, usually medres/hires) and thats you got it. Take in account that the folder containing the tiles has to be exactly the same to the one specified in the ctx file.

As an example, this is Jim's ctx file for his Mercury virtual texture:

Code: Select all

VirtualTexture
{
        ImageDirectory "mercury" <--- this is the folder name
        BaseSplit 0
        TileSize 512
        TileType "dds"
}


I hope this helps :)


Return to “Textures”