Coco-Nuts Posted December 6, 2014 Report Share Posted December 6, 2014 Hello there, Firstly, I don't know if what I made is allowed by the dev team so if it's not allowed, I will removed this topic. Also, I made a tutorial in this place cause there is not yet a Script section. [Preview] So, there are 2 files in this tutorial, 1 file called "welcome.sqf" show a welcome message. It looks like this (clic on the picture to extend) : The second file named "popup.sqf" show differents custom messages on the right side like this : [installation] Create an "init.sqf" file in your mission folder and put this code inside : call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\both_init.sqf"; if (isDedicated) then { call compile preprocessFileLineNumbers "\x\addons\a3_epoch_server\init\server_init.sqf"; } else { call compile preprocessFileLineNumbers "\x\addons\a3_epoch_code\init\client_init.sqf"; }; //Custom message [] execVM "custom\welcome.sqf"; [] execVM "custom\popup.sqf"; Then, create a folder called custom in your mission. Download and put these files inside : welcome.sqf popup.sqf [battlEye] You have to modify your script.txt file in your BattlEye folder. Change the number 7 with the number 1 at lines 1 - 2 - 20 - 21 [Antihack] In your folder @EpochHive, you have to comment the line : {"\x\addons\a3_epoch_code\compile\setup\EPOCH_clientInit.sqf", "EPOCH_clientInit"}, in the epochAH.hpp file. That's all :) I DO NOT take credits about these 2 files, they come from Altis Server. Link to comment Share on other sites More sharing options...
Primus Palus Posted December 6, 2014 Report Share Posted December 6, 2014 If this is allowed I will be doing it as well. I have no idea why there aren't server messages embedded into the mod itself for owners to edit and make custom. There's a bit of information I'd like to get out and not just through the initial welcome message. Link to comment Share on other sites More sharing options...
Santa Posted December 6, 2014 Report Share Posted December 6, 2014 Nevermind, :) Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 6, 2014 Report Share Posted December 6, 2014 What does changing the line to 7 do? I know changing a 5 to a 1 disables kicks. I would prefer to add exceptions rather than disabling anticheat lines or alter the way they act as a blanket action on a particular line. Mr.XXX 1 Link to comment Share on other sites More sharing options...
Coco-Nuts Posted December 6, 2014 Author Report Share Posted December 6, 2014 I prefer too... But I don't find yet what exception I have to put that's why this tutorial can be improve by the community :) Link to comment Share on other sites More sharing options...
Tywin Posted December 6, 2014 Report Share Posted December 6, 2014 How do you make warning messages before server restarts? Link to comment Share on other sites More sharing options...
Coltas Posted December 6, 2014 Report Share Posted December 6, 2014 iv tried this on my server. bfor my server gets about 70 fps normal but when i add this script in i only get 5 fps threw out. i would not reccomend this. not sure if if i did something wrong but i did everything the way you said Link to comment Share on other sites More sharing options...
daniel361 Posted December 6, 2014 Report Share Posted December 6, 2014 How do you make warning messages before server restarts? BEC Sheduler, hit the search function Tywin 1 Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 7, 2014 Report Share Posted December 7, 2014 [battlEye] You have to modify your script.txt file in your BattlEye folder. Change the number 7 with the number 1 at lines 1 - 2 - 20 - 21 Can you show the exact lines that should have these numbers changed? I looked at my script.txt and those line numbers you mention don't seem correct. Link to comment Share on other sites More sharing options...
pr0dukt Posted December 7, 2014 Report Share Posted December 7, 2014 What does changing the line to 7 do? I know changing a 5 to a 1 disables kicks. I would prefer to add exceptions rather than disabling anticheat lines or alter the way they act as a blanket action on a particular line. http://opendayz.net/threads/a-guide-to-battleye-filters.21066/ Link to comment Share on other sites More sharing options...
Coco-Nuts Posted December 11, 2014 Author Report Share Posted December 11, 2014 Please check the new post --> There is the updated BE Filter. Link to comment Share on other sites More sharing options...
Mezo Posted February 18, 2015 Report Share Posted February 18, 2015 Anyone know if there is a similar version for A2? Thanks, Mezo Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now