How to install the Moon 16K VT

Tips for creating and manipulating planet textures for Celestia.
Topic author
sieggi
Posts: 2
Joined: 02.10.2005
With us: 18 years 11 months

How to install the Moon 16K VT

Post #1by sieggi » 02.10.2005, 13:57

Unfortunately my command of English isn't good enough to understand your instructions, so my wife wrote this text for me. I installed the textures as follows:
Celestia\textures\hires\Moon16K VT\level*.*
But I can't see the textures on the moon. What is wrong with them?
Thank you very much for your help.
Best wishes from Munich, Bavaria, Germany. (Bavarian beer festival)
Siggi Kokott

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 22 years
Location: NY, USA

Post #2by selden » 02.10.2005, 15:21

Siggi,

The easy fix is to rename
Moon16KVT.ctx ----> moon.ctx

Celestia looks for the texture moon.*

Or you can create an SSC file to define
Moon16KVT to be an AltSurface. That is more complicated.
Selden

praesepe
Posts: 220
Joined: 15.10.2002
Age: 44
With us: 21 years 11 months
Location: Barcelona, Spain

Post #3by praesepe » 02.10.2005, 18:06

Hi Siggi,

Well you can do as selden says, or try renaming solarsys.ssc entry for moon texture definition from:

Code: Select all

"Moon" "Sol/Earth"
{
                    Texture "moon.*"
}


to:

Code: Select all

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


This will force Celestia to use only that texture for the moon.


Another solution would be to define as an alternate surface so you can switch between more than one texture per object with the AltSurface command.

All you have to do is to create a new subfolder in the extras folder with the name you want taking into account the usual folder structure for addons: i.e.

Code: Select all

c:\program files\Celestia\extras\Moon16k VT\textures\medres\Moon16K VTvt\levelx\


create a ssc file with this code:

Code: Select all

AltSurface "Moon 16K VT" "Sol/Earth/Moon"
{
   Texture "Moon16KVT.ctx"
}


and save it in:

Code: Select all

c:\program files\Celestia\extras\Moon16K VT\


And that's all; now when you right-click on the moon you'll have the alternate surfaces option which give you the option to switch to this new map ;)
Greets :P

praesepe


Return to “Textures”