Page MenuHomeFeedback Tracker
Feed Advanced Search

Jun 4 2025

LouMontana closed T192290: Math::RandomFloat01 should exclude 1 as Resolved.
Jun 4 2025, 1:01 PM · Arma Reforger Modding
LouMontana added a comment to T192290: Math::RandomFloat01 should exclude 1.

Confirmed internally, this will not change. You can use alternative methods to obtain the result you expect :-)

Jun 4 2025, 1:00 PM · Arma Reforger Modding
Geez changed the status of T192340: The WeaponBlastComponent with RocketEjectorMuzzleComponent does not work from New to Assigned.
Jun 4 2025, 12:16 PM · Arma Reforger Modding
Gantelya created T192340: The WeaponBlastComponent with RocketEjectorMuzzleComponent does not work.
Jun 4 2025, 1:31 AM · Arma Reforger Modding

Jun 3 2025

Geez changed the status of T192306: Arma Reforger Workbench issue potentially from New to Awaiting internal Testing.
Jun 3 2025, 2:59 PM · Arma Reforger Modding
Geez changed the status of T192303: [MAJOR] [Feature request] Server configs instead of mods from New to Feedback.
Jun 3 2025, 2:57 PM · Arma Reforger Modding
Geez changed the status of T192293: Generator pattern/Coroutine/Task from New to Feedback.
Jun 3 2025, 2:57 PM · Arma Reforger Modding
Geez changed the status of T192290: Math::RandomFloat01 should exclude 1 from New to Reviewed.
Jun 3 2025, 2:56 PM · Arma Reforger Modding
Geez changed the status of T192289: Improve parser for mission header from New to Assigned.
Jun 3 2025, 2:56 PM · Arma Reforger Modding
Geez changed the status of T192281: [Feature Request] SCR_VoiceoverSystem should support signal values from Awaiting internal Testing to Feedback.
Jun 3 2025, 2:55 PM · Arma Reforger Modding
Geez changed the status of T192281: [Feature Request] SCR_VoiceoverSystem should support signal values from New to Awaiting internal Testing.
Jun 3 2025, 2:55 PM · Arma Reforger Modding
Geez changed the status of T192257: Unable to add contributors to mod project from New to Assigned.
Jun 3 2025, 2:54 PM · Arma Reforger Modding
Geez changed the status of T192205: Random Entity Deletion from New to Assigned.
Jun 3 2025, 2:54 PM · Arma Reforger Modding
Geez edited projects for T192306: Arma Reforger Workbench issue potentially, added: Arma Reforger Modding; removed Arma Reforger.
Jun 3 2025, 10:42 AM · Arma Reforger Modding

Jun 2 2025

Ciberdead created T192303: [MAJOR] [Feature request] Server configs instead of mods.
Jun 2 2025, 7:51 PM · Arma Reforger Modding
ookexoo added a comment to T192290: Math::RandomFloat01 should exclude 1.

I thought the point is to pave the way for the future, so backward compatibility should be secondary. Also to consider is that the "default" generators sampling floats from 0 to 1 in modern programming languages are also execluding 1: random.random() in Python, Math.random() in Java, Random.NextDouble() in C#, etc.

Jun 2 2025, 7:35 PM · Arma Reforger Modding
Tactical_Force added a comment to T180047: BET: Blender Enfusion Tools do not connect to Enfusion Workbench. "Communication error with Workbench app" returned in Blender.

I am having the same issue, except I don't have a dell computer. I tried all above what they tried and nothing seems to work and I also tried changing ports on workbench and in blender to see if I can try a different port but still nothing. It doesnt seem like its detecting workbench at all.

Jun 2 2025, 4:06 PM · Arma Reforger Modding
LouMontana added a comment to T192290: Math::RandomFloat01 should exclude 1.

The common use case of this method is for handling probabilities

Math.RandomFloat01() is not used only for that, and changing the behaviour after release has the ability to break many existing mods and scripts.
Use Math.RandomFloat(0, 1) instead to obtain the behaviour you mention

