Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. /*
  2. Author: Chris(tian) "infiSTAR" Lorenzen
  3. Contact: infiSTAR23@gmail.com
  4. #3135
  5.  
  6. paypal@leonor.pw
  7.  
  8. You should be able to download the latest update(s) on https://update.infistar.de/
  9. Do not ask me how to get a key, read on that page and you will know.
  10. However, updates and support are not part of the purchase,
  11. read more at the very bottom!
  12. */
  13. /* *******************Developer : infiSTAR (infiSTAR23@gmail.com)******************* */
  14. /* **************infiSTAR Copyright®© 2011 - 2016 All rights reserved.************** */
  15. /* *********************************www.infiSTAR.de********************************* */
  16. ==================================================================================================================
  17. IMPORTANT - DLLs:
  18. ===================
  19. The .dll files are not essential and not part of the purchase.
  20.  
  21. You probably NEED "Visual C++ Redistributable Packages for Visual Studio 2013 - 32 Bit version"
  22.  
  23. ARMA_LOG.dll
  24. is creating (All Logs can be found in the server .rpt file as well, if you do not want to use this dll that is fine):
  25. A3_HACKLOG_DATE.txt
  26. A3_SURVEILLANCELOG_DATE.txt
  27. +[...],
  28.  
  29. ARMA_LOAD.dll
  30. Used to check for existing updates and resolving steam names of players.
  31. (more comming soon / so actually needed now for some of the functions)
  32. ==================================================================================================================
  33. since the last Exile patch, the exile server config.cfg (the example file) has this
  34.  
  35. onHackedData = "ban (_this select 0)";
  36.  
  37. usually it was
  38.  
  39. onHackedData = "kick (_this select 0)";
  40.  
  41. That bans many players on connect or during connecting to your game-server, so change it back to kick.
  42. ==================================================================================================================
  43. Installation-Guide (How to install):
  44. English VIDEO GUIDE (better than TXT):
  45. https://youtu.be/oNZMrs4G2ZE
  46. thanks TheFlyingJets!
  47.  
  48. German TXT GUIDE:
  49. http://wiki.grischacraft.ch/hauptspiele/arma3/exile/hilfe/infistar
  50. vielen lieben Dank Grischabock!
  51.  
  52. Russian TXT GUIDE:
  53. http://exilemod.ru/forum/index.php?/topic/172-infistar-ustanovka/
  54. thanks to Ispan55
  55. ==================================================================================================================
  56. BattlEye Filters are time consuming and have to be changed depending on every small addon/script you do to your server/mission
  57.  
  58. These guides:
  59. http://www.exilemod.com/topic/74-how-to-battleye-filters-do-it-yourself/?do=findComment&comment=1077
  60. https://pastebin.com/9FBdjS1u
  61.  
  62. or these programs:
  63. http://www.exilemod.com/topic/15394-battleye-automatic-script-exception-generator/
  64. http://www.exilemod.com/topic/9708-battleye-filter-editor/
  65.  
  66. Personally for maximum security, I would add many different things like
  67. 7 "draw"
  68. 7 "public"
  69. 7 "create"
  70. to my scripts.txt - then create the list of exceptions using one of the linked BE Filter programs
  71.  
  72. can help you solving the issue.
  73. I am not affiliated with Battleye in any way and if the filters provided by me are not working with your modified server / mission - you have to deal with it yourself.
  74. ==================================================================================================================
  75. You have problem?
  76. send me the following:
  77. - server rpt file (complete file, not just a part of it - VERY IMPORTANT!)
  78. - client rpt file from you when you were trying to connect to the server, while it had the error
  79. - infiSTAR Log files (if it already wrote logs)
  80. - your current mpmission file
  81. - gameserver provider (if it is not your own dedi box - if it is your box, tell me)
  82. - purchase email (used in payment process)
  83. - update.infiSTAR.de used steam id
  84. - server name
  85. - server mod + version
  86. - custom scripts that could cause trouble
  87. - custom mods that could cause trouble
  88. make sure to use the latest infiSTAR version!
  89. ==================================================================================================================
  90. INSTALLATION:
  91. 01. Open the .zip file you have gotten from the store and go to "infiSTAR.de_Exile\SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons\a3_infiSTAR_Exile"
  92. 02. Open the "EXILE_AHAT_CONFIG.hpp" (do not edit the other files).
  93. - add your AdminUID(s)
  94. - check all the settings/options
  95.  
  96. You need to set the serverCommandPassword to the serverCommandPassword you have in your servers Config.cfg
  97. if there is no serverCommandPassword in your Config.cfg yet, set it like:
  98. serverCommandPassword = "passwordhere";
  99.  
  100. - It is the most important thing that you read carefully through the "EXILE_AHAT_CONFIG.hpp" and set all settings correctly for your server.
  101.  
  102.  
  103. 03. Now go to "infiSTAR.de_Exile\SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons"
  104. - make the folder you just changed the "EXILE_AHAT_CONFIG.hpp" in ("a3_infiSTAR_Exile") now to a pbo ("a3_infiSTAR_Exile.pbo") file.
  105. I always use PBO Manager (do a quick google search for it)
  106. as it allows me to simply right clickt the folder and "Pack into Pbo"
  107.  
  108. 04. Move "a3_infiSTAR_Exile.pbo" on your gameserver, into your "Arma3Server\@ExileServer\addons" folder.
  109. So you have it in the same folder as "exile_server.pbo" and "exile_server_config.pbo"
  110.  
  111. 05. Now go back to your "infiSTAR.de_Exile\SERVER_ARMA3_FOLDER" folder (in the unpacked zip you got from me)
  112. - move the dll files you can find there into your Arma3Server directory.
  113.  
  114. 06. Go to "infiSTAR.de_Exile\MPMission"
  115. - move all the files into your currently used MPMission
  116. - Open the description.ext in your MPmission with a notepad
  117.  
  118. - find "class CfgRemoteExec {};" (might also have something within the {} curly brackets)
  119. - remove it!
  120. - now add these 2 lines in the file:
  121. #include "CfgRemoteExec.hpp"
  122. #include "infiSTAR_AdminMenu.hpp"
  123.  
  124. 07. Copy the BattleyeFilters from "infiSTAR.de_Exile\BattleEye" over into your Battleye folder on the Server.
  125. Be sure to copy them into the correct folder (FYI: that folder will also be where you will find *FILTERNAME*.log files of Battleye).
  126. If Battleye causes you trouble, scroll down this readme and read the guide(s) or use one of the tools.
  127. I am not affiliated with Battleye in any way and if the filters provided by me are not working with your modified server / mission - you have to deal with it yourself.
  128.  
  129. 08. DONE.
  130.  
  131.  
  132. Good to know - Keybinds:
  133. 1. You can spectate by double clicking the name of a player in the admin menu.
  134. 2. Keybinds:
  135. F1 - Default AdminMenu Key
  136. F3 - Adminconsole / Debug Console
  137. F6 - Heal Yourself
  138. F7 - Heal & Repair withing 15m
  139. F8 - Flip CursorTarget Vehicle
  140. F9 - Show Gear of Player you are currently spectating (might close if player moves)
  141. F10 - Stop Spectating
  142. F11 - Add Ammo for current weapon
  143. CTRL & 1 - Light / Zeus
  144. SHIFT & 4 - Fly Up
  145. SHIFT & 5 - Teleport in looking direction (if enabled)
  146. 7 - Unlock/Lock targeted Vehicle
  147. 7 - Opens/Closes targeted Door/Hatch/Gate
  148. SHIFT & F2 - configviewer
  149. SHIFT & TAB - Open Map
  150. SHIFT & I - Show Info (Like Codes of Vehicles and Doors)
  151. DELETE - Delete CursorTarget
  152. 3. If the map is opened and you hold LEFT-ALT key, you can click on the map and teleport there!
  153. 4. If you are added in the "EXILE_AHAT_CONFIG.hpp" as an admin, you are able to change from admin to a normal player and back by typing !admin in the chat.
  154. You may want to remove my UID from the _devs array.
  155. ==================================================================================================================
  156. infiSTAR.de is used and supported by the biggest and best Communities!
  157.  
  158. I am doing this as a passionate 1-man Project.
  159. The tool is actively developed and updated, trying to get the best
  160. results vs Scripters, Hackers while implementing helpful features to administrate your server(s).
  161.  
  162. I try to help anyone who needs help although it is very easy structured and self-explaining.
  163.  
  164.  
  165. If you have seen my tool on another server and you are not convinced about purchasing it yourself or what exactly it does,
  166. how it works or just unsure if you want to purchase it for your server/community.
  167. I can offer you to add your UID to a Test-server so you can at least get a feel of a few benefits you will get when having infiSTAR!
  168.  
  169. Due to the nature of this software, it needs to be updated quite often, because of new mods, mod updates or new hacks.
  170. I provide Updates and support for my customers for more than 3 years now.
  171. I am happy to go on providing Updates as long as it is possible for me.
  172.  
  173. Thanks for your attention.
  174.  
  175. P.S.
  176. Thanks to those, who help(ed) me testing new features, bugs or sending in Hacks to check against them :)
  177. /* *******************Developer : infiSTAR (infiSTAR23@gmail.com)******************* */
  178. /* **************infiSTAR Copyright®© 2011 - 2016 All rights reserved.************** */
  179. /* *********************************www.infiSTAR.de********************************* */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement