Page MenuHomeFeedback Tracker
Feed Advanced Search

Jul 2 2024

TilW edited Additional Information on T182549: Change list overwrite format.
Jul 2 2024, 3:09 PM · Arma Reforger Modding
k-nours added a comment to T182552: Grenade bug.

Hi,
I had the same issue.
When throwing a hand grenade, even if you see it going away after the throwing animation. You can sometimes get killed by explosion like the grenade is blowing in your own hand.
It's like there is synchonisation/validation issue ( or what ever) on the server side notvalidating the throw and keep the last position of the granade in your hand.

Jul 2 2024, 12:36 PM · Arma Reforger
Geez changed the status of T182549: Change list overwrite format from New to Feedback.
Jul 2 2024, 11:43 AM · Arma Reforger Modding
Geez changed the status of T182554: Room Information in Pause Menu from New to Feedback.
Jul 2 2024, 11:43 AM · Arma Reforger
Geez changed the status of T182547: When youre character gets shot while getting out animation is active there is a character position desynchronisation from New to Need More Info.

Hello Ricks, could you please provide a video of the issue? Also is this on vanilla or modded?

Jul 2 2024, 11:40 AM · Arma Reforger
Geez changed the status of T182552: Grenade bug from New to Need More Info.

Hello Gctobias.
Can you please record a video of this issue? Also what do you mean by "when I go to through a grenade?" do you mean "when throwing a grenade"?
Regards,
Geez

Jul 2 2024, 11:40 AM · Arma Reforger
FrostsBite added a comment to T182389: Add IN multiple values check operator.

In C#, one would use the is, or, and operators with braces which the compiler lowers into comparison checks.
example for C#:

csharp
if (damageContext.damageType is EDamageType.COLLISION or EDamageType.FIRE or EDamageType.REGENERATION)
     return;

Note in the lowering process on the right side, the compiler attempts to use any possible optimisation to skip unnecessary checks. In this case it does a bounds check since two of the enum options were adjacent.
https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA+ABATARgLABQGAzAATakDCpA3oaQ+WRiqQLIAUAlLfY/wBEAhgFshAcxiUIAOwAuMBHNIATURKmyFS0gF5SMmAHdutVeskAVAJ4AHGHtIBRYWKt2YAOkoB5ADJ+AJIAyoE+AHKkAL4A3Hz8DACWAGakHGpumvKKcp4ZGjb2pIkAzs6uBR7e/kGhEaTQ5RYwhV4AYoEASk4NUE2ZrZ7dAOJO4U6dAIKWYeFc8Qn8GADscQT8UYSbBIQUFZLS2Tp064wk/ZVF+e5FNKSScjGkJTCP0VuEhDAyAK4iFzcHCd+OEIk4ADQLXwBEKzSGnBgdbrw/htSYw8LDFGMEZjCbTOELSZsHzDACqwXhUSAA

Jul 2 2024, 10:43 AM · Arma Reforger
Socrates added a comment to T182389: Add IN multiple values check operator.

Yeah, this is why I'm proposing thing from OP. :)
It's an compilable scripting language anyway, so compiler could handle this synthax sugar and unfold it in an ordinary || manner.

Jul 2 2024, 10:36 AM · Arma Reforger
LouMontana added a comment to T182389: Add IN multiple values check operator.

ah, correct - they are not flags (1 2 4 8 16), just enum values (0 1 2 3 4), my bad on this one
doing x in [a, b, c] in SQF also creates and allocates an array (in C# too)

Jul 2 2024, 10:33 AM · Arma Reforger
Socrates added a comment to T182389: Add IN multiple values check operator.

that's SQF syntax… in Enfusion we do

if (damageContext.damageType & (EDamageType.COLLISION | EDamageType.FIRE | EDamageType.REGENERATION))
     return;

:-)

