Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [textdomain]
  2. name="wesnoth-realmWars"
  3. path="data/add-ons/realmWars/translations"
  4. [/textdomain]
  5.  
  6. #textdomain wesnoth-realmWars
  7.  
  8. [campaign]
  9. #wesnoth-realmWars
  10. id=realmWars
  11. name= _ "realmWars"
  12. abbrev= _ "RW"
  13. define=CAMPAIGN_REALMWARS
  14. #need icon and image (take from core files, don't include external files for sake of simplicity)
  15. icon="data/add-ons/realmWars/images/campaign-icon.png"
  16. image="data/add-ons/realmWars/images/campaign-icon.png"
  17. first_scenario=realmWars
  18. description= _ "realmWars"
  19. difficulties=EASY
  20. difficulty_descriptions={MENU_IMG_TXT2 units/undead/shadow-s-attack-4.png _"Easy" _""}
  21. [/campaign]
  22.  
  23. #ifdef CAMPAIGN_REALMWARS
  24.  
  25. [binary_path]
  26. path=data/add-ons/realmWars
  27. [/binary_path]
  28.  
  29. {~add-ons/realmWars/macros}
  30. {~add-ons/realmWars/utils}
  31.  
  32. {~add-ons/realmWars/scenarios}
  33. #endif