Jump to content

soldat_ryan

Member
  • Content Count

    123
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by soldat_ryan

  1. soldat_ryan

    Linux Dedicated Server feedback

    i did ! That s why i do not understand. Iworked when i did on my Debian 6 and surprisingly not anymore with my Debian 7. My command line : ./arma3server -port=3202 -noslpash -nosound -world=empty >> log.2302.txt 2>&1 [solved] folder (home/user/.local/share) was not created automaticly (i though it was !) so i did it manually ! :rolleyes:
  2. It is not compulsory for client to change their own .exe. They can join your server even if they are running original .exe. My server is running with perf V3 and my own game is still with original .exe. I still can join and play without problem on it.
  3. soldat_ryan

    Linux Dedicated Server feedback

    Hi, There is still a way to get log.rpt AND console log as in Windows version ? I try to install Arma3 on Debian7 and a can only get .rpt or console log but not both. The /home/user/.local/share/Arma 3 folder where the console should be is not created. under linux logfile="serverlog.log"; in server.cfg seems not working.
  4. TY for the fast answer ! :) Ty [HUD]Dorph i m applying the solution yet ! ;) I can confirm it is occuring with stable branch server (on 2 servers with 2 differents missions : I&A and Domination) :( Greats
  5. It is not solving camshake problem ? (just to know and be sure) Ty.
  6. Try to disable camshake in the Player init file (as said in feedback ticket - link above) it should solve some trouble.
  7. same for me and after a while the mission (I&A) become unplayable. Need to restart the mission.
  8. steamport and steamqueryport are useless. The steam link (http://api.steampowered.com) returns good information. So all is ok. The Server list is long to show the servers and show servers customly. did you tried to refresh the list after the 1st reseach ? Do you see your server if you are using the name filter ? (you should have to wait a while to see yours) If yes, so all is ok.
  9. soldat_ryan

    Dedicated Server change log?

    http://dev.arma3.com/post/spotrep-00037
  10. B3 does it ! you just have to use 82ndab-Bravo17's plugins for autorestart (it is call A2 but it works for A3). Global message are in adv.conf by default config. (I m not B3's crew/dev just a B3 user ! :) )
  11. Humm, just for info : Do you know http://www.bigbrotherbot.net/ ? (aka B3). It is not BEC but you are able to do almost everything (rcon commands, manage bans and kick, give admin rights to players, set messages in game, ...) And the most important it is fully available for Linux users (no need wine so you win DS perf) - It is available also for windows users.
  12. soldat_ryan

    Update info

    There is any info about new update (10/11/2014) ? size : 12Mo
  13. soldat_ryan

    Update info

    ok !! Ty Maio for the link. :) I though it was an hotfix ! :rolleyes:
  14. soldat_ryan

    Headless Client Game Logic

    Take a look here : http://forums.bistudio.com/showthread.php?183918-Dedicated-Client-Headless-Client-feedback-%28dev-branch%29 and https://community.bistudio.com/wiki/Arma_3_Headless_Client currently it is only available on DEV branch
  15. soldat_ryan

    Linux Dedicated Server feedback

    Thank you ! didn't notice this. *************************************** There is a problem with steamcmd ? I can't update dedicated server under linux with version : 1.32 (stay in 1.28 !!) :butbut:
  16. soldat_ryan

    Linux Dedicated Server feedback

    Linux server create console logfile at : "/home/user/.local/share/Arma 3" but you have to add command : logfile="Serverlog.log"; on your server.cfg Only "Log.RPT" is not created !! Not easy to find errors without .RPT I have open a feedback issue few weeks ago : http://feedback.arma3.com/view.php?id=20673 (no answer yet !! )
  17. did you see this ? : https://community.bistudio.com/wiki/basic.cfg As said Mario, after this you have to test by yourself. I supppose the values (in wiki) are for servers with minimal requierement.
  18. "steamqueryport" is useless because it is automaticly set as your server port+1 On your port config (4th spoiler) : 2300 is not open ! You set it for steam this is why your server is not displayed on server browser.
  19. Hi zona-gamer Just put "A3Wasteland_v0.9g.Stratis" or "A3Wasteland_v0.9g.Altis" under "mpmissions" Copy and paste "A3Wasteland_settings" folder where your arma3server.exe is located. Modify "main_config.sqf" as you want and other cfg if you want too. And start your server. If you want to use database to be able to save money, gear..., just intall "inidb" addon and add it to your command line -mod=@inidb and modifiy "Persistence settings (requires iniDBI addon)" inside "main_config.sqf". Everything have to be done in server side. (nothing to do client side) That s it.
  20. This is obsolete ! Steamquery is gameport +1 and it is automatic, no need to set it. Where you found this ? Im new on arma but it is the 1st time, i see it !! Give it up and check the excellent How to from Terox ! :)
  21. soldat_ryan

    Linux Dedicated Server feedback

    Don't know if you resolved your problem but did you try this ? : http://forums.bistudio.com/showthread.php?169926-Linux-Dedicated-Server-feedback&p=2611378&viewfull=1#post2611378 ;)
  22. Hi, I m using this script found on the forum to reserve some slots by GUID. reservedslot.sqf waitUntil {!isNull player}; waitUntil {(vehicle player) == player}; waitUntil {(getPlayerUID player) != ""}; reserved_units = [unit1,unit2]; reserved_uids = ["UID1","UID2","UID3"]; _uid = getPlayerUId player; if ((player in reserved_units)&& !(_uid in reserved_uids)) then { player groupChat "You are in a reserved slot, kicking to lobby in 20 seconds"; sleep 20; failMission "end1"; }; and i would like to add 2 or 3 vehicles in the list but after some try, i failed ! :( (i m not a scripter !! :rolleyes: ) What i want to do is : reserve usage of vehicle named "veh1" to the players in the "reserved_uids" list. I don't want to lock the vehicle, but only driver seat. It is for dedicated server. If there is a way to mix the script with "reservedslot.sqf" it will be be nice. Thanks by advance. Greats. (PS : i couldn't give answer before few days)
  23. With Virtual Arsenal, there is a way to keep loadout after death. Each time we are dying, we have to reload the loadout ! :( Thanks by advance
×