Jun 2 2025, 11:57 AM · Arma Reforger Modding
Perun89 created T192293: Generator pattern/Coroutine/Task.
Jun 2 2025, 10:59 AM · Arma Reforger Modding
ookexoo created T192290: Math::RandomFloat01 should exclude 1.
Jun 2 2025, 3:45 AM · Arma Reforger Modding
ookexoo created T192289: Improve parser for mission header.
Jun 2 2025, 2:51 AM · Arma Reforger Modding

Jun 1 2025

R34P3R added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

Still happes...

Jun 1 2025, 8:52 PM · Arma Reforger Modding
runekn updated the task description for T192281: [Feature Request] SCR_VoiceoverSystem should support signal values.
Jun 1 2025, 7:04 PM · Arma Reforger Modding
runekn created T192281: [Feature Request] SCR_VoiceoverSystem should support signal values.
Jun 1 2025, 6:53 PM · Arma Reforger Modding

May 31 2025

cahnour created T192257: Unable to add contributors to mod project.
May 31 2025, 4:47 PM · Arma Reforger Modding

May 29 2025

Goosey edited Additional Information on T192205: Random Entity Deletion.
May 29 2025, 7:37 PM · Arma Reforger Modding
Goosey created T192205: Random Entity Deletion.
May 29 2025, 7:22 PM · Arma Reforger Modding

May 28 2025

Geez changed the status of T192165: [Feature Request] Symbol definition for Outline in Script Editor from New to Feedback.
May 28 2025, 2:18 PM · Arma Reforger Modding

May 27 2025

vlad333000 created T192165: [Feature Request] Symbol definition for Outline in Script Editor.
May 27 2025, 10:17 PM · Arma Reforger Modding

May 26 2025

Geez closed T192070: Game Master mode not accessible on Ingame Server for Conflict Mode as Resolved.
May 26 2025, 9:41 AM · Arma Reforger Modding

May 24 2025

458.txbias updated subscribers of T192070: Game Master mode not accessible on Ingame Server for Conflict Mode.

Hey @Geez, I discovered that the "CampaignMPChatEntity.et" tool within Reforger Tools, which is supposed to automatically generate the necessary managers for a scenario, isn't spawning automatically. So, this isn't a bug after all.

May 24 2025, 5:37 PM · Arma Reforger Modding
Jakerod added a comment to T188778: World Editor Bug | Min/Max Bounds not lining up with the map size .

The bounds that get reset are the ones under the "world" entity in the hierarchy. They are under the Dimensions section and have Bound Mins, Bound Maxs, and Block Size. Editing the bounds here does nothing. In terms of files, the bounds are found in the default.layer file. You can modify them there, save them, and then open your terrain and the world bounds will be correct. But as soon as you save your terrain in World Editor again they are reverted and you have to modify default.layer again. It's an annoying process.

May 24 2025, 12:09 AM · Arma Reforger Modding

May 23 2025

Geez changed the status of T192085: Ps5 modding from New to Reviewed.
May 23 2025, 12:07 PM · Arma Reforger Modding
Geez closed T192074: World Editor - Roads are not drawn to satellite view above 356m as Resolved.
May 23 2025, 12:07 PM · Arma Reforger Modding
Geez changed the status of T192070: Game Master mode not accessible on Ingame Server for Conflict Mode from New to Assigned.
May 23 2025, 12:06 PM · Arma Reforger Modding
Gunner_5761 added a comment to T192085: Ps5 modding.

Needs attention

May 23 2025, 12:04 PM · Arma Reforger Modding
Gunner_5761 added a comment to T192085: Ps5 modding.

Plz fix the issue

May 23 2025, 12:02 PM · Arma Reforger Modding
Gunner_5761 created T192085: Ps5 modding.
May 23 2025, 12:02 PM · Arma Reforger Modding
Jakerod added a comment to T192074: World Editor - Roads are not drawn to satellite view above 356m.

I recommend closing this. I had this issue on one map. Other people aren't seeing it. Not sure what's going on. It would be really nice if there was a list of requirements for things to work correctly.

