Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. hostname = "Craft International"; // Name of your server that is shown on the in-game server browser and 3rd Party Server browsers
  2. password = "CENSORED"; // Password for your server (Make it "" to have no password)
  3. passwordAdmin = "CENSORED"; // Server Admin password (Type #login <the password specified in "passwordAdmin"> in the chat to login as admin)
  4. reportingIP = "master.gamespy.com"; // IP address which your server will report to
  5. motd[] = {
  6. "Welcome to Craft International",
  7. "Contracts are available to new employees",
  8. "",
  9. }; // Message of the day; empty messages ("")
  10. motdInterval = 250; // Time (Seconds) Between Each Message Of The MOTD Is Displayed
  11. maxPlayers = 50; // Amount Of Players The Server Will Hold
  12.  
  13. steamPort = CENSORED;
  14. steamQueryPort = CENSORED;
  15. persistent = 1;
  16. class Difficulties
  17. {
  18. class regular
  19. {
  20. class Flags
  21. {
  22. Armor=0;
  23. FriendlyTag=0;
  24. EnemyTag=0;
  25. HUD=0;
  26. HUDPerm=0;
  27. HUDWp=0;
  28. HUDWpPerm=0;
  29. WeaponCursor=0;
  30. AutoAim=0;
  31. AutoGuideAT=0;
  32. 3rdPersonView=1;
  33. ClockIndicator=0;
  34. Map=0;
  35. Tracers=0;
  36. AutoSpot=0;
  37. UltraAI=0;
  38. UnlimitedSaves=0;
  39. };
  40. skillFriendly=0.850000;
  41. skillEnemy=0.550000;
  42. precisionFriendly=0.850000;
  43. precisionEnemy=0.490000;
  44. };
  45. class veteran
  46. {
  47. class Flags
  48. {
  49. HUD=0;
  50. HUDWp=0;
  51. HUDWpPerm=0;
  52. WeaponCursor=0;
  53. ClockIndicator=0;
  54. 3rdPersonView=1;
  55. Tracers=0;
  56. UltraAI=0;
  57. };
  58. skillFriendly=0.850000;
  59. skillEnemy=0.850000;
  60. precisionFriendly=0.850000;
  61. precisionEnemy=0.850000;
  62. };
  63. };
  64. class Missions {
  65. class ARMA3 {
  66. template = cti40_wasp-warfare.altis; // Mission to load (Mission file located in MPMissions. For now I have it set to a default ARMA3 mission.)
  67. difficulty = "regular"; // Server difficulty Settings (Recruit, Regular, Veteran, Mercenary)
  68. };
  69. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement