Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Kampexia

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Kampexia last won the day on December 26 2016

Kampexia had the most liked content!

About Kampexia

  • Birthday 07/21/1987

Profile Information

  • Gender
    Male
  1. Create a mods folder in your root folder. put your mods in there.
  2. Get your Steam uid https://steamid.io/ Go to your ftp, find your saves folder. Inside that saves folder is a xml file called: serveradmin.xml put your uid in there click save and done.
  3. ok thank you i think the server that my gameserver is on rejects connections because a other server owner can not get into his to. that guy is running on the same ip
  4. i submitted a ticket, does anyone else have problems getting access into the ftp i used filezilla and WinSCP.
  5. As you may have noticed, when being kicked a number is mentioned. #24 in this case. This represents the line of code you need to edit inside the scripts.txt. However if you use the latest BattlEye filters you will have to add +2 to #24. Meaning that you will have to modify line #26! Now open scripts.txt, find line #26 and add the exception. !=""plete = true;\n}\nelse\n{\nVAS_init_timeOnStart = time;\n[] call compile PreprocessFileLineNumbers "MAD\NSS_AC\VAS\config.sqf";\n["Cfg"" every new line starts wit \n after you done that place the rule inside this !="Your exception" i already made that for you
  6. This is a short tutorial on how to fix BattlEye filters. Scripts.log Example: First find what type of error it was. For example, if it says: Defent (X) XX - #43 "To _playerUID)exitWith { _playerObject = _x; }; } forEach allPlayers; _playerObject" You simply put a \ infront of every ". So a backslash before every quotation mark. Then you put \n where the there is a new row. Backslash n. So it would look like this: "To _playerUID)exitWith \n{ \n_playerObject = _x; \n}; \n} \nforEach allPlayers; \n_playerObject\" As you can see here, I have removed my nickname, my single X which represents my IP and the XX that represents my GUID. Now when you've done it like this, we can format it abit to make it look neater and easier to read. Then it would look like this: !="To playerUID)exitWith\n{\n_playerObject = x;\n};\n} \nforEach allPlayers;\n_playerObject" Notice how I have added != in front of the first quotation mark. This is to make this line of code an exception and make it so that it does not kick you. How to add it to Scripts.txt As you may have noticed, when being kicked a number is mentioned. #43 in this case. This represents the line of code you need to edit inside the scripts.txt. However if you use the latest BattlEye filters you will have to add +2 to #43. Meaning that you will have to modify line #45! Now open scripts.txt, find line #45 and add the exception we made above to the end of that line! CreateVehicle.log Example: Defent (X) XXX - #0 "R_TBG32V_F" 16:102 2:2956 Exile_Unit_Player [13757,19530,23] [-26,137,5] As you can see here, I got kicked for trying to spawn an item that was not whitelisted. To white list this I would simply take the item within the quotation marks and do: !="R_TBG32V_F" Then open createVehicle.txt and add that to line number #2! Becase we apply the same logic here if we use new BattlEye filters. #0 + 2 = 2! How do I know if I use new filters? Quite simple, if the .txt file contains this on line 1 then it is new. //new Footnote and another example: As an example from the other thread here: #58 "line 1 "mpmissions\__CUR_MP.Altis\VEMFclient\fn_vemfClientInit.sqf" if (isServer) then { uiNamespace setVariable ["vemfClientMsg" You will have to add another quotation mark " infront and in the end of the restriction message: !=""\mpmissions\__CUR_MP.Altis\VEMFclient\fn_vemfClientInit.sqf\" \nif (isServer) then {\nuiNamespace setVariable ["vemfClientMsg\"" How do I apply my changes? It's simple. You save the file and you DO NOT HAVE TO RESTART your server. You can simply open the rcon tool of your choice and click "Refresh Scripts". This will refresh the scripts.txt file and the exceptions will be added. All done neatly and fast! No problems here.
  7. yes i think there missing check exilemod.com and drop in the files yourself. a support ticket doesnt help because everyone has this problem. when i update it does nothing in my ftp