May 23 2025, 4:26 AM · Arma Reforger Modding
Jakerod changed Reproducibility from reproducibility:always to reproducibility:none on T192074: World Editor - Roads are not drawn to satellite view above 356m.
May 23 2025, 4:25 AM · Arma Reforger Modding
Jakerod updated the task description for T192074: World Editor - Roads are not drawn to satellite view above 356m.
May 23 2025, 12:32 AM · Arma Reforger Modding
Jakerod updated the task description for T192074: World Editor - Roads are not drawn to satellite view above 356m.
May 23 2025, 12:31 AM · Arma Reforger Modding
Jakerod created T192074: World Editor - Roads are not drawn to satellite view above 356m.
May 23 2025, 12:29 AM · Arma Reforger Modding

May 22 2025

458.txbias created T192070: Game Master mode not accessible on Ingame Server for Conflict Mode.
May 22 2025, 11:24 PM · Arma Reforger Modding
runekn added a comment to T192054: AI operating mortar does not respect DisableLOD.

My new workaround

May 22 2025, 1:07 PM · Arma Reforger Modding
Geez changed the status of T192054: AI operating mortar does not respect DisableLOD from New to Assigned.
May 22 2025, 11:31 AM · Arma Reforger Modding
Geez changed the status of T192039: Audio variables broken from New to Assigned.
May 22 2025, 11:31 AM · Arma Reforger Modding
runekn changed Category from category:general to category:aiissues on T192054: AI operating mortar does not respect DisableLOD.
May 22 2025, 10:09 AM · Arma Reforger Modding
runekn added a comment to T192054: AI operating mortar does not respect DisableLOD.

As for fixing it myself, is there any current method for checking if an AIAgent is allowed max LOD? I don't see one in AIAgent.c, so my current workaround is a looped WaitAndExecute that just reapplies DisableLOD constantly.

May 22 2025, 9:40 AM · Arma Reforger Modding
runekn created T192054: AI operating mortar does not respect DisableLOD.
May 22 2025, 9:34 AM · Arma Reforger Modding
R34P3R updated the task description for T192039: Audio variables broken.
May 22 2025, 7:57 AM · Arma Reforger Modding

May 21 2025

R34P3R created T192039: Audio variables broken.
May 21 2025, 11:25 PM · Arma Reforger Modding
tateshigh added a comment to T191620: cant update mods.

all the new mods ive tried making recently, i havent had issues uploading them. Just this one for some reason


BACKEND (E): Curl error=Send failed since rewinding of the data stream failed
BACKEND (E): Http Error (BAD_REQUEST)
BACKEND (E): [RestApi] ID:[265] TYPE:[EBREQ_WORKSHOP_UploadAssetFile] Error - Cannot send request
DEFAULT (E): Uploading failed! Reason: ""
BACKEND (E): Curl error=Failed sending data to the peer
BACKEND (E): Http Error (BAD_REQUEST)
BACKEND (E): [RestApi] ID:[330] TYPE:[EBREQ_WORKSHOP_UploadAssetFile] Error - Cannot send request
DEFAULT (E): Uploading failed! Reason: ""
BACKEND (E): Curl error=Send failed since rewinding of the data stream failed
BACKEND (E): Http Error (BAD_REQUEST)
BACKEND (E): [RestApi] ID:[395] TYPE:[EBREQ_WORKSHOP_UploadAssetFile] Error - Cannot send request
DEFAULT (E): Uploading failed! Reason: ""

May 21 2025, 5:01 AM · Arma Reforger Modding

May 19 2025

Geez changed the status of T191940: TryEquipRightHandItem from Controller brakes Sync from New to Assigned.
May 19 2025, 2:22 PM · Arma Reforger Modding
Geez changed the status of T191950: Server Crashing from New to Assigned.
May 19 2025, 2:20 PM · Arma Reforger Modding
Geez changed the status of T191982: RIS attachments are not getting picked up by the blocked type from New to Assigned.
May 19 2025, 2:20 PM · Arma Reforger Modding
SRGshadows created T191982: RIS attachments are not getting picked up by the blocked type.
May 19 2025, 10:46 AM · Arma Reforger Modding

