Jamie

Member
  • Content count

    189
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jamie

  1. BattleEye Filters Tool Tool Here If your anything like me and hate doing battleye filters, you will love the tool I made to format the script log into a exception with a click of a button Example Log: 26.12.2015 21:30:37: NAMEHERE (IP:PORTHERE) GUIDHERE - #0 "ber do { _idKeydown24 = (finddisplay 24) displayAddEventHandler ['KeyDown',{false}]; }; if!(_idKeydown24 isEqualTo " Just simply copy and paste the script restriction from the scripts.log file into the BIG textbox on the page Be Sure to copy the first and last quotations in the restriction or this will not work correctly. Example: "ber do { _idKeydown24 = (finddisplay 24) displayAddEventHandler ['KeyDown',{false}]; }; if!(_idKeydown24 isEqualTo " Click the GREEN "Generate Exception" Button. Now copy and paste the output above the button and place it in your scripts.txt File on the line: (Whatever the kick restriction Number is in the log file + 2) At the End of the last exception. In this example, the restriction Number is "#0" So we add 2 making it Line 2 we paste the exception!!! Example: 1 eventHandler !="le \"BIS_RscMissionScreen_video\") displayctrl 1100) ctrladdeventhandler [\"videoStopped\",\"bis_fnc_playvideo_videoStopped = true; \"" !=";\n};\n\n\n[_display] call _fnc_animate;\n{\n_display displayaddeventhandler [_x,_fnc_animate];\n} foreach [\"mousemoving\",\"mouseholding" !="ber do\n {\n _idKeydown24 = (finddisplay 24) displayAddEventHandler ['KeyDown',{false}];\n };\n if!(_idKeydown24 isEqualTo " Save the File and reload the scripts using rcon or restart the server. Done PS: PASTE 1 LOG AT A TIME!
  2. Thought I would share this simple script for the Improved XM8 Apps. It is very easy to make apps using this framework and I suggest everyone use it Be sure to open the ReadMe file for installation instructions. GitHub: https://github.com/jamchiv01/XM8_Apps_ViewDistance Sneak Preview of what XM8 Apps Improved helped me do:
  3. Coming Soon to a town near you..... - Dashboard - Territories - Vehicles - Audit Logs (Little Bug Fixing) - Search Players - Edit a Player (More to come on this) - Add a Server (To Be Modified) - Server Selector (To Be Modified) - Add A Admin (To Be Modified) - Admin Profile (To Be Modified) - Login Page Features: Monitor Your servers statistics on the dashboard View Vehicles View Territories Search Players Usernames and IDs for Modifying data Live Server Stats Server Owners can manage there own staff Admins have a permission based system for different modules on the site Every change to a player using the system is Logged, and can be edited by NOBODY Passwords on the site are encrypted using BCRYPT with a high "cost" (Google for tech info) Site uses a Vanity URL system like facebook. (a3ap.com/jamchiv01 goes to my profile) Incredibly Simple to use Battleye Filter tool will be implemented to the site A Unofficial InfiSTAR log viewer for making the trader logs eaiser to read to the eye Oh Yeah, its Mobile / Tablet Friendly due to the bootstrap framework Other things I cant remember References for people using the system: @CEN @William =D Been working on this for about 4-5 Months now, and its nearly complete... This will take the pain of modifying players data and make you able to have control via a website interface as opposed to giving admins database access to modify data!! + EVERYTHING IS LOGGED SO NO CORRUPT BUGGERS MESSING WITH SHIT This Admin menu will be available for other mods in the future such as but not limited to: Altis Life, Wasteland, King of the hill and ARPL(Under Development)
  4. Jamie

    Battleye Filter Tool

    TEMP VERSION FOR YOU: https://jamiechivers.com/A3APTemp/BEF.php
  5. Jamie

    Battleye Filter Tool

    I reinstalled the OS on my linux box the site was hosted on and haven't got around to setting up virtual host for multiple sites, so my personal site takes priority, at the weekend I will fix a3ap.com, for now, i have killed the domain. If your desperate, I can provide you with some code to host it yourself.
  6. Jamie

    Battleye Filter Tool

    Allways use V1, but in the event that doesn't work, use V2 V1 escapes " V2 Doesnt
  7. Jamie

    BE Script restriction #0 et #11

    You need to work through all of the exceptions until you have whitelisted them all. My advice would be to lock the server so only you can enter it. Set your BE Filters to Log to the log file by changing the 7 to a 1 at the beginning of the line in scripts.txt. Join the server and play around a little. Find the scripts.txt log file and whitelist the exceptions from that. This will save you a lot of time.
  8. Jamie

    [CLOSED] Getting bots on server

    As i previously stated this forum is for Exilemod not Altis life, however i do have some experience with Altis life, PM me on here with your RPT log file and I will take a look for you
  9. Jamie

    [CLOSED] Getting bots on server

    This is a site for ExileMod not for Altis life, give this a go: https://github.com/AsYetUntitled/Framework/wiki
  10. Jamie

    $$ customize my server $$ please

    Renting a server: EWWWWWWW. DEDI ALL THE WAY. OVH OVH OVH Go Big or Go Home.
  11. Jamie

    Exile Loot Drop DLL

    Yes.
  12. Jamie

    Error with battlefilters.

    Change the above (Line 2) to: 7 createUnit !="creategroup sidelogic;\nbis_functions_mainscope = _grpLogic createunit [\"Logic\",[9,9,9],[],0,\"none\"];\nbis_functions_mainscope set" !="rAdd [0, 0, _rappelHeight];\n\n_gameLogicLeader = _heliGroup createUnit [\"LOGIC\", ASLToAGL _positionASL, [], 0, \"\"];\n_heliGroup se" !="\n\n\n\n\n_group = BIS_fnc_ambientAnim__group;\n\n_logic = _group createUnit [\"Logic\", [_attachPos select 0,_attachPos select 1,0], []," !="leAI 'ANIM';\n this disableConversation true;\n this addMPEventHandler ['MPKilled', {_this spawn ZMPKilled;}];\n nul = [this,_av" !="snil \"Ryanzombiesdisableexplodingheads\") then {_zombie addEventHandler [\"HandleDamage\",{_this call RZ_fnc_ZombieKilled; nil}];};" And give that a try
  13. Jamie

    Battleye Filter Tool

    Well you just extended the date by another 2 months Thanks <3
  14. Jamie

    Battleye Filter Tool

    Thankyou, i believe i emailed you
  15. Jamie

    Battleye Filter Tool

    http://a3ap.com/BEF.php
  16. Jamie

    Trader voices

    https://community.bistudio.com/wiki/playSound3D You would need to add this to the transaction success. ExileClient_system_trading_network_purchaseVehicleResponse ExileClient_system_trading_network_purchaseItemResponse ExileClient_system_trading_network_purchaseVehicleResponse ExileClient_system_territory_network_purchaseTerritoryResponse Its very simple to do this Bellow is it in its most simplest form. _YesNo = random 10; if(_YesNo >=6) then { playSound3D ["A3\Sounds_F\sfx\Alarm_BLUFOR.wss", player]; //ADD YOUR SOUNDS HERE ;) }; Ofc this would want improving a LOT, for example setting the volume and making the sound originate from the trader instead of the player, but thats easily done. If you want to make it MORE realistic, make your traders mouth move as he speaks https://community.bistudio.com/wiki/setRandomLip And give them a smile https://community.bistudio.com/wiki/setMimic You can even control their blink rate lol https://community.bistudio.com/wiki/setFaceAnimation
  17. Jamie

    Auto restart help

    Please paste your restart batch file so someone can help you, there are many ways of doing this...
  18. Jamie

    Debug Console

    you could make your own debug console TODO: create a button and a text box onbutton click event make it run a script In the script get the code text from the textbox and call compile the code _text = ctrlText 12345; //IDC Of Textbox _code = compile _text; call _code; Something as simple as the above would work for local exec Good Luck
  19. Jamie

    Debug Console

    This has been a issue for a long time now, its because they now use remoteexec instead of call. On the plus side, infiSTAR has a working console in it.
  20. Jamie

    CRE4MPIE's StatusBar. I need help.

    more stable than the one that you are on now
  21. Jamie

    CRE4MPIE's StatusBar. I need help.

    Arma 3's .exe file updated with bug fixes to prevent crashes and some other things
  22. Jamie

    CRE4MPIE's StatusBar. I need help.

    https://drive.google.com/folderview?id=0B03-H4YIbhkFMkZfN1FXMkZKbWM&tid=0B03-H4YIbhkFMUt5RzNqZjFlNGs Try This - Perf Build of Arma 3, just download and replace the arma3.exe with the client one.
  23. Jamie

    Out of Memory

    Basicly, Exile does something that arma doesn't like, and this causes memory leaks, issue will be in arma engine and not exile code (Just being triggered), therefor cant be fixed by developers, only Bohemia.
  24. Jamie

    DB problem

    Check your database has the money field in vehicles and containers, most likely the cause