I can confirm that this issue has been addressed, I think this ticket can be closed.
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Arma 3 Activity
Sep 17 2022
Sep 16 2022
Still not fix in the stable version and the dev version, did we know when it will be fix ?
So a metric ton of new eventhandlers added but still no to this? :(
Or am I just blind and dumb as usual..
I've encountered this as well and I have some test values (that work on the CUP Takistan map, unsure how it behaves on other terrains)
Sep 15 2022
Sep 14 2022
rev 149943
Then why have you posted in Arma 3?
Sep 13 2022
This is for the main tutorial in arma reforger
Hello, im sorry im not familiar with the tutorial mission you mention.
Is it part of "The East Wind" campaign?
Hello i can see your having an issue caused by a windows one drive error.
Please google: "ErrorMessage: Le fournisseur de fichier cloud n’est pas en cours d'exécution." and follow the steps that come up
Hello, if your able to use commands in the mission/server your playing you can use:
https://community.bistudio.com/wiki/addAction, to add a keybind to any script command including the TI Adjustments.
I'm a little confused to why you'd want this to be applied to all users.
If in your opinion these settings look better/ more realistic, then making a mod for it would be a great solution for any who feel the same way.
Dedmen stated this on Discord:
Try the solutions on this page:
https://community.bistudio.com/wiki/Arma_3:_Unusual_process_exit
Sep 12 2022
ArmaReport_Log_20220912T054507{F2781033}
Kupil mode helicopter i 1 missia v odnom i tom zhe meste obrivaeca
Sep 11 2022
rev 149928
As far as I can tell, this issue has been addressed, I haven't had any crashes since.
For me, this ticket can be closed.
i need help i just download the game 2 times and it steel dosen't Works
Sep 10 2022
In T167449#2354863, @LSValmont wrote:In T167449#2354732, @Leopard20 wrote:You can fix it yourself by setting the effective commander as the driver himself:
this addEventHandler ["GetIn", { params ["_veh"]; if (!isNull driver _veh) then { _veh setEffectiveCommander driver _veh; }; }]This would help advanced mission makers yes but entry level mission makers with just some EDEN experience and little scripting experience will not be able to enjoy this fix (actually a workaround).
To be honest one of the reasons why unmodded arma content is so uncommon/unthinkable for mission makers is that BI demands their players to come up with their own workarounds too much. I bet you learned scripting and eventually over the years became of of the most knowledgeable modders out there due to your own dissatisfaction with the state of the game in many regards. It shouldn't have to be that way in most cases, that players need to learn advanced scripting/modding just to make their missions more fun or less buggy specially when the feature is/was already present and it is just currently broken and/or incomplete for any reason.
In T167449#2354732, @Leopard20 wrote:You can fix it yourself by setting the effective commander as the driver himself:
this addEventHandler ["GetIn", { params ["_veh"]; if (!isNull driver _veh) then { _veh setEffectiveCommander driver _veh; }; }]
Sep 9 2022
In T167449#2354732, @Leopard20 wrote:You can fix it yourself by setting the effective commander as the driver himself:
You can fix it yourself by setting the effective commander as the driver himself:
this addEventHandler ["GetIn", { params ["_veh"]; if (!isNull driver _veh) then { _veh setEffectiveCommander driver _veh; }; }]
rev 149916
Reproed, [] broken
I have implemented a workaround to the affected script: https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/9cc182c6aff0dfa2f9f28925ce9d9ac9d2f60339
The versions I indicated are correct; their bug report is what's incorrect. My ATM locator script they referenced uses allMissionObjects for editor ATMs, but nearestObjects for terrain ATMs. Here's the script with the workaround: https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/9cc182c6aff0dfa2f9f28925ce9d9ac9d2f60339
I’m not sure the versions are correct, here is screenshot in 2.08 https://feedback.bistudio.com/T167429#2354350