May 18 2025

R34P3R added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

May 18 2025, 4:26 PM · Arma Reforger Modding

May 17 2025

TheOnlyDroid updated subscribers of T190429: Decal UV offset incorrect outside of Material Editor..

@Geez Just wondering if there's been any movement on this.

May 17 2025, 10:37 PM · Arma Reforger Modding
nutson created T191950: Server Crashing.
May 17 2025, 10:22 PM · Arma Reforger Modding
R34P3R created T191940: TryEquipRightHandItem from Controller brakes Sync.
May 17 2025, 10:33 AM · Arma Reforger Modding

May 16 2025

Geez changed the status of T191875: Crashing Upon Loading My Map from New to Assigned.
May 16 2025, 2:53 PM · Arma Reforger Modding
Geez changed the status of T191879: Crash when painting textures on new terrain from New to Assigned.
May 16 2025, 2:51 PM · Arma Reforger Modding

May 14 2025

leedonna updated the task description for T191879: Crash when painting textures on new terrain.
May 14 2025, 5:04 PM · Arma Reforger Modding
leedonna created T191879: Crash when painting textures on new terrain.
May 14 2025, 12:24 PM · Arma Reforger Modding
Rage4556 created T191875: Crashing Upon Loading My Map.
May 14 2025, 3:22 AM · Arma Reforger Modding

May 13 2025

Geez changed the status of T191864: Enforce Script should receive a safe navigation operator from New to Feedback.
May 13 2025, 1:54 PM · Arma Reforger Modding
Geez changed the status of T191857: [Feature Request] (Conflict) Publish mission files to github for find difference from New to Feedback.
May 13 2025, 1:53 PM · Arma Reforger Modding
Geez changed the status of T191781: 403 error, failure to upload, workbench from New to Assigned.
May 13 2025, 1:53 PM · Arma Reforger Modding
TilW created T191864: Enforce Script should receive a safe navigation operator.
May 13 2025, 12:53 AM · Arma Reforger Modding

May 12 2025

PR9INICHEK created T191857: [Feature Request] (Conflict) Publish mission files to github for find difference.
May 12 2025, 3:09 PM · Arma Reforger Modding

May 11 2025

R34P3R added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

New Upload, same issue!

May 11 2025, 9:07 PM · Arma Reforger Modding

May 9 2025

Geez changed the status of T191750: Unable to Publish (again) - 1.3.0.170 from New to Reviewed.
May 9 2025, 1:51 PM · Arma Reforger Modding

May 8 2025

Ash-D created T191781: 403 error, failure to upload, workbench.
May 8 2025, 9:41 PM · Arma Reforger Modding
Ash-D added a comment to T191620: cant update mods.

Haven't been able to update my scenario mod due to this error out of the blue. My larger mods update fine, but the smaller scenario mod keeps failing to 403 with no explanation given... No servers running the scenario are able to boot up with previous version of the mod after update either.

May 8 2025, 9:29 PM · Arma Reforger Modding
tateshigh added a comment to T191620: cant update mods.

other folks in the modding lounge have been having this problem also

May 8 2025, 8:26 PM · Arma Reforger Modding
tateshigh added a comment to T191620: cant update mods.

yep this is currently right now as im posting this took me about 4-5 trys to update this time (i got lucky). My life has dwindled to desperately pressing publish, while the time before I have to go to work slowly gets closer... Will the mod update and server be stable for the rest of the day, the world may never know xD{F5565465}

May 8 2025, 8:25 PM · Arma Reforger Modding
R34P3R added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

On myside? No.

May 8 2025, 9:42 AM · Arma Reforger Modding
Ninjacrackr_124 added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

Was it crashing?

May 8 2025, 3:43 AM · Arma Reforger Modding

May 7 2025

R34P3R added a comment to T191750: Unable to Publish (again) - 1.3.0.170.

Update: After 5 - 6 trys (3 hours) it worked.

May 7 2025, 9:33 PM · Arma Reforger Modding
R34P3R created T191750: Unable to Publish (again) - 1.3.0.170.
May 7 2025, 9:01 PM · Arma Reforger Modding
Geez changed the status of T191708: Weather system/scripts are kinda mess from New to Assigned.
May 7 2025, 12:26 PM · Arma Reforger Modding
Geez changed the status of T191620: cant update mods from New to Need More Info.

Hello.
Is this still an issue at the moment?

May 7 2025, 11:52 AM · Arma Reforger Modding

May 6 2025

CommandDDOS created T191708: Weather system/scripts are kinda mess.
May 6 2025, 11:45 AM · Arma Reforger Modding

May 5 2025

R34P3R updated subscribers of T191546: ItemPreviewManagerEntity does not care about Entity position.

@NiiRoZz i did a workround for this issue. I created a new "InventoryStorageSlot"

May 5 2025, 12:59 PM · Arma Reforger Modding
DarkWolf added a comment to T189969: [1.3.0.102] Workbench 'Publish to Workshop' Menu Does Not Refresh Mod Information When Switching Mods.

Hello, this issue should be fixed since version 1.3.0.144 but mention of it was missing in changelogs.

May 5 2025, 12:03 PM · Arma Reforger Modding

May 3 2025

tateshigh created T191620: cant update mods.
May 3 2025, 12:19 AM · Arma Reforger Modding

May 2 2025

Geez changed the status of T191546: ItemPreviewManagerEntity does not care about Entity position from New to Assigned.
May 2 2025, 1:29 PM · Arma Reforger Modding
Geez changed the status of T191550: Cannot change formation of an AI group anymore from New to Assigned.
May 2 2025, 1:28 PM · Arma Reforger Modding
Geez reopened T191546: ItemPreviewManagerEntity does not care about Entity position as "New".
May 2 2025, 11:50 AM · Arma Reforger Modding
R34P3R added a comment to T191546: ItemPreviewManagerEntity does not care about Entity position.

@Geez - its not resolved. Please see edited post. Maybe Niirozz knows what happening here. Thanks

May 2 2025, 11:49 AM · Arma Reforger Modding
Geez closed T191546: ItemPreviewManagerEntity does not care about Entity position as Resolved.
May 2 2025, 11:40 AM · Arma Reforger Modding

May 1 2025

R34P3R updated subscribers of T191546: ItemPreviewManagerEntity does not care about Entity position.

Update: You can set "ShowAllChildrens" on the ItemPreviewAttributes, but this will make thinks strange. The attachment with the Offset will now show double! And on the Deployment Screen, the offset will still not set.

May 1 2025, 5:45 PM · Arma Reforger Modding
ookexoo edited Steps To Reproduce on T191550: Cannot change formation of an AI group anymore.
May 1 2025, 12:13 AM · Arma Reforger Modding
ookexoo created T191550: Cannot change formation of an AI group anymore.
May 1 2025, 12:12 AM · Arma Reforger Modding

Apr 30 2025

R34P3R created T191546: ItemPreviewManagerEntity does not care about Entity position.
Apr 30 2025, 7:18 PM · Arma Reforger Modding

Apr 29 2025

Geez changed the status of T191498: Allow or Create Substance Painter Workflow for Pre-Existing Models from New to Feedback.
Apr 29 2025, 1:24 PM · Arma Reforger Modding
Geez changed the status of T191495: Feature: Mod Changelog (Menu) from New to Feedback.
Apr 29 2025, 1:24 PM · Arma Reforger Modding
Geez changed the status of T191479: AudioSystem External Variables from custom Config don't seem to be working. from New to Assigned.
Apr 29 2025, 1:23 PM · Arma Reforger Modding
Geez changed the status of T191422: [RestApi] ID:[16] TYPE:[EBREQ_WORKSHOP_UploadAssetFile] Timeout from New to Assigned.
Apr 29 2025, 1:19 PM · Arma Reforger Modding