Luicid

Member
  • Content count

    16
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Luicid

  • Rank
    Bambi

Recent Profile Visitors

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

  1. Luicid

    Unable to connect with RCON

    I had the same issue 1 week ago.. Linux is case-sensitive so you must rename the folder "Battleye" in "battleye" and the file Beserver.cfg in "beserver.cfg" and chmod to 777 to be sure Always use the lowercase (My starting script does not contain any "-bepath=", you don't need that if you put the folder battleye in your arma3server files.)
  2. Luicid

    Host server dont want run if i activate @TRYK

    Hello, Windows server or Linux server?
  3. I have found the line of code but don't worry it's only a little private server with 2 players..only for dev cool stuff on it and test crazy things
  4. Hello @DirtySanchez, Very good explaination, thank you I'm 150% (yeah!) agree with you for the 'htmlload' (thanks :P) I really understand that the panel is put to help Exile Dev & Exile Players, it was just to test some posibilities with our private only server Thank you
  5. Hi all, I'have been search for a while, maybe with wrong tags but i'm french and not an expert of mission edit so.. I just would know if its possible and if yes, how to remove the ad in bottom of the screen Roles Assignment (see the capture, the windows is " Exile + Namalsk Public Test ..etc.etc.etc" Capture : http://s11.postimg.org/yw8y65roz/2016_02_19_00001.jpg Thanks
  6. Luicid

    ExileZ 2

    Well sorry for my posts, It's now Ok. If you have the same bug as me there is a correction of tutorial: Put Ryanzombies in addOnsAuto and NOT in addOns .. class Mission { addOns[]= { "exile_client", "a3_map_altis" }; addOnsAuto[]= { "exile_client", "Ryanzombies", "a3_map_altis" };
  7. Luicid

    ExileZ 2

    Hello, Oui j'ai bien lu plusieurs posts avec le même problème, mais je n'ai justement pas trouvé la réponse .. Sur le post "presque" ressemblant il était question d'addons qui n'étaient pas déclarés dans Mission.sqm Or, Ryanzombie est tout à fait correctement déclaré. Etrange.. j'ai essayé en lower / uppercase toujours pareil.. class Mission{ addOns[]= { "exile_client", "a3_map_altis", "Ryanzombies" }; huhu I can switch back in english but its not my primary language so.. =)
  8. Luicid

    ExileZ 2

    Hi, I'm lost, my server don't want to see ryanzombies @ryanzombies is Ok and detected but after some seconds I have this message: " 21:52:16 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.Ryanzombies " Ryanzombies is ok in my mission.sqm (I have tried with lowercase, exactly the same error) Infos: OS > Linux Centos x64 Startup command: I have checked lot lot lot of topics, lot of google pages Somebody can help me ? Thanks
  9. Hum, all the both zip are set on mode "Read only" .. Maybe it cause some error, even if we use chmod 755/777 ^^ I had try to unzip via Windows, but even if I try to uncheck "Read only" in properties, I see alway the Read Only mentioned
  10. Whoh Thanks dude ! Sorry for tell you thanks now
  11. Bonjour à tous, Vous souhaitez référencer votre serveur, votre youtube/twitch etc ? N'hésitez pas à vous rendre sur http://gamercenter.xyz dans le menu "L'Annuaire des serveurs" GamerCenter c'est: des tests de matos, de jeux, des streams, un annuaire pour référencer vos serveurs ou alors pour en tester des nouveaux ! Un forum est présent, des tutoriels seront bientôt ajoutés au site internet Nous souhaitons vraiment rallier deux communautés existantes: les geeks et les gamers ! Nous avons pour l'instant 1 serveur Arma3 et avons prévu 1 serveur ArmA3 Exile/Dayz, Garry's Mod, HL, Counter et bien d'autres.. Un TeamSpeak est aussi à votre disposition avec la possibilité d'avoir vos propres channels >>> ts.gamercenter.xyz
  12. Hello all Just a little question, Where is the file where i can modify the text "Loot spawn in your area" ingame ? Thanks
  13. You're welcome Yes, i'm waiting too a way to launch with LGSM ^^
  14. Hi, you can try to launch your server with this command line: ./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -servermod=\@ExileServer\; -mod=\@Exile\; -port=2302 -autoinit I had same problem like you but with that, it's now ok . And, don't forget to check chmod777 the mods folder (@Exile & @ExileServer) and try this too :http://exile.majormittens.co.uk/topic/757-mysql-error-unable-to-locate-extdb2-extension/?do=findComment&comment=4493