Advertisement
Guest User

Description.ext

a guest
Apr 26th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. disableChannels[] = {{0,true,true},{1,true,true},{2,true,true}}; // Disabled text and voice for global, side, and command channels. Syntax: disableChannels[] = {{channelID<number>, disableChat<bool>, disableVoice<bool>}};
  2. overviewText = "$STR_MISC_overviewText"; // Text to be displayed below the overviewPicture on the mission selection screen when the mission is available to play.
  3.  
  4. #include "config\Config_SpyGlass.hpp"
  5. #include "CfgRemoteExec.hpp"
  6. #include "dialog\MasterHandler.hpp"
  7. #include "config\Config_Master.hpp"
  8.  
  9. class CfgServer {
  10. DatabaseName = "altislife"; //Config name that'll be grep in the extdb-conf.ini. Default: [altislife]
  11. DebugMode = 0; //Enable many server/hc debugging logs. Default: 0 (1 = Enabled / 0 = Disabled)
  12. HeadlessSupport = 0; //Enable/Disable Headless client support. Default: 1 (1 = Enabled / 0 = Disabled)
  13. /*
  14. Enabled: When HeadlessSupport is set to 1 (enabled), the server will run without fault when no Headless Client is connected. However, it will support the Headless Client if you choose to connect one.
  15. Disabled: If HeadlessSupport is set to 0 (disabled), the connection of a Headless Client will make no difference. This option will increase server performance a TINY but negligible amount.
  16. */
  17. };
  18.  
  19. class RscTitles {
  20. #include "dialog\progress.hpp"
  21. #include "dialog\hud_nameTags.hpp"
  22. #include "dialog\hud_stats.hpp"
  23. };
  24.  
  25. class CfgFunctions {
  26. #include "Functions.hpp"
  27. };
  28.  
  29. class CfgSounds {
  30. sounds[] = {};
  31. class sirenLong {
  32. name = "sirenLong";
  33. sound[] = {"\sounds\sirenLong.ogg", 1.0, 1};
  34. titles[] = {};
  35. };
  36.  
  37. class medicSiren {
  38. name = "medicSiren";
  39. sound[] = {"\sounds\medicSiren.ogg", 1.0, 1};
  40. titles[] = {};
  41. };
  42.  
  43. class tazerSound {
  44. name = "tazerSound";
  45. sound[] = {"\sounds\tazer.ogg", 0.5, 1};
  46. titles[] = {};
  47. };
  48.  
  49. class flashbang {
  50. name = "flashbang";
  51. sound[] = {"\sounds\flashbang.ogg", 1.0, 1};
  52. titles[] = {};
  53. };
  54.  
  55. class mining {
  56. name = "mining";
  57. sound[] = {"\sounds\mining.ogg", 1.0, 1};
  58. titles[] = {};
  59. };
  60.  
  61. class harvest {
  62. name = "harvest";
  63. sound[] = {"\sounds\harvest.ogg", 1.0, 1};
  64. titles[] = {};
  65. };
  66.  
  67. class lockCarSound {
  68. name = "lockCarSound";
  69. sound[] = {"\sounds\carLock.ogg", 1.0, 1};
  70. titles[] = {};
  71. };
  72.  
  73. class unlockCarSound {
  74. name = "unlockCarSound";
  75. sound[] = {"\sounds\carUnlock.ogg", 0.75, 1};
  76. titles[] = {};
  77. };
  78. };
  79.  
  80. class CfgDebriefing {
  81. class NotWhitelisted {
  82. title = "$STR_NotWhitelisted_Title";
  83. subtitle = "$STR_NotWhitelisted_SubTitle";
  84. description = "$STR_NotWhitelisted_Descript";
  85. pictureBackground = "";
  86. picture = "";
  87. pictureColor[] = {0,0.3,0.6,1};
  88. };
  89.  
  90. class Blacklisted {
  91. title = "$STR_Blacklisted_Title";
  92. subtitle = "$STR_Blacklisted_SubTitle";
  93. description = "$STR_Blacklisted_Descript";
  94. pictureBackground = "";
  95. picture = "";
  96. pictureColor[] = {0,0.3,0.6,1};
  97. };
  98.  
  99. class SpyGlass {
  100. title = "$STR_SpyDetect_Title";
  101. subTitle = "$STR_SpyDetect_SubTitle";
  102. description = "$STR_SpyDetect_Descript";
  103. pictureBackground = "";
  104. picture = "";
  105. pictureColor[] = {0,0.3,0.6,1};
  106. };
  107. };
  108.  
  109. class CfgNotifications {
  110. class MedicalRequestEmerg {
  111. title = "$STR_MedicalRequestEmerg_Title";
  112. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  113. description = "%1";
  114. duration = 5;
  115. priority = 7;
  116. };
  117.  
  118. class DeliveryAssigned {
  119. title = "$STR_DeliveryAssigned_Title";
  120. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  121. description = "%1";
  122. duration = 10;
  123. priority = 7;
  124. };
  125.  
  126. class DeliveryFailed {
  127. title = "$STR_DeliveryFailed_Title";
  128. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskiconfailed_ca.paa";
  129. description = "%1";
  130. duration = 7;
  131. priority = 7;
  132. };
  133.  
  134. class DeliverySucceeded {
  135. title = "$STR_DeliverySucceeded_Title";
  136. iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcondone_ca.paa";
  137. description = "%1";
  138. duration = 6;
  139. priority = 6;
  140. };
  141.  
  142. class TextMessage {
  143. title = "$STR_TextMessage_Title";
  144. iconPicture = "icons\ico_messageNew.paa";
  145. description = "%1";
  146. duration = 10;
  147. priority = 6;
  148. };
  149.  
  150. class PoliceDispatch {
  151. title = "$STR_PoliceDispatch_Title";
  152. iconPicture = "icons\ico_messagePolice.paa";
  153. description = "%1";
  154. duration = 10;
  155. priority = 6;
  156. };
  157.  
  158. class AdminDispatch {
  159. title = "$STR_AdminDispatch_Title";
  160. iconPicture = "icons\ico_messageAdmin.paa";
  161. description = "%1";
  162. duration = 10;
  163. priority = 6;
  164. };
  165.  
  166. class AdminMessage {
  167. title = "$STR_AdminMessage_Title";
  168. iconPicture = "icons\ico_messageAdmin.paa";
  169. description = "%1";
  170. duration = 10;
  171. priority = 5;
  172. };
  173. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement