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?
help
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:
Moon.ssc:
Moon.ctx:
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"
}
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.
Please let me know if it helps.
Selden