help

Tips for creating and manipulating planet textures for Celestia.
Topic author
JCP
Posts: 1
Joined: 15.04.2007
With us: 17 years 7 months

help

Post #1by JCP » 15.04.2007, 03:07

ok i just downloaded VT Moon Surface Map files and im haven probs
1. i tryed putting the unziped files into the addons foleder nothing ..
2. i downloaded the Vt files for dummies
3. i i put the moon folder into the hired folder made the ctx like it told me
VirtualTexture
{
ImageDirectory "Moon"
BaseSplit 0
TileSize 1024
TileType "png"
}
3. i made the ssc file and put it in extras folder
AltSurface "Moon" "Sol/Moon"
{
Texture "Moon.ctx"
}

4. still nothing !!! what am i doing wrong?

JrzyCrim
Posts: 30
Joined: 04.07.2003
With us: 21 years 4 months

Post #2by JrzyCrim » 15.04.2007, 07:18

If you're using it as an alternate surface, you'll have to right click on the Moon and select it via the Alternate Surfaces menu. However, I'm assuming you want that to be the default texture.

I suggest creating a "Moon" directory in "Extras" for your texture:

Code: Select all

extras/Moon/
extras/Moon/Moon.ssc
extras/Moon/textures/
extras/Moon/textures/hires/
extras/Moon/textures/hires/Moon.ctx
extras/Moon/textures/hires/MoonVT/
extras/Moon/textures/hires/MoonVT/level0/
extras/Moon/textures/hires/MoonVT/level1/
extras/Moon/textures/hires/MoonVT/level2/
extras/Moon/textures/hires/MoonVT/level.../

Moon.ssc:

Code: Select all

Modify "Moon" "Sol/Earth" {
  Texture "Moon.ctx"
}

Moon.ctx:

Code: Select all

VirtualTexture {
  ImageDirectory "MoonVT"
  BaseSplit 0
  TileSize 1024
  TileType "png"
}

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #3by selden » 15.04.2007, 11:20

An attempt at a brief description of two ways to arrange VTs is at http://www.lepp.cornell.edu/~seb/celestia/brief_vt.html

Please let me know if it helps.
Selden


Return to “Textures”