-
Content count
16 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by Luicid
-
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.)
-
Hello, Windows server or Linux server?
-
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
-
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
-
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
-
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" };
-
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.. =)
-
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
-
[Référencez votre serveur :) ] Gamercenter.xyz la plateforme du GamerGeek !
Luicid posted a topic in French
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- 1 reply
-
- gamercenter
- referencement
-
(and 5 more)
Tagged with:
-
setup guide Linux Dedicated Server Setup Guide (Debian 7 or similar)
Luicid replied to Shelby's topic in Setup
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 -
Whoh Thanks dude ! Sorry for tell you thanks now
-
Hello all Just a little question, Where is the file where i can modify the text "Loot spawn in your area" ingame ? Thanks
-
up up
-
After using LGSM - missing addons detected, cannot launch server
Luicid replied to wallop's topic in Setup
You're welcome Yes, i'm waiting too a way to launch with LGSM ^^ -
After using LGSM - missing addons detected, cannot launch server
Luicid replied to wallop's topic in Setup
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 -
setup guide Linux Dedicated Server Setup Guide (Debian 7 or similar)
Luicid replied to Shelby's topic in Setup
Good job, but it seem don't work too by this way. Having sooo many problem with LGSM & Exile Same with clean install of arma3 without lgsm. At this moment, I haven't still not found where the problem(s) is/are ^^