Advertisement
Guest User

ArmA Launcher Mod Template Sharing

a guest
Jul 15th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. //Traces
  2.  
  3. White = Inevitable
  4.  
  5. Red = Fail
  6.  
  7. Green = Pass
  8.  
  9. Blue = Internet
  10.  
  11. //Segments
  12.  
  13. Orange = Button and/or Message
  14.  
  15. Purple = Background Processing
  16.  
  17.  
  18.  
  19. -----SENDER's COMPUTER-----
  20.  
  21. User chooses friend to share template with.
  22.  
  23. //verify mods are on workshop
  24.  
  25. //gather individual mod workshop ID #'s
  26.  
  27. //send list of IDs to friend
  28.  
  29. -----RECEIVER's COMPUTER-----
  30.  
  31. "<X> shared an ArmA 3 Mod Template with you, would you like to add it?" (YES)
  32.  
  33. //verify you have mods installed (. = no)
  34. .
  35. .//gather total data size of missing mods
  36. .
  37. .//gather available space on ArmA drive
  38. .
  39. ."You are missing (mod 0), (mod 1), (etc) which require <X Kb>, and you have <Y Kb> available. Would you like to download these mods / this mod?"
  40.  
  41. //add the template
  42.  
  43. "You have added <X> template. You must close the launcher if you need to download anything."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement