Jump to content

caboose

Community Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Reputation Activity

  1. Like
    caboose reacted to MDCCLXXVI in Adding extra side missions, and main AO's   
    The side mission structure is designed for modular insertion of your own. When built there was expectation that communities would do just this, but sadly not many have taken the time to develop new side missions.
     
     
    The structure is reasonably laid out for the side missions in the actual scripts. For the basic "go here and destroy something" type, here is a basic guide:
     
    0. Select location for the mission. Could be completely random or have geographic requirements (IE repeaters on hilltops, boats near water, etc)
     
    1. Create the objective and any set-pieces, any other non-critical structures and decorations.
     
    2. Create some guards/security for the objective.
     
    3. Brief the players ... hints, notifications, chat messages, map markers, etc.
     
    4. Set some variables that you'll need. (pre loop)
     
    5. Monitor the variables and wait. (this is the evaluation loop)
     
    6. After the mission is done, depending on the variable it will be success or fail.
     
    7. Depending on #6, de-brief the players accordingly using existing structures.
     
    8. Clean up time. Wait a few minutes (5-10 is best) for the players to depart the area and then remove all traces of the fight, to save FPS for the next battle.
     
     
     
    ---
     
    Some are more complicated than others, for instance the secureIntelX ones are slightly more complex, that just means there are more #4 and #5, with some behavior and logic scripted into the loop using common 'if then' structure.
     
    For more complex ones, on a public server learning from experience, the briefing and player awareness of what they are supposed to do and where that is supposed to happen, is more important than I had previously thought.
     
    Good luck and happy scripting.
  2. Like
    caboose got a reaction from razgriz33 in Adding extra side missions, and main AO's   
    Thank you very much for your reply's, i Dont mean to be a burden to you guys. I thought that if im asking then someone else will probably be wondering as-well. As i have been trying to search for stuff and not finding it.
×
×
  • Create New...