Jump to content

s3kShUn61

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About s3kShUn61

  • Rank
    Rookie
  1. Running an Altis Life server and it is flagging everyone as a "hacker" including myself. Any reason? I was thinking it might be the teleporting anti-hack because you spawn in at a debug location before selecting a spawn location.
  2. s3kShUn61

    ARMA 3 Addon Request Thread

    Here (http://www.reddit.com/r/arma/comments/1wb1fo/coding_help_needed_rewritten_ai_mod_need_skilled/) is a link to my post with some more information, but basically I know the theory but I need skilled SQF programmers to help me implement a new AI system (mod) following the LIDA model of cognitive computing. It would be an extreme endeavor since the LIDA model has never been implemented in such a way, or rather any implementations at all. Email me at s3kshun61@gmail.com if you are interested and believe you have the skill necessary to work on this project! Also please visit the reddit post I made as it has a link to an intro paper.
  3. Unfortunately there are quite a few of those... I just didn't know if anyone had found a workaround to restore the green icon. Thanks!
  4. Question, when I run the @inidb mod on my server, I get a yellow exclamation point next to the server name in the listings. How can I get rid of this? It tends to turn players off thinking there is a problem with the server.
  5. I fixed that now. Turns out I had the file "bans.txt", which was of type ".txt", however it was looking for "bans" which was of type ".txt", this is rather confusing when calling it "bans.txt" in all the instructions. However I now have a new problem, when I run it through console, BEC starts, checks for an update, then tries connecting to my server where it then crashes. I tried it with both my server's ip and the 127.0.0.1 it recommended.
  6. I have the '\' in both the parameters -bepath=C:\MyBattlEye\ and in the Config.cfg in BEC where BePath = C:\MyBattlEye\ . I have tried both with them (the '\') trailing ...MyBattlEye\ and without them. Neither works. I just dont understand how it can find BEServer.cfg in the working directory but cannot find bans.txt in the same directory. That is how I know the path is working correctly.
  7. So here is where I'm stuck, I'm just going to paste the message I sent to support[at]ibattle.org: So I have gone through every forum I can find as well as the BiS wikis and I cannot find a solution to this problem. The error message I am receiving is "Error :: BE Bans.txt does not exsist" (yes exsist is a typo on the BEC end) and I have the paths set up EXACTLY as detailed in the BiS forums as well as on your website. Added parameter to the start of arma3server.exe is -bepath=C:\MyBattleEye and has created the directory. Within said directory I created a BEServer.cfg which it detected without problem and it created the BEServer.dll without a problem as well. However it then said BE Bans.txt does not exsist. So I created Bans.txt and tried again, however it still gives the same error. I tried the following: "Bans.txt", "bans.txt", "BE Bans.txt", and "BEBans.txt" to no avail. I have tried with the server running and with it offline and still nothing. The path given in my Config.cfg is C:\MyBattleEye, which contains no spaces which one user said could be a problem. If you can see anything in here that makes sense as to why it wont work please let me know. At this point it has become a huge pain in the ass bc I have all the 'difficult' stuff finished and its this one file it will not find even though it exists. And the BiS forums DO NOT say anything about the Bans.txt file besides for mentioning it once in the working directory of BattlEye.
×