description.ext 827 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. respawn = 3;
  2. respawndelay = 5;
  3. respawnButton = 1;
  4. disabledAI = true;
  5. enableDebugConsole = 1;
  6. allowFunctionsLog = 0;
  7. loadScreen="res\liberation.jpg";
  8. onLoadMission = "Created By: The Irish Ace Edited By: 501st Legion";
  9. author = "(501st) Cruisie /T\ (StarWars) The Irish Ace /|\ (Original) [GREUH] Zbug, [GREUH] McKeewa";
  10. onLoadName = "StarWars Liberation Al Rayak";
  11. joinUnassigned = 1;
  12. #include "GREUH\UI\GREUH_interface.hpp"
  13. #include "ui\liberation_interface.hpp"
  14. #include "ui\liberation_notifications.hpp"
  15. #include "ui\mission_params.hpp"
  16. class CfgDebriefing
  17. {
  18. class End1
  19. {
  20. title = $STR_SORRY;
  21. subtitle = "";
  22. description = $STR_COMMANDER_NOT_AUTHORIZED;
  23. pictureBackground = "";
  24. };
  25. };
  26. class CfgMusic
  27. {
  28. class track1
  29. {
  30. name = "track1";
  31. sound[] = {"Sounds\intromusic.ogg", db+1,1};
  32. };
  33. };