View Single Post
  #4  
Old 12-27-2013, 04:02 PM
TheGrunch's Avatar
TheGrunch TheGrunch is offline
Approved Member
 
Join Date: Oct 2009
Location: United Kingdom
Posts: 843
Default

Things are going well, mission state is now parsed from the server console output and the UI is updated to suit the current state:

An .ini configuration file is now generated and parsed back into the controller.



Next on the list:
  • to design and implement the mission loading UIs for single, cycle and DCG modes
  • to make the controller actually do something with the bit of information that it gets back:
    Code:
    [:file [:mission [:setting Mode single]] 
           [:server [:setting Port 21003] [:setting IP 192.168.1.254]]]
Reply With Quote