Jul 2 2024, 10:05 AM · Arma Reforger
Socrates updated the task description for T181940: Notifications are no longer shown due to inability to read game settings.
Jul 2 2024, 9:28 AM · Arma Reforger
Socrates renamed T181940: Notifications are no longer shown due to inability to read game settings from Notifications are no longer show due to inability to read game settings to Notifications are no longer shown due to inability to read game settings.
Jul 2 2024, 9:28 AM · Arma Reforger
Socrates renamed T181940: Notifications are no longer shown due to inability to read game settings from (EXP) Task manager no longer shows task notifications to Notifications are no longer show due to inability to read game settings.
Jul 2 2024, 9:28 AM · Arma Reforger
Knockoutbadge1 added a comment to T181284: Xbox blur.

I've been having this awful problem too.

Jul 2 2024, 6:05 AM · Arma Reforger Xbox
OfficialWardog updated the task description for T182554: Room Information in Pause Menu.
Jul 2 2024, 4:36 AM · Arma Reforger
OfficialWardog created T182554: Room Information in Pause Menu.
Jul 2 2024, 4:33 AM · Arma Reforger
Gctobias renamed T182552: Grenade bug from Grenade big to Grenade bug.
Jul 2 2024, 3:40 AM · Arma Reforger
Gctobias created T182552: Grenade bug.
Jul 2 2024, 3:40 AM · Arma Reforger
ookexoo edited Steps To Reproduce on T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.
Jul 2 2024, 12:57 AM · Arma Reforger Modding
ookexoo updated the task description for T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.
Jul 2 2024, 12:54 AM · Arma Reforger Modding
ookexoo added a comment to T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.

Correction, the repro still produces crashes when done with a peer client. I updated the repro accordingly. Latest crash ID: d1fe2423-714a-4d00-bd30-43ed8f2fbc1a.

Jul 2 2024, 12:54 AM · Arma Reforger Modding
kawalec added a comment to T182456: Proximity chat issue.

XBOX players don't have that problem.

Jul 2 2024, 12:17 AM · Arma Reforger
kawalec changed Severity from severity:minor to severity:major on T182456: Proximity chat issue.
Jul 2 2024, 12:17 AM · Arma Reforger
ookexoo added a comment to T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.

The crash is caused by doors in doors info list perhaps the game could handle this more gracefully or at least report something to logs.

Thanks to NiiRoZz for the information.

Jul 2 2024, 12:06 AM · Arma Reforger Modding

Jul 1 2024

TilW created T182549: Change list overwrite format.
Jul 1 2024, 11:47 PM · Arma Reforger Modding
veteran29 added a comment to T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.

The crash is caused by doors in doors info list perhaps the game could handle this more gracefully or at least report something to logs.

Jul 1 2024, 11:37 PM · Arma Reforger Modding
veteran29 added a comment to T181447: [1.2] Trying to move in minimalistic compartment set-up crashes workbench.

The issue is still there on stable, crash report from ACE Carrying which uses the method: 14151df8-6938-4642-a2ac-a613c56c386e

Jul 1 2024, 11:10 PM · Arma Reforger Modding
Ricks created T182547: When youre character gets shot while getting out animation is active there is a character position desynchronisation.
Jul 1 2024, 9:56 PM · Arma Reforger
Socrates added a comment to T181940: Notifications are no longer shown due to inability to read game settings.

Can confirm that it also happens in the game itself (1.2.0.70).

Jul 1 2024, 8:12 PM · Arma Reforger
RickOShay added a comment to T166700: UPnP option for Player Hosting (when it gets added) and Dedicated Servers.

Any news on the addition of UPnP support for Listen or Ded servers ?

Jul 1 2024, 6:00 PM · Arma Reforger
speedwaystar added a comment to T182085: Bad servers?.


And this is a EU server, which dont work.
In my experience, Nitrado has NEVER been any good.
A: You cheap out on servers
B: Nitrado is scamming you
C: Someone messed up while working on the server cluster

Jul 1 2024, 5:25 PM · Arma Reforger
TilW added a comment to T182440: Terrain boundary’s for terrain set to locked number / doesn’t change with terrain creation.

