fat

Member
  • Content count

    62
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by fat

  1. fat

    This is StupiD (Scripts.txt)

    2 of my 2 posts contain the answer to your issue and the proper way to go about getting more help. My intention is to not to "farm post" or to leave "a smart ass remark" - information/the solutions to a specific issue should be bundled and searchable (by adding a proper thread topic). Spreading the information/way to solve an issue across multiple threads is nonsense. Like @WD-40 said, Battleye filters are not hard to understand. (especially if someone already presented you the solution and did the work for you) But there are still people, including me, who are happy to help you and everyone searching for the same solution. I just pointed out that you already made about post the same issue.
  2. fat

    This is StupiD (Scripts.txt)

    You obviously didn't add the Battleye exceptions for KillMessages.sqf and statusBar.sqf, like the other guys told you to after updating to the newest version. Theres absolutely no reason to open up another thread with the same useless topic about the same issues.
  3. fat

    [GUIDE]Trader Setup Tutorial

    Take a look at the default initPlayerLocal.sqf file for reference. You probably missed something. Post the corresponding file if you expect us to help you further, theres not much we can do if we can't see what you did.
  4. fat

    This is StupiD (Scripts.txt)

    You made a post about the same issue 2 days ago.
  5. fat

    R3F Exile

    I don't really know much about R3F, so i'm not really able to help you with that. Regarding the Battleye kick - did you add the Battleye filters?
  6. fat

    R3F Exile

    @Vert Copy the ExileClient_object_player_event_onEnterSafezone.sqf file to your mission folder. Open the config.cpp inside your mission folder, search for "CfgExileCustomCode" and add the following line to the section: ExileClient_object_player_event_onEnterSafezone = "ExileClient_object_player_event_onEnterSafezone.sqf"; @SLB2k11 your Readme.md file is missing the "e" of the word "Safezone". "Overwrite ExileClient_object_player_event_onEnterSafezone.sqf in the Config.cpp in the Missionfile"
  7. fat

    Water Sources and revival item

    See: http://exile.majormittens.co.uk/topic/381-no-revive
  8. fat

    Esseker

  9. fat

    DeleteVehicle Restriction #0

    By recreating i mean: Try placing a building yourself and press ESC while you are still in the preview mode. If seen a few people running into the same exact issue.
  10. fat

    DeleteVehicle Restriction #0

    I've had similar issues with "DeleteVehicle Restriction #0" where you would basically get kicked if you exit the building preview mode by pressing ESC. You should try recreating this to see if this is actually the cause of your issue. Here's the corresponding Battleye filter which fixed it for me: 7 "" !="Exile_Unit_Player" !"NVG_Target" !"Preview"
  11. fat

    having some issues

    You're welcome, have fun playing!
  12. fat

    Chopper refueling problem

    Use the search function before you open up a new thread.
  13. fat

    Little Confused on Scripts

    Your comment doesn't make any sense.
  14. fat

    Exile issues

    You posted in the wrong forum section, your post pretty much just contains wishes/criticism and suggestions - it's not about an actual issue. I also don't get why you are saying "The more flexible you make this for server owners (IMO) The better this would be." if you obviously didn't even take a look at the customization/configuration options. 1) See http://exile.majormittens.co.uk/topic/5363-realistic-loot (server admins can fully replace/adjust/edit loot tables) 2) I agree with you on this, but this is also up to the server admin and how you set up a server in general. 3) It's actually pretty hard to gain/farm respect on most of the servers out there, but i agree that there should be more ways to actually spend respect and i'm sure there will be. 4) New content will be added - check the roadmap. (Prices/traders in general can still be customized by the server admin) 5) I disagree. 6) This can also be changed by server admins in many ways. (by adding content mods, adding custom military buildings, missions, roaming/patrolling AI etc.)
  15. fat

    reserving slots

    You can use BEC to set up reserved slots. You'll have to add the UID that you want to "reserve" to the Admins.xml file. Check the BEC website for more information.
  16. fat

    Very strange problem with respawn.

    You probably messed something up while copying over the files from your local computer to your server. Just reinstall your Arma3 Server and slowly add all the mods. (Install the Arma3 Server, check if the server is running and everything is set up correctly -> Set up Exile, check if you set it up correctly -> Install Infistar, check if you set up Infistar correctly and make sure that everyhting is working.)
  17. fat

    Looking for New Host

    I can recommend VertHosting if you just want to host a managed game server. Stable servers, DDOS protected by OVH, great support and supercompetitive pricing.
  18. fat

    Kicks while building/building glitch damage

    This is not a bug, it's supposed to be like that. You are probably talking about getting kicked by Battleye for "DeleteVehicle Restriction" when exiting the building preview mode by pressing ESC? This is an issue with the Battleye filters which can only be fixed by your server admin.
  19. fat

    Esseker Traders

    Take a look at the initPlayerLocal.sqf and initServer.sqf files inside your mission folder.
  20. I'm not quite sure what you are talking about - but missions aren't part of vanilla Exile, check the corresponding thread for the specific mission framework to leave your feedback.
  21. fat

    Fixed in latest Exile patch ( > 0.9.35 )

    You said it yourself: Thats your problem. Educate yourself how to properly administrate your Arma3 multiplayer server. The instructions are very specific and simple to follow.
  22. fat

    M3Editor - 3D Map Editor

    You're welcome. You only need to decompile it once.
  23. fat

    M3Editor - 3D Map Editor

    You need to decompile the mission.sqm file.
  24. fat

    No revive

    There will be revive - i already heard the dev team talking about implementing different methods to revive players. Take a look at the poll results. A toggle option is the only valid option to serve everyone's needs and to maintain the proper level of customizability.
  25. fat

    Restriction #25

    Battleye restrictions are caused by the server, which means that the server you are trying to play on might not be updated properly to the latest version. You also need to update your Exile client files - if you haven't already.