Jump to content

galevsky

Member
  • Content Count

    28
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

11 Good

About galevsky

  • Rank
    Private First Class

Recent Profile Visitors

1050 profile views
  1. galevsky

    Korsac

    It looks awesome bro 🤗
  2. Another master piece of terrain! 🤗 Thanks a lot 👊
  3. Thank you, but it is not my use-case, here I am creating a tool to manage arma3 servers with containers, and I would like to build (with podman, but similar with docker) a new image whenever there is a change and tag it with the right version... to make them available to the tool. I also would like to read the version to trigger the new build, instead of an additional checksum or whatever on the directory to detect the changes. Everything is automated, steamcmd updates the Arma3 server every morning (among mods and so on), and take the necessary follow-up actions. Thank you for you comment anyway 👍. Gal'
  4. Hi all, I fail to find out how to get the current server version... I see no specific file like version.txt or changelog.md that I can parse, I tried this: galevsky@vladivostok:~/ArmA3containers/arma3srv$ ./arma3server_x64 --version 16:04:58 SteamAPI initialization failed. Steam features won't be accessible! ArmA Linux Server, ver. 2.08.149102 16:04:58 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! 16:04:58 Critical:Destroying running thread! 16:04:58 Critical:Destroying running thread! 16:04:58 Critical:Destroying running thread! Segmentation fault (core dumped) which looks to be the right thing to be done, any idea why it is core-dumping ? Any trick ? Thank you for your help ! Gal'
  5. Works perfectly ! I guess that I can copy my existing repository file ./resources/ftp/localrepo.a3s.repository into fresh Arma3sync setup to skip the repository creation.... thanks a lot !
  6. Hello, First, thank you so much for this AMAZING tool, my friends and I cannot handle mods without ! I am setting up a remote FTP server and installed also a local Arma3Sync instance: the aim is to download mods, then build the repo locally, in an automated way on linux. A cron job should be able to rebuild the repo daily if needed, so, I am looking at the command Java -jar ArmA3Sync.jar -BUILD "NomDuDépot" But I don't know how to specify the parameters (the ones provided interactively with Arma3Sync-console.sh script), do you have some advise ? I am very sorry to bother, but I actually failed to find my answer. Thank you !
  7. Congrats for the new awesome release :) EDIT > fixed, my bad
  8. Hello Icebreakr, Do you plan to release a new version soon ? I plan to create a 3-months campaign on this awesome map starting from September, so I would like to know if there is something in the pipe or not yet :) Thank you
  9. Thank you so much for your work dude ! Both are amazing maps :wub:
  10. Yet another badass map :wub: Can't wait !
  11. galevsky

    Arma 3 Units - Closed Beta Feedback

    Hi, I am currently facing HTTP error code 500 when saving my characteristics changes about gameplay focus.
  12. Hi, I am used to check time with in-game watch but I face desynchronization between serverTime and my local daytime (in-game watches display daytime, right ?) : after 2 hours, clients time differs about 15 min. :confused: Is there any trick to make in-game watch time equal to the server daytime ? Thank you for your help... ;)
  13. galevsky

    [RELEASE]Zeus Mission Builder

    Looks like to be a great alternative to MCC, does'nt it ? I will try it soon.... :)
  14. galevsky

    Access by object name

    Does the job ! Big thank you @Schatten: thks too, but I was looking for optimized code, with no loop...
×