Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 KB | None | 0 0
  1. /*
  2. Author: Chris(tian) "infiSTAR" Lorenzen
  3. Contact: infiSTAR23@gmail.com
  4. #4365
  5.  
  6. pretorian997@gmail.com
  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. maca134 from a3launcher.com:
  34. I have added a "Mission Prefetch" function, so if the server you are joining has it enabled, it will download the mission PBO before running ARMA.
  35. If for some reason it all screws up, you can disable it in settings.
  36.  
  37. Server Owners:
  38. There is an EXE on here a3.launcher.eu/download with simple instructions if you would like to enable this for your players.
  39. It should improve joining times and overall server performance (hopefully)
  40. I am currently talking to GSPs to get this enabled on server packages too.
  41. ==================================================================================================================
  42. since the last Exile patch, the exile server config.cfg (the example file) has this
  43.  
  44. onHackedData = "ban (_this select 0)";
  45.  
  46. usually it was
  47.  
  48. onHackedData = "kick (_this select 0)";
  49.  
  50. That bans many players on connect or during connecting to your game-server, so change it back to kick.
  51. ==================================================================================================================
  52. Installation-Guide (How to install):
  53. English VIDEO GUIDE (better than TXT):
  54. https://youtu.be/oNZMrs4G2ZE
  55. thanks TheFlyingJets!
  56.  
  57. German TXT GUIDE:
  58. http://wiki.grischacraft.ch/hauptspiele/arma3/exile/hilfe/infistar
  59. vielen lieben Dank Grischabock!
  60.  
  61. Russian TXT GUIDE:
  62. http://exilemod.ru/forum/index.php?/topic/172-infistar-ustanovka/
  63. thanks to Ispan55
  64. ==================================================================================================================
  65. BattlEye:
  66. - on gtxgaming you need to put the supplied BE Filters into: Arma3Config/BattlEye (I know there are several folders named Battleye on the server but this is the only folder that matters!)
  67.  
  68.  
  69.  
  70. BattlEye Filters are time consuming and have to be changed depending on every small addon/script you do to your server/mission
  71.  
  72. These guides:
  73. http://www.exilemod.com/topic/74-how-to-battleye-filters-do-it-yourself/?do=findComment&comment=1077
  74. https://pastebin.com/9FBdjS1u
  75.  
  76. or these programs:
  77. http://www.exilemod.com/topic/15394-battleye-automatic-script-exception-generator/
  78. http://www.exilemod.com/topic/9708-battleye-filter-editor/
  79.  
  80. Personally for maximum security, I would add many different things like
  81. 7 "draw"
  82. 7 "public"
  83. 7 "create"
  84. to my scripts.txt - then create the list of exceptions using one of the linked BE Filter programs
  85.  
  86. can help you solving the issue.
  87. 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.
  88. ==================================================================================================================
  89. How to work with the custom billboards? How do I add pictures from my MPMission to them?
  90. http://www.exilemod.com/topic/18324-infistar-billboards/?page=2#comment-131401
  91. ==================================================================================================================
  92. You have problem?
  93. send me the following:
  94. - server rpt file (complete file, not just a part of it - VERY IMPORTANT!)
  95. - client rpt file from you when you were trying to connect to the server, while it had the error
  96. - infiSTAR Log files (if it already wrote logs)
  97. - your current mpmission file
  98. - gameserver provider (if it is not your own dedi box - if it is your box, tell me)
  99. - purchase email (used in payment process)
  100. - update.infiSTAR.de used steam id
  101. - server name
  102. - server mod + version
  103. - custom scripts that could cause trouble
  104. - custom mods that could cause trouble
  105. make sure to use the latest infiSTAR version!
  106. ==================================================================================================================
  107. INSTALLATION:
  108. 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"
  109. 02. Open the "EXILE_AHAT_CONFIG.hpp" (do not edit the other files).
  110. - add your AdminUID(s)
  111. - check all the settings/options
  112.  
  113. You need to set the serverCommandPassword to the serverCommandPassword you have in your servers Config.cfg
  114. if there is no serverCommandPassword in your Config.cfg yet, set it like:
  115. serverCommandPassword = "passwordhere";
  116.  
  117. - It is the most important thing that you read carefully through the "EXILE_AHAT_CONFIG.hpp" and set all settings correctly for your server.
  118.  
  119.  
  120. 03. Now go to "infiSTAR.de_Exile\SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons"
  121. - make the folder you just changed the "EXILE_AHAT_CONFIG.hpp" in ("a3_infiSTAR_Exile") now to a pbo ("a3_infiSTAR_Exile.pbo") file.
  122. I always use PBO Manager (do a quick google search for it)
  123. as it allows me to simply right clickt the folder and "Pack into Pbo"
  124.  
  125. 04. Move "a3_infiSTAR_Exile.pbo" on your gameserver, into your "Arma3Server\@ExileServer\addons" folder.
  126. So you have it in the same folder as "exile_server.pbo" and "exile_server_config.pbo"
  127.  
  128. 05. Now go back to your "infiSTAR.de_Exile\SERVER_ARMA3_FOLDER" folder (in the unpacked zip you got from me)
  129. - move the dll files you can find there into your Arma3Server directory.
  130.  
  131. 06. Go to "infiSTAR.de_Exile\MPMission"
  132. - move all the files into your currently used MPMission
  133. - Open the description.ext in your MPmission with a notepad
  134.  
  135. - find "class CfgRemoteExec {};" (might also have something within the {} curly brackets)
  136. - remove it!
  137. - now add these 2 lines in the file:
  138. #include "CfgRemoteExec.hpp"
  139. #include "infiSTAR_AdminMenu.hpp"
  140.  
  141. 07. Copy the BattleyeFilters from "infiSTAR.de_Exile\BattleEye" over into your Battleye folder on the Server.
  142. Be sure to copy them into the correct folder (FYI: that folder will also be where you will find *FILTERNAME*.log files of Battleye).
  143. If Battleye causes you trouble, scroll down this readme and read the guide(s) or use one of the tools.
  144. 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.
  145.  
  146. 08. DONE.
  147.  
  148.  
  149. Good to know - Keybinds:
  150. 1. You can spectate by double clicking the name of a player in the admin menu.
  151. 2. Keybinds:
  152. F1 - Default AdminMenu Key
  153. F2 - Territory Management (if you have the addon!)
  154. F3 - Adminconsole / Debug Console
  155. F4 - Treelist Item Spawn Menu
  156. F5 - Change Weather + View Distance
  157. F6 - Heal Yourself
  158. F7 - Heal & Repair withing 15m
  159. F8 - Flip CursorTarget Vehicle
  160. F9 - Show Gear of Player you are currently spectating (might close if player moves)
  161. SHIFT & F9 - To hide/show specate overlay (while spectating)
  162. F10 - Stop Spectating
  163. F11 - Add Ammo for current weapon
  164. CTRL & 1 - Light / Zeus
  165. SHIFT & 4 - Fly Up
  166. SHIFT & 5 - Teleport in looking direction (if enabled)
  167. 7 - Unlock/Lock targeted Vehicle
  168. 7 - Opens/Closes targeted Door/Hatch/Gate
  169. SHIFT & F2 - configviewer
  170. SHIFT & TAB - Open Map
  171. SHIFT & I - Show Info (Like Codes of Vehicles and Doors)
  172. DELETE - Delete CursorTarget
  173.  
  174. 3. If the map is opened and you hold LEFT-ALT key, you can click on the map and teleport there!
  175. 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.
  176. You may want to remove my UID from the _devs array.
  177. ==================================================================================================================
  178. infiSTAR.de is used and supported by the biggest and best Communities!
  179.  
  180. I am doing this as a passionate 1-man Project.
  181. The tool is actively developed and updated, trying to get the best
  182. results vs Scripters, Hackers while implementing helpful features to administrate your server(s).
  183.  
  184. I try to help anyone who needs help although it is very easy structured and self-explaining.
  185.  
  186.  
  187. If you have seen my tool on another server and you are not convinced about purchasing it yourself or what exactly it does,
  188. how it works or just unsure if you want to purchase it for your server/community.
  189. 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!
  190.  
  191. Due to the nature of this software, it needs to be updated quite often, because of new mods, mod updates or new hacks.
  192. I provide Updates and support for my customers for more than 3 years now.
  193. I am happy to go on providing Updates as long as it is possible for me.
  194.  
  195. Thanks for your attention.
  196.  
  197. P.S.
  198. Thanks to those, who help(ed) me testing new features, bugs or sending in Hacks to check against them :)
  199. /* *******************Developer : infiSTAR (infiSTAR23@gmail.com)******************* */
  200. /* **************infiSTAR Copyright®© 2011 - 2016 All rights reserved.************** */
  201. /* *********************************www.infiSTAR.de********************************* */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement