Question Can textures be assigned or swapped in the ini, scn or cfg files?

Scarecrovv

New member
Joined
Jul 1, 2008
Messages
26
Reaction score
0
Points
1
Location
Coventry, UK
Website
www.crowstuff.co.uk
Can textures be assigned or swapped in the ini, scn or cfg files?

I've built a spacecraft and I have multiple texture variations for it.
At the moment, the only way I can see of using those variations is to make multiple copies of the exact same MSH and change the textures in MeshWizard, which seems inefficient and wasteful.

Obviously I could supply the mesh with instructions on how to re-assign the textures in MeshWizard but that solution is inelegant at best and I like to keep things nice and simple for the end-user.

I've had a look through the Spacecraft 3 and Orbiter Docs and run a number of searches on the forums but so far I can't see if it's possible or not.

Cheers,

Crow
 

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
It's not possible with spacecraft3.dll - skin support can be done via custom .dll module for the ship.
 

Scarecrovv

New member
Joined
Jul 1, 2008
Messages
26
Reaction score
0
Points
1
Location
Coventry, UK
Website
www.crowstuff.co.uk
Blast!

Thanks, Loru. Sadly I'm an artist, not a programmer so a custom DLL is out of the question. I'll just have to do them as seperate MSH files :( Ah well, they aren't that big, I suppose.

Cheers

Crow
 

RisingFury

OBSP developer
Addon Developer
Joined
Aug 15, 2008
Messages
6,427
Reaction score
492
Points
173
Location
Among bits and Bytes...
With the API_Guide.pdf supplied with Orbiter, writing a simple DLL is more copy-paste and tweaking, then programming...
 
Top