Gentlemen,
I tread here on tippy toes - knowing nothing about which I speak.
But I am in need of some clarification, please.
What are fonar locations? (an example below from the "Santiago_ship")
//Day
Locations[n].models.day.charactersPatch = "deckMedium_p";
Locations[n].models.day.fonar = "deckMedium_fd";
//Night
Locations[n].models.night.charactersPatch = "deckMedium_p";
Locations[n].models.night.fonar = "deckMedium_fn";
I am trying to make a deck with no crew present, i.e. an empty ship.
so I am trying to find a method of removing them or their not being loaded in the first place.
Any thoughts?
TIA (Thanks in Advance)
I tread here on tippy toes - knowing nothing about which I speak.
But I am in need of some clarification, please.
What are fonar locations? (an example below from the "Santiago_ship")
//Day
Locations[n].models.day.charactersPatch = "deckMedium_p";
Locations[n].models.day.fonar = "deckMedium_fd";
//Night
Locations[n].models.night.charactersPatch = "deckMedium_p";
Locations[n].models.night.fonar = "deckMedium_fn";
I am trying to make a deck with no crew present, i.e. an empty ship.
so I am trying to find a method of removing them or their not being loaded in the first place.
Any thoughts?
TIA (Thanks in Advance)