I looked into this issue, it appears that 1.2 broke the way terrain bounds are calculated.
Meaning when you create a new terrain or resave an existing world entity, the terrain bounds will break.
Reproduction is as simple as it sounds, just create a terrain larger than the default bounds (~3000m) and try to move the camera beyond it.

Jul 1 2024, 5:19 PM · Arma Reforger Modding
yumudo added a comment to T182085: Bad servers?.

I can confirm that EU servers are broken. There is no need for additional information or anything, they're just straight out broken. Either they are very cheap and low quality, or there are some issues with clusters as someone said here. From my experience, after a few minutes into the game, like 10-15 minutes after game starts and people start joining, server FPS drops to 5-15 and the game starts lagging/skipping frames/jittering. After a few more minutes, the game completely freezes, everyone stops moving, voice chat stops, your character freezes and you can only move your head but not move. The server is still alive when this happens, the server FPS and latency variables still update, but the game is dead. At this moment everyone just quits and joins a different server hoping this won't happen (Previous posts talked about this too in this topic), then after the new server people joined reaches 20 - 30 players, it's just repeat cycle. It starts from the beginning. My own opinion is that EU servers are terribly low quality, people said that US servers are stable, so the problem should be at Bohemia's partner in hosting EU servers, they're most likely providing cheap servers that don't have the capacity to run the servers of a game like Arma Reforger. And all the EU servers are hosted from the same location, I know because they all hame the same ping, someone also said they have the same IP's, so the problem might be there. If any developer of the game joins an EU server and plays for only an hour or two, they'll see that everything I said happens so whoever is responsible of Arma Reforger's servers can test it out themselves. If you have any questions about my experience in this problem you can ask me. I might also have clips of this happening but since this happens all the time and one can just recreate this in possibly less then an hour, I assume I don't have to provide them here.

