Virtual Textures (url gone, I know about the sticky :))
Virtual Textures (url gone, I know about the sticky :))
Hi, im new to Celestia, and I have some questions. I figured out for myself how to use new texture files, how to use bump maps, normal maps, and alter the data files and everything, but I dont know how to get VTs working. Like, for example, if I downloaded a multiple level earth vt, then my clouds and nightlights dont work with it. I checked the VT sticky, but the dummies guide was a bad link. Thanks for your help, Celestia is pretty great
It would help if you specified exactly what URL is failing for you.
As best I can tell, the VT documentation on the Motherlode site is still available. See
http://celestiamotherlode.net/catalog/d ... ation.html
As best I can tell, the VT documentation on the Motherlode site is still available. See
http://celestiamotherlode.net/catalog/d ... ation.html
Selden
- cartrite
- Posts: 1978
- Joined: 15.09.2005
- With us: 19 years 2 months
- Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine
I find that my VT cloud maps must be in one of the celestia/textures folders, ie hires, medres, lores, and NOT the textures folder from the earth addon.
I put both the the VT cloudmap directory and the ctx file in the celestia/textures/hires folder. I'm not sure but the nightlights may work the same.
cartrite
I put both the the VT cloudmap directory and the ctx file in the celestia/textures/hires folder. I'm not sure but the nightlights may work the same.
cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4
I tried the mars VT with the dummies guide, but I cant get my normal map to work with it. I removed the ssc file that made marshires an alternate texture, than I pointed the texture line in solarsys.ssc to the ctx file. I tried putting my normalmap in different folders, but it doesnt seem to work. Can you even use a normalmap under a VT?
"Mars" "Sol"
{
Texture "MarsHires.ctx"
NormalMap "normalmars.*"
BTW the bad link I mentioned was in the VT for dummies sticky, URL http://www.bobhegwood.com/
"Mars" "Sol"
{
Texture "MarsHires.ctx"
NormalMap "normalmars.*"
BTW the bad link I mentioned was in the VT for dummies sticky, URL http://www.bobhegwood.com/
Last edited by srr on 26.06.2006, 15:20, edited 1 time in total.
Celestia searches for a VT .CTX file just as it would a non-virtual .JPG or .PNG texture file when it's speciified in an SSC file.
It's best not to edit Celestia's own SSC catalogs. It's too easy to damage them so that Celestia doesn't work.
Instead create an Addon containing SSC catalogs and your new textures, defining them as AltSurfaces.
Put the .CTX files in the Addon's folder /textures/hires/
and put the associated image files in the folders within /hires/ that are specified in the .CTX file.
Clouds are not surface textures, so they have to be handled separately.
It's best not to edit Celestia's own SSC catalogs. It's too easy to damage them so that Celestia doesn't work.
Instead create an Addon containing SSC catalogs and your new textures, defining them as AltSurfaces.
Code: Select all
AltSurface "MyVTs" "Sol/Earth" {
Texture "hires-surface.*"
NormalMap "hires-normal.*"
}
Put the .CTX files in the Addon's folder /textures/hires/
and put the associated image files in the folders within /hires/ that are specified in the .CTX file.
Clouds are not surface textures, so they have to be handled separately.
Selden
I put the solarsys back to the way it was:
"Mars" "Sol"
{
Texture "mars.*"
NormalMap "normalmars.*"
and made a ssc in the extras folder called MarsHires that says
AltSurface "MarsHires" "Sol/Mars"
{
Texture "MarsHires.ctx"
NormalMap "normalmars.*"
}
the normal map is in /textures/medres and the ctx file for Marshires is in /textures/hires/. The alternate surface works fine, I can switch to the VT mars in right click, but I only get the normal map if I am using the original dds texture.
"Mars" "Sol"
{
Texture "mars.*"
NormalMap "normalmars.*"
and made a ssc in the extras folder called MarsHires that says
AltSurface "MarsHires" "Sol/Mars"
{
Texture "MarsHires.ctx"
NormalMap "normalmars.*"
}
the normal map is in /textures/medres and the ctx file for Marshires is in /textures/hires/. The alternate surface works fine, I can switch to the VT mars in right click, but I only get the normal map if I am using the original dds texture.