11-03-2008, 10:44 PM
what if you added a tag to the passenger configuration file...
(i dont have fsp installed becuase im not using fs9 so im really dont remember how it went)
but in the passenger database, could there be a spot where it is true or false (or even blank so you dont have to go through and add false
to eveyr member) where if it is true, it adds that passenger as preferred...
so here is my passenger.cfg (even though i believe it is a spreadsheet)
then when the plane loads passengers, it checks if any are "preferred" and makes sure they are on the flight...
this way players can have that added eye candy without having to do it every flight, but it is a nice idea!
Hopefully that would not be to hard to check (granted if the passenger list is long, it will add to run time by O(n), or maybe there can be a
seperate list that handles this so instead:
passengers.cfg
and passengers_preferred.cfg to simply things?)
Post Edited ( 03-11-08 22:45 )
(i dont have fsp installed becuase im not using fs9 so im really dont remember how it went)
but in the passenger database, could there be a spot where it is true or false (or even blank so you dont have to go through and add false
to eveyr member) where if it is true, it adds that passenger as preferred...
so here is my passenger.cfg (even though i believe it is a spreadsheet)
Code:
firstname lastname age preferred
aaa bbb 21
ccc fff 35
my friend 23 true
ggg hhh 49
then when the plane loads passengers, it checks if any are "preferred" and makes sure they are on the flight...
this way players can have that added eye candy without having to do it every flight, but it is a nice idea!
Hopefully that would not be to hard to check (granted if the passenger list is long, it will add to run time by O(n), or maybe there can be a
seperate list that handles this so instead:
passengers.cfg
and passengers_preferred.cfg to simply things?)
Post Edited ( 03-11-08 22:45 )
______
The PilotsNetwork ( http://www.pilotsnetwork.com )
The PilotsNetwork ( http://www.pilotsnetwork.com )