Jul 1 2024, 3:03 PM · Arma Reforger
Geez changed the status of T182526: Upload Timeout on Publish (a lot of time!) from New to Assigned.
Jul 1 2024, 1:53 PM · Arma Reforger Modding
Geez changed the status of T182520: Weapon/Attachment Replication Bug - V1.2 from New to Assigned.
Jul 1 2024, 1:53 PM · Arma Reforger Modding
Geez changed the status of T182504: DbgUI.SliderFloat snaps to integer steps from New to Assigned.
Jul 1 2024, 1:53 PM · Arma Reforger Modding
Geez updated subscribers of T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jul 1 2024, 1:18 PM · Arma Reforger
Geez merged task T182517: Arma Reforger PC, Player Can Drop Under Map When Exiting Upturned / On Its Side / Vehicle (See video) into T182417: Falling through map and swimming below terrain after vehicle crash.
Jul 1 2024, 1:15 PM · Arma Reforger
Geez merged T182517: Arma Reforger PC, Player Can Drop Under Map When Exiting Upturned / On Its Side / Vehicle (See video) into T182417: Falling through map and swimming below terrain after vehicle crash.
Jul 1 2024, 1:15 PM · Arma Reforger
Geez changed the status of T182519: Arma Reforger PC "Service States" Screen, Build / Game Version Number Should Be Copy & Pastable For More Accurate Easier Reporting from New to Feedback.
Jul 1 2024, 1:15 PM · Arma Reforger
Geez changed the status of T182531: Banning system from New to Feedback.
Jul 1 2024, 1:15 PM · Arma Reforger Xbox
Geez changed the status of T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise from New to Feedback.
Jul 1 2024, 1:15 PM · Arma Reforger
Geez changed the status of T182534: Dead AI group are not deducted from max base AI unit from New to Awaiting internal Testing.
Jul 1 2024, 1:15 PM · Arma Reforger
Geez changed the status of T182417: Falling through map and swimming below terrain after vehicle crash from Awaiting internal Testing to Confirmed Internally.
Jul 1 2024, 1:12 PM · Arma Reforger
Geez merged T182517: Arma Reforger PC, Player Can Drop Under Map When Exiting Upturned / On Its Side / Vehicle (See video) into T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jul 1 2024, 1:12 PM · Arma Reforger
Geez merged task T182517: Arma Reforger PC, Player Can Drop Under Map When Exiting Upturned / On Its Side / Vehicle (See video) into T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jul 1 2024, 1:12 PM · Arma Reforger
Geez changed the status of T182516: Arma Reforger from New to Reviewed.
Jul 1 2024, 1:09 PM · Arma Reforger
Geez merged T182514: Replication issue with vehicle doors into T182426: Opening/Closing vehicle Doors.
Jul 1 2024, 1:09 PM · Arma Reforger
Geez merged task T182514: Replication issue with vehicle doors into T182426: Opening/Closing vehicle Doors.
Jul 1 2024, 1:09 PM · Arma Reforger
Geez changed the status of T182511: Players getting stuck in vehicles from New to Awaiting internal Testing.
Jul 1 2024, 1:05 PM · Arma Reforger
Geez changed the status of T182508: In stage between harm but not dying, and can't be healed from New to Awaiting internal Testing.
Jul 1 2024, 1:05 PM · Arma Reforger
Geez changed the status of T182507: Flipped and crashed a car into pole, thrown out car, no harm to player from New to Awaiting internal Testing.
Jul 1 2024, 1:05 PM · Arma Reforger
Geez changed the status of T182501: AI can't join squad after you respawn from New to Awaiting internal Testing.
Jul 1 2024, 1:02 PM · Arma Reforger
Geez changed the status of T182499: "No suppression volume provided" error from New to Awaiting internal Testing.
Jul 1 2024, 1:02 PM · Arma Reforger
Geez changed the status of T182497: Helicopter Mouse Control SLOW from New to Awaiting internal Testing.
Jul 1 2024, 12:58 PM · Arma Reforger
Geez changed the status of T182494: Cannot finish tutorial due to radio use in base capture tutorial not registering from New to Awaiting internal Testing.
Jul 1 2024, 12:58 PM · Arma Reforger
Geez changed the status of T182483: Static pre placed MG nests obstructed from New to Awaiting internal Testing.
Jul 1 2024, 12:55 PM · Arma Reforger
Geez merged T182479: Vehicle Lights Prompt into T182360: [1.2.0.102] Pressing a button in first person in a vehicle automatically returns the button to its original position.
Jul 1 2024, 12:55 PM · Arma Reforger
Geez changed the status of T182482: Supply duping exploit from New to Awaiting internal Testing.
Jul 1 2024, 12:55 PM · Arma Reforger
Geez merged task T182479: Vehicle Lights Prompt into T182360: [1.2.0.102] Pressing a button in first person in a vehicle automatically returns the button to its original position.
Jul 1 2024, 12:55 PM · Arma Reforger
Geez changed the status of T182477: Ai commanding breaks the second there is an object between the player and the AI squad. from New to Awaiting internal Testing.
Jul 1 2024, 12:52 PM · Arma Reforger
Geez changed the status of T182474: Task does not complete after death from New to Awaiting internal Testing.
Jul 1 2024, 12:52 PM · Arma Reforger
jaydenz added a comment to T180014: Game crashes when loading GM saved scenarios onto a server.
Jul 1 2024, 11:08 AM · Arma Reforger
k-nours renamed T182534: Dead AI group are not deducted from max base AI unit from Dead AI grpup are not deducted from max base AI unit to Dead AI group are not deducted from max base AI unit.
Jul 1 2024, 11:04 AM · Arma Reforger
k-nours created T182534: Dead AI group are not deducted from max base AI unit.
Jul 1 2024, 11:04 AM · Arma Reforger
jim352 added a comment to T182516: Arma Reforger.

Thanks for your help, guys.

Jul 1 2024, 11:01 AM · Arma Reforger
Geez changed the status of T182360: [1.2.0.102] Pressing a button in first person in a vehicle automatically returns the button to its original position from Awaiting internal Testing to Confirmed Internally.
Jul 1 2024, 10:42 AM · Arma Reforger
Echo4609 created T182531: Banning system.
Jul 1 2024, 3:17 AM · Arma Reforger Xbox
christian2094 added a comment to T182497: Helicopter Mouse Control SLOW.

