Gemini without colors
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
-
Topic authorcelestrom hayabusa
- Posts: 7
- Joined: 23.11.2016
- With us: 8 years
Gemini without colors
Hello, I have a model of the gemini ship in their respective folder extras with their files and this model is new, I came with a pak of textures that I put in your textures-medres folder but when loading the celestia and visiting the ship I get the Model not as a bubble or without anything but appears black, colorless what can be happening? Or better how do I make it appear with its normal colors? Thank you.
-
Topic authorcelestrom hayabusa
- Posts: 7
- Joined: 23.11.2016
- With us: 8 years
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
i take it you are not aware that you posted LINKS to the images and NOT THE IMAGES !!!
This is apple so files with a __ in front of the name are 229 BIT links
also your mesh "Gemini_carbajal.3ds" is using TIF images and not png images
-- extracted from the binary 3ds using a hex editor
TEXTUREU.TIF
TEXTURET.TIF
TEXTUREB.TIF
TEXTUREC.TIF
see the problem
all cap 16 bit 8.3 file names ( think windows 95 and earlier )
now the original " shrox.com " 3d mesh from the 1980's ( yes it is that OLD) uses colored vertexes
there are no textures needed
This is apple so files with a __ in front of the name are 229 BIT links
Code: Select all
.
├── gemini.ssc
├── models
│ ├── gemini.3ds
│ └── Gemini_carbajal.3ds
└── texures
├── __texturebottomwhite26.png
├── __texturecircle14.png
├── __texturecircle15.png
├── __texturegemini4.png
├── __texturetop26.png
├── __textureusa11.png
└── __texures
also your mesh "Gemini_carbajal.3ds" is using TIF images and not png images
-- extracted from the binary 3ds using a hex editor
TEXTUREU.TIF
TEXTURET.TIF
TEXTUREB.TIF
TEXTUREC.TIF
see the problem
all cap 16 bit 8.3 file names ( think windows 95 and earlier )
now the original " shrox.com " 3d mesh from the 1980's ( yes it is that OLD) uses colored vertexes
there are no textures needed