DankToad

Member
  • Content count

    28
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

7 Neutral

About DankToad

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. DankToad

    Disable map "shift-click" marker?

    @Emton the above user has your fix.
  2. DankToad

    Disable map "shift-click" marker?

    When I get home from work I will look through all the Exile Code to see if theres anything you can change to turn it off.
  3. DankToad

    Disable map "shift-click" marker?

    @Emton Thats part of the Arma 3 code so it wouldn't be removable through the Exile mod. I will look around and see if there is any way possible of achieving this.
  4. DankToad

    [SOLVED] Battle Eye Filter Issue

    Use this !="SERVER_REQ_INFI_CLIENT" on line 2. Remove line 3 completely. To prevent this you can change the beginning number to 2, this will make any kicks related to this .txt file stop and it will just log it to console.
  5. DankToad

    Battleye Filters/R3F

    What is said above is correct. Some tips when doing other Battleye Filters but scripts.txt: The number scheme works the same as the scripts.txt kicks. You will always get #0 so never make a new line always put it on line 2. You don't need to use the tool or make any changes you just need to copy what's inside the quotation marks to any filters you add in, unless its scripts.txt so #0 "r3f_log_proprietaire_verrou" = GUER 2:156 would turn into !"r3f_log_proprietaire_verrou" or !"rf3_" (sometimes works). You can change the number in the beginning from 7 to 2 so it wont kick and will just log to the console. Its not advised but its easier.
  6. DankToad

    Battleye Filters/R3F

    @IbadassI You need to learn how to make Battleye Filters I learnt using this post: http://exile.majormittens.co.uk/topic/74-how-to-battleye-filters-do-it-yourself/ If you can't be asked to learn it you can use this tool which really helps: http://gp.gamersinc.net/BEF.php In every Battleye Filter there is a hint which will tell you which row it needs to go, in this case: You can see within that kick there is "addPublicVariableEventHandler" and the number given with the kick would have been #0 so you + 2 to the kick number meaning you would paste the filter to line 2 in scripts.txt. So add the filter to line 2 "7 eventHandler".
  7. DankToad

    Cant craft Flood Light Kit and fortification kit

    You need to read through this http://exile.majormittens.co.uk/topic/9136-0941-emergency-fixes/ that will teach you how to fix this problem dude.
  8. @KingNirvana In future put something like that in a spoiler: I love my mouse but scrolling not so much The error that you have encountered normally means that your missing some punctuation for example: Test = ["1","2","3"] If I was then to accidentally remove the '[' it would send the server into a frenzy but on that point I can't actually notice anything. Can you PM please and I will help you with this.
  9. DankToad

    rscunitinfo_script ???

    A3AXI is Roaming AI that spawn on you ETC, not missions reinstall DMS and if it don't work send me a personal message.
  10. DankToad

    rscunitinfo_script ???

    The installation for VEMF seems to be a little broken a lot of people get the same error, I haven't seen any fixes for it yet. It most likely needs some recoding. Other than that the Developer for VEMF isn't doing updates anymore. So personally I would use DMS instead.
  11. DankToad

    Cant craft items

    Not a problem @Ronduth
  12. DankToad

    Cant craft items

    If you look at your linked 'config.cpp' file you will see that where you added "ExileClient_object_item_craft = "ExileClient_object_item_craft.sqf" it is trying to call the file straight from your mission file, so the file would need to be in mpmissions\Exile.Altis you only need it once not in two folders in your mission file. If you wanted it in mpmissions\Exile.Altis\overwrites\exile_client\code you would need to write this in your 'config.cpp' file: ExileClient_object_item_craft = "overwrites\exile_client\code\ExileClient_object_item_craft.sqf";
  13. DankToad

    Cant craft items

    Do you actually have the "ExileClient_object_item_craft.sqf" in your mission file, or have you just edited the config?
  14. DankToad

    IT07S ScarCode script!

    The full edited version of this script for exile can be downloaded here, please follow the instructions! https://drive.google.com/file/d/0B--zBmIyOmxUVjhXUm1qTWV6amc/view?usp=sharing All edits done by @Austin and all rights go to IT07 for the script creation.
  15. DankToad

    error in expression

    No problem.