+1 on this. Needing to move my mouse so much i need to lift it back 3 times to do a turn is annoying and making it hard to use mouse control.

Jul 1 2024, 2:38 AM · Arma Reforger

Jun 30 2024

Mischkov added a comment to T182516: Arma Reforger.

I'm pretty sure your issue is related to server problems, nothing with your game client. Try to connect during the day once on EU servers to see if it happens too.

Jun 30 2024, 11:15 PM · Arma Reforger
Mischkov added a comment to T182519: Arma Reforger PC "Service States" Screen, Build / Game Version Number Should Be Copy & Pastable For More Accurate Easier Reporting.

Similar to this feature request. I would really add this :

  • provide a way to know the current server name&ip+port when actually playing on a server (in the top of the options menu for example)
  • add in armareforger logs actually the same information somewhere (for example in the console.log file "Connecting/disconnecting on/from -OFFICIAL EU FULL EVERON XXXXXX- IP+PORT)
Jun 30 2024, 11:02 PM · Arma Reforger
R34P3R edited Steps To Reproduce on T182520: Weapon/Attachment Replication Bug - V1.2.
Jun 30 2024, 9:41 PM · Arma Reforger Modding
R34P3R created T182526: Upload Timeout on Publish (a lot of time!).
Jun 30 2024, 9:21 PM · Arma Reforger Modding
kawalec added a comment to T182516: Arma Reforger.

Does the same thing happen in Experimental?

Jun 30 2024, 3:39 PM · Arma Reforger
R34P3R created T182520: Weapon/Attachment Replication Bug - V1.2.
Jun 30 2024, 3:36 PM · Arma Reforger Modding
scalespeeder created T182519: Arma Reforger PC "Service States" Screen, Build / Game Version Number Should Be Copy & Pastable For More Accurate Easier Reporting.
Jun 30 2024, 3:32 PM · Arma Reforger
scalespeeder created T182517: Arma Reforger PC, Player Can Drop Under Map When Exiting Upturned / On Its Side / Vehicle (See video).
Jun 30 2024, 3:26 PM · Arma Reforger
jim352 added a comment to T182516: Arma Reforger.

Thanks Kawalec, I've uninstalled and reinstalled via steam. No change in the bug.

Jun 30 2024, 3:19 PM · Arma Reforger
jim352 updated the task description for T182516: Arma Reforger.
Jun 30 2024, 3:19 PM · Arma Reforger
jim352 updated the task description for T182516: Arma Reforger.
Jun 30 2024, 3:16 PM · Arma Reforger
kawalec added a comment to T182456: Proximity chat issue.

I also verified my game files integrity. The issue still occurs.
I've confirmed that other players have the same problem.

Jun 30 2024, 2:32 PM · Arma Reforger
kawalec added a comment to T182456: Proximity chat issue.

Maybe that's the source of all sound issues:
"Audio
Added: Dynamic reverb based on roomsize".
The outside world as a "room" has very big/infinite size, so there's no reverb?

Jun 30 2024, 2:29 PM · Arma Reforger
kawalec added a comment to T182508: In stage between harm but not dying, and can't be healed.

It's very common after the 1.2 update.
It looks like there are some inertia values problems.

Jun 30 2024, 2:25 PM · Arma Reforger
kawalec added a comment to T182516: Arma Reforger.

I'd reinstall the game completely. It should fix that freezing problem.

Jun 30 2024, 2:25 PM · Arma Reforger
jim352 updated the task description for T182516: Arma Reforger.
Jun 30 2024, 2:18 PM · Arma Reforger
jim352 created T182516: Arma Reforger.
Jun 30 2024, 2:18 PM · Arma Reforger
Mischkov added a comment to T182085: Bad servers?.

Just some additional info after dozen of hours (hundreds?) playing 1.2.0.70 on official servers :

  • At the biggest peak times (days after the update 1.2.0.70) : all servers experienced server FPS decrease, packet losses increase, most of the time leading the server to crash.
  • Still these days at peak times : US server seem running way better than EU (still some lags at peak time but US servers crash rarely in comparaison with EU servers).
Jun 30 2024, 1:23 PM · Arma Reforger
Mischkov edited Additional Information on T182302: [1.2.0.92] State inconsistency with vehicles / synchronization issues.
Jun 30 2024, 1:14 PM · Arma Reforger
Snoke updated the task description for T182508: In stage between harm but not dying, and can't be healed.
Jun 30 2024, 12:26 PM · Arma Reforger
FailNot created T182514: Replication issue with vehicle doors.
Jun 30 2024, 12:00 PM · Arma Reforger
Cultti added a comment to T182511: Players getting stuck in vehicles.

Getting in BTR: https://www.twitch.tv/videos/2184864163?t=02h16m28s

Jun 30 2024, 10:04 AM · Arma Reforger
Cultti added a comment to T182409: Multiplayer Spawning Group Hop bug.

Yesterday we did witness people was placed in different factions squad. This might be related to that we had 3 factions: US, USSR an FIA. FIA was friendly with US and USSR factions but US and USSR wasn't friendly with each others.

Jun 30 2024, 9:44 AM · Arma Reforger
Cultti created T182511: Players getting stuck in vehicles.
Jun 30 2024, 9:39 AM · Arma Reforger
Mamith edited Additional Information on T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jun 30 2024, 5:51 AM · Arma Reforger
Mamith edited Additional Information on T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jun 30 2024, 5:51 AM · Arma Reforger
Mamith created T182509: Formation overhaul to stop Bohemia Interactive from making the same mistake it has made for 20 years cuz no one seems to have told them otherwise.
Jun 30 2024, 5:44 AM · Arma Reforger
Mischkov added a comment to T182409: Multiplayer Spawning Group Hop bug.

Weird things happening with that :

  • ppl join your private team without invite..., and you can't even get rid of them without creating a new squad from scratch...
  • you die, you automatically leave your squad and joins another one automatically = if you're alone your squad disappears + deployed radio access....
  • you die, you automatically leave your squad and joins another one automatically = you talking for minutes before realizing you've been switched to another squad...
  • you're the squad leader, you die, even if you join again your squad, you're not the squad leader anymore... (by the way only the squad leader can recruits so far AIs and gives orders to AIs..., and I don't even know what happen to AIs in that case)

...

Jun 30 2024, 5:24 AM · Arma Reforger
Mischkov added a comment to T179362: Shovel keeps getting unequipped while building base support structures. (Conflict) (Experimental).

What I know about that (tested on 1.2.0.70 OFFICIAL full everon conflict servers) :

  • happens "randomly"
  • bug stays until you die/respawn or disconnect/reconnect
  • You can play 10 hours long on a full server and nothing happens. And sometimes it happens on the first building attempt on a low pop server. (i don't think it's related to server performance, I've joined empty server sometimes to test so I had to build everything and it happened too.)
  • I'm having this bug since a long time (at least one stable version before and 2 experimental before), and maybe even since the first time I installed the game ~ a year ago.
  • You don't even need to start the building action to have the problem. Having only the shovel in hands near a building to construct reproduces the issue.
  • Each time you have this issue, the game selects automatically one of your weapon despite you not actually doing it. Even if you don't have any weapon in your inventory, the game reset your character animation like if you did'nt select the shovel.
  • Each time the issue happens, when I selected again my shovel, the default selected action is "dissassembly" and I have to scroll up again to select "Build ..." instead of "disassembly".
Jun 30 2024, 5:07 AM · Arma Reforger
Snoke created T182508: In stage between harm but not dying, and can't be healed.
Jun 30 2024, 4:16 AM · Arma Reforger
Snoke updated the task description for T182508: In stage between harm but not dying, and can't be healed.
Jun 30 2024, 4:16 AM · Arma Reforger