View Single Post
  #16  
Old 12-19-2011, 09:50 AM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Quote:
Originally Posted by Tigertooo View Post
Hi Banks,
2 questions
-Can you telll why there are some 12 or more dummy's? Can't it be done with
one dummy?
-what do you mean with "use menu entry 8 and 9 to scroll the list" ? don't have a clue.
I'm very interested in your project. S!
One dummy is not enough as the host and every client needs a free place to be able to access the mission order menu. It would be possible to create the dummy aircraft on demand, i.e. create a dummy if a new client connects that needs a place. For simplicity I used a reasonable amount of fixed dummys to support a large number of clients. To support the displaying of the briefing I think I'll need to create the dummy aircraft on demand to assign them the correct briefing. But this will be in a later release.


The mission menu is limited to 9 entries per "page". For example if you want to select the aircraft, however the mission features 10 aircraft the list of aircrafts has to be split into 2 "pages" to be able to access all aircraft. Therefore the "select aircraft" and "select mission" menu have the entries "8. Page up" and "9 . Page down" to scroll betwenn the different pages. The entry "0. Cancel" is the default entry to go a level up in the previous menu.

Example:

-- Page 1 --
1. Aircraft A (Spitfire)
2. Aircraft B (Spitfire)
3. Aircraft C (Spitfire)
4. Aircraft I (Ju 87)
5. Aircraft J (Ju 87)
6. Aircraft K (Ju 87)
7. Aircraft L (Ju 87)
8. Page Up
9. Page Down

0. Cancle

-- Page 2 -- (displayed if you pressed "9. Page Down")
1. Aircraft M (Ju 87)
2. Aircraft N (Ju 87)
3. Aircraft O (Ju 87)




8. Page Up
9. Page Down

0. Cancel

Last edited by 41Sqn_Banks; 12-19-2011 at 09:55 AM.
Reply With Quote