-
Content Count
28 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by galevsky
-
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 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' -
[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' -
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 ? :) -
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... ;)
-
[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.
-
[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...
-
Does someone have the solution ? I am still blocked on this issue: _myObjectName = "first_laptop"; _myObjectInstance = ?????? ; // Looking for something like BIS_fn_GetObjectByName _myObjectName _res = alive _myObjectInstance; // if I use _myObjectName instead, there is an error: Error alive: Type String, expected Object
-
How to define additional groups in editor
galevsky posted a topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Hello, I want to create a mod that provide additional groups into the editor to make mission making faster in my team. Do you know how ? By default we have: And I would like to have mine in the list. -
[MP] stop the mission for all clients at the same time
galevsky posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi all, for PvP purpose, I need to stop the mission for all clients at the same time, and display a score-board. I think I need to execute a function like the one below at the end of the duration (2 hours), on all clients due to the call to the UI resources call: ofcra_fnc_clients_side_mission_end = { // Open scoreboard cutRsc ["ScoreBoard","PLAIN"]; }; So, I want to use a trigger to plan the ofcra_fnc_clients_side_mission_end call on each client when the mission will time out: It looks like I cannot use the serverTime, but I can consider the in-game current time thanks to daytime on the client side when joining, then compute the remaining-time-to-play value, and use it in my trigger. My question is about daytime : wiki says That means that clients don't get the same in-game time ? Sounds weird.... Maybe I miss the right way to do what I want to ? Any advise ? Thank you for your help :) -
[MP] stop the mission for all clients at the same time
galevsky replied to galevsky's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks a lot -
New ARMA 3 team vs team gamemode, Ikarus, ready for beta. Need testers!
galevsky replied to anthall's topic in ARMA 3 - MULTIPLAYER
Hum... TvT, so nice to hear that ! :cool: 2 questions please: What are missions ? CTF-like ones ? What about the estimated duration ? Will TFAR be supported in the future (sounds like no respectable team play without) ? Other mods, like RHS ? -
Is anyone aware of TvT specialized website for Western Europe teams ? Looking for serious teams to share events... Thank you !!!
-
No doubt that Zeus is a x100 more complicated stuff than just record/play ;)
-
Very interresting, thank you ;) Thanks to share your XP ! The scope of my interrest will be PvP matches, so, for a limited number of players. I watched your videos, you did a great job, and perhaps some limitations may limit us to record vector & position only, plus firing events, to be able to plot units like it is done into the mission editor, but with a "play" button to see them move, and blink when firing + dotted line to see the aiming direction. The idea is to understand the chosen strategy + tactical move + who-killed-who, not a big deal if we cannot have animations and so on. (Could be great but acceptable limitations). Tacview is recording all flight parameters + weapons parameters + ground units parameters with no issue for up to 1000 units (including 40 humans, maybe more, but we limit to 1000 units in my DCS wing for in-game performances issues, and all vehicules remain static: important for DCS, but for Tacview it is the same: all coordinates + states are saved), but we rely on LUA export feature provided by DCS. Is it possible to have a socket to listen with Arma 3 ? Any other alternative ? I am interested in your python script.... Sure... I am not asking to BI to do it ;) @MDCCLXXVI: I don't want to troll about the game category
-
Any new idea ? After-Action Review seems very good.... simple video recording with nvidia ShadowPlay or whatever does not the trick ! We DCS players use Tacview to replay the action while debriefing, to understand the SITAC, what happened, and get something to learn.... just a MUST for such a simulator ! Or at least, does someone have an idea about how to implement a recording tool (server-side?/client-side?/both?), at least on paper ? The aims is to replay the registrated scenario either on external flat map, or in-game (better but we may need some additional tool from BI). Thanks for your info !
-
Hi, I don't know what I am doing wrong: 2 trucks + 1 escorting BTR as leader, all of them have full skill, formation set to none, but they don't want just to drive as a column on the road, following waypoints. The 3 vehicules fight against other, they brake, run out of road, BTR likes to go straight forward across forest... Please help ! How to plan a simple 3 vehicules column convoy from Kamino to Mike26, without any other feature ? Should I script something ? Many thanks for tour help :-)