-
Content Count
28 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
11 GoodAbout galevsky
-
Rank
Private First Class
Recent Profile Visitors
-
It looks awesome bro 🤗
-
[IceBreakr/IBIS] Project Yulakia
galevsky replied to icebreakr's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Another master piece of terrain! 🤗 Thanks a lot 👊 -
[LINUX] How to get the server version ?
galevsky replied to galevsky's topic in ARMA 3 - SERVERS & ADMINISTRATION
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' -
[LINUX] How to get the server version ?
galevsky posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
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' -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
galevsky replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 ! -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
galevsky replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 ! -
ACE3 - A collaborative merger between AGM, CSE, and ACE
galevsky replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Congrats for the new awesome release :) EDIT > fixed, my bad -
[IceBreakr/IBIS] Isla Abramia for A3
galevsky replied to icebreakr's topic in ARMA 3 - ADDONS & MODS: COMPLETE
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 -
[1.46] time is desynchronized on clients watch
galevsky replied to galevsky's topic in ARMA 3 - TROUBLESHOOTING
Someone ? :) -
[IceBreakr/IBIS] Lingor & Dingor for A3
galevsky replied to icebreakr's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thank you so much for your work dude ! Both are amazing maps :wub: -
[IceBreakr/IBIS] Isla Abramia for A3
galevsky replied to icebreakr's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yet another badass map :wub: Can't wait ! -
Hi, I am currently facing HTTP error code 500 when saving my characteristics changes about gameplay focus.
-
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... ;)
-
[RELEASE]Zeus Mission Builder
galevsky replied to austin_medic's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Looks like to be a great alternative to MCC, does'nt it ? I will try it soon.... :) -
Does the job ! Big thank you @Schatten: thks too, but I was looking for optimized code, with no loop...