Page MenuHomeFeedback Tracker
Feed Advanced Search

Today

jamielou.007 updated the task description for T193051: [Feature Request] Bring back Headbob (as an optional slider)!.
Fri, Jul 4, 5:46 AM · Arma Reforger
jamielou.007 updated the task description for T193085: Strafe spam mitigation and Weapon Inertia.
Fri, Jul 4, 5:30 AM · Arma Reforger
Dr_Poos created T193108: Console Inventory Issues.
Fri, Jul 4, 5:07 AM · Arma Reforger Xbox
jamielou.007 added a comment to T193085: Strafe spam mitigation and Weapon Inertia.

I reuploaded the video clips to use H.264 codec instead of H.265 because I realize its support is very limited even on modern browsers, so my apologies if they weren't previously watchable on your browser. Please let me know if anyone has issues with viewing the videos.

Fri, Jul 4, 4:45 AM · Arma Reforger
jamielou.007 updated the task description for T193085: Strafe spam mitigation and Weapon Inertia.
Fri, Jul 4, 4:11 AM · Arma Reforger
purechaos created T193104: 🚗Vehicles roll downhill while Reverse gear is engaged.
Fri, Jul 4, 2:16 AM · Arma Reforger

Yesterday

fedoraman737 added a comment to T191479: AudioSystem External Variables from custom Config don't seem to be working..

I can confirm that I am experiencing this issue on my end aswell.

Thu, Jul 3, 11:24 PM · Arma Reforger Modding
ookexoo added a comment to T171356: Expose ability to fire weapon from script.

There are some indirect approaches via character command handler to force weapon fire:

//------------------------------------------------------------------------------------------------
modded class SCR_CharacterCommandHandlerComponent : CharacterCommandHandlerComponent
{
	protected bool m_bACE_ForceWeaponFire = false;
	
	//------------------------------------------------------------------------------------------------
	override bool HandleWeaponFire(CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
	{
		if (m_bACE_ForceWeaponFire)
		{
			if (pInputCtx.WeaponIsRaised())
				pInputCtx.SetWeaponPullTrigger(true);
				
			m_bACE_ForceWeaponFire = false;
		}
		
		return HandleWeaponFireDefault(pInputCtx, pDt, pCurrentCommandID);
	}
	
	//------------------------------------------------------------------------------------------------
	void ACE_SetCanHandleWeaponFire(bool canHandle)
	{
		m_bACE_CanHandleWeaponFire = canHandle;
	}
	
	//------------------------------------------------------------------------------------------------
	void ACE_ForceWeaponFire()
	{
		m_bACE_ForceWeaponFire = true;
	}
}

However, this approach does not work when the weapon is lowered, so it's not good for features like weapon cook-off.

Thu, Jul 3, 8:12 PM · Arma Reforger Modding
Colton1070 renamed T193097: Request: API to get object's default material assignment (ResourceName) from given material name (or a list of source material paths) from VObject::GetMaterials only returns material names, does not include full material paths. to Request: API to get object's default material assignment (ResourceName) from given material name (or a list of source material paths).
Thu, Jul 3, 7:07 PM · Arma Reforger Modding
Colton1070 created T193097: Request: API to get object's default material assignment (ResourceName) from given material name (or a list of source material paths).
Thu, Jul 3, 6:20 PM · Arma Reforger Modding
Geez closed T192447: Vehicle marker lights act like signaling lights in US vehicles. as Resolved.

Resolved for one of the future updates

Thu, Jul 3, 4:19 PM · Arma Reforger
Geez merged T193075: Support for type-constrained templates into T166418: Add/Fix template restrictions via base type.
Thu, Jul 3, 3:47 PM · Arma Reforger Modding
Geez merged task T193075: Support for type-constrained templates into T166418: Add/Fix template restrictions via base type.
Thu, Jul 3, 3:47 PM · Arma Reforger Modding
ookexoo added a comment to T193075: Support for type-constrained templates.

Turns out there is already a ticket for it: T166418

Thu, Jul 3, 3:37 PM · Arma Reforger Modding
Geez changed the status of T193093: Compiler fails to instantiate custom nested templates from New to Assigned.
Thu, Jul 3, 3:31 PM · Arma Reforger Modding
ookexoo created T193093: Compiler fails to instantiate custom nested templates.
Thu, Jul 3, 3:19 PM · Arma Reforger Modding
Geez changed the status of T193087: Server Browser will not show more than 50 servers. from New to Awaiting internal Testing.
Thu, Jul 3, 12:42 PM · Arma Reforger
Geez changed the status of T193075: Support for type-constrained templates from New to Feedback.
Thu, Jul 3, 12:29 PM · Arma Reforger Modding
Geez changed the status of T193071: SCR_ScenarioFrameworkTriggerEntity.OnChange parameter inconsistency from New to Assigned.
Thu, Jul 3, 12:29 PM · Arma Reforger Modding
Geez changed the status of T193085: Strafe spam mitigation and Weapon Inertia from New to Feedback.
Thu, Jul 3, 12:23 PM · Arma Reforger
Geez changed the status of T193068: Inventory item movement from New to Feedback.
Thu, Jul 3, 12:23 PM · Arma Reforger
Geez changed the status of T193067: Arsenal Feature - amount selection from New to Feedback.
Thu, Jul 3, 12:23 PM · Arma Reforger
Geez changed the status of T193066: Workshop feedback - feature request web/ingame from New to Feedback.
Thu, Jul 3, 12:22 PM · Arma Reforger
Geez changed the status of T193064: Workshop feedback - feature request wbv from New to Feedback.
Thu, Jul 3, 12:22 PM · Arma Reforger
Steve-E created T193087: Server Browser will not show more than 50 servers..
Thu, Jul 3, 12:22 PM · Arma Reforger
Geez changed the status of T193059: Arma Reforger access violation illegal read while playing from New to Reviewed.
Thu, Jul 3, 12:19 PM · Arma Reforger
Geez closed T192735: GP-25 And 350 Meters Distance as Resolved.

Hello,
this has been resolved internally and will be changed for future updates.
Regards,
Geez

Thu, Jul 3, 11:48 AM · Arma Reforger
jamielou.007 updated the task description for T193085: Strafe spam mitigation and Weapon Inertia.
Thu, Jul 3, 9:25 AM · Arma Reforger
jamielou.007 changed Category from category:general to category:movement on T193085: Strafe spam mitigation and Weapon Inertia.
Thu, Jul 3, 8:49 AM · Arma Reforger
jamielou.007 created T193085: Strafe spam mitigation and Weapon Inertia.
Thu, Jul 3, 8:48 AM · Arma Reforger
Ponezun added a comment to T193053: Vehicle desync / rubberband when colliding with other vehicle in motion.

The same situation also occurs in extreme off-road driving and collisions with obstacles.

Thu, Jul 3, 6:47 AM · Arma Reforger
SaMatra added a comment to T192667: [Confict] Placing AI units with laggy internet uses up unit limit but doesn't spawn anything.

Had this happen again yesterday. New round of Confict, literally 2nd base captured, placed 5 machinegunner groups, 0 soldiers appeared, 100% of limit used up! Wish I recorded that.

Thu, Jul 3, 6:34 AM · Arma Reforger
ookexoo added a comment to T193075: Support for type-constrained templates.

I just realized that there is technically already a syntax for it the code base:

class SCR_Sorting<Class T, SCR_SortCompare TCompare>
{
...

but it doesn't seem to be enforced, as the example below still compiles:

class WrongClass
{
	static int Compare(Managed left, Managed right);
}
Thu, Jul 3, 1:24 AM · Arma Reforger Modding

Wed, Jul 2

ookexoo added a comment to T192289: Improve parser for mission header.

Thanks for the reply. Looks promising!

Changes were made so that type in JSON is basically cast into script variables if possible.

Does this mean that parsing for other types that defvalue supports will also work?
Like "VETERAN" for EAISkill or "0 1 0" for vector or "0 1 0 1" for Color?

Wed, Jul 2, 11:43 PM · Arma Reforger Modding
ookexoo created T193075: Support for type-constrained templates.
Wed, Jul 2, 11:30 PM · Arma Reforger Modding
ookexoo added a comment to T166279: Cannot inherit templates.

modded also doesn't work:

class test_base<Class T> {};
modded class test_base<Class T> {}; // Throws error
Wed, Jul 2, 11:04 PM · Arma Reforger Modding
Whizalmynizal edited Additional Information on T193059: Arma Reforger access violation illegal read while playing.
Wed, Jul 2, 9:12 PM · Arma Reforger
runekn updated the task description for T193071: SCR_ScenarioFrameworkTriggerEntity.OnChange parameter inconsistency.
Wed, Jul 2, 8:59 PM · Arma Reforger Modding
runekn created T193071: SCR_ScenarioFrameworkTriggerEntity.OnChange parameter inconsistency.
Wed, Jul 2, 8:58 PM · Arma Reforger Modding
FascinatedViewer changed Category from category:general to category:featurerequest on T193068: Inventory item movement .
Wed, Jul 2, 8:11 PM · Arma Reforger
FascinatedViewer created T193068: Inventory item movement .
Wed, Jul 2, 8:11 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:featurerequest on T193067: Arsenal Feature - amount selection .
Wed, Jul 2, 8:04 PM · Arma Reforger
FascinatedViewer created T193067: Arsenal Feature - amount selection .
Wed, Jul 2, 8:03 PM · Arma Reforger
FascinatedViewer created T193066: Workshop feedback - feature request web/ingame.
Wed, Jul 2, 7:51 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:featurerequest on T193066: Workshop feedback - feature request web/ingame.
Wed, Jul 2, 7:51 PM · Arma Reforger
FascinatedViewer created T193064: Workshop feedback - feature request wbv.
Wed, Jul 2, 7:40 PM · Arma Reforger
Whizalmynizal created T193059: Arma Reforger access violation illegal read while playing.
Wed, Jul 2, 6:56 PM · Arma Reforger
Geez changed the status of T192400: INVENTORY SYSTEM from Awaiting internal Testing to Confirmed Internally.
Wed, Jul 2, 4:09 PM · Arma Reforger Xbox
Geez changed the status of T193051: [Feature Request] Bring back Headbob (as an optional slider)! from New to Feedback.
Wed, Jul 2, 1:45 PM · Arma Reforger
Geez changed the status of T193053: Vehicle desync / rubberband when colliding with other vehicle in motion from New to Awaiting internal Testing.
Wed, Jul 2, 1:43 PM · Arma Reforger
Geez changed the status of T192947: Vehicle Engine sound bug from Awaiting internal Testing to Confirmed Internally.
Wed, Jul 2, 1:21 PM · Arma Reforger
GlutenFreeVapes created T193053: Vehicle desync / rubberband when colliding with other vehicle in motion.
Wed, Jul 2, 1:13 PM · Arma Reforger
jamielou.007 updated the task description for T193051: [Feature Request] Bring back Headbob (as an optional slider)!.
Wed, Jul 2, 12:36 PM · Arma Reforger
jamielou.007 created T193051: [Feature Request] Bring back Headbob (as an optional slider)!.
Wed, Jul 2, 12:29 PM · Arma Reforger
DarkWolf added a comment to T192289: Improve parser for mission header.

Hello there, issue should be internally fixed but not sure when exactly it will be released. Probably in some next major update.
I will keep the ticket open until it is released so be sure that there are no other issues afterwards,

Wed, Jul 2, 11:29 AM · Arma Reforger Modding
Geez changed the status of T193050: helicopter controls from New to Awaiting internal Testing.
Wed, Jul 2, 11:15 AM · Arma Reforger Xbox
sortivecrazy created T193050: helicopter controls.
Wed, Jul 2, 11:02 AM · Arma Reforger Xbox
purechaos renamed T182912: (FEATURE) 🌳Moving through bushes should be nerfed from (FEATURE) Moving through bushes should be nerfed to (FEATURE) 🌳Moving through bushes should be nerfed.
Wed, Jul 2, 5:20 AM · Arma Reforger
purechaos updated the task description for T189194: ADADAD Spamming / Weak inertia in movement.
Wed, Jul 2, 3:55 AM · Arma Reforger

Tue, Jul 1

Geez changed the status of T193012: Taking a rocket launcher from the arsenals will cause the weapon icon in the lower right corner to display incorrectly. from New to Awaiting internal Testing.
Tue, Jul 1, 1:33 PM · Arma Reforger
Ponezun created T193012: Taking a rocket launcher from the arsenals will cause the weapon icon in the lower right corner to display incorrectly..
Tue, Jul 1, 8:37 AM · Arma Reforger
R34P3R added a comment to T192567: Dedicated servers keep crashing since 1.4.

Tue, Jul 1, 8:36 AM · Arma Reforger Modding

Mon, Jun 30

Geez changed the status of T192960: Auto-alignment issue from New to Awaiting internal Testing.
Mon, Jun 30, 1:23 PM · Arma Reforger
Geez changed the status of T192946: Inventory Ui misaligned from New to Awaiting internal Testing.
Mon, Jun 30, 1:23 PM · Arma Reforger
Geez changed the status of T192948: Supply loading and unloading bug from New to Awaiting internal Testing.
Mon, Jun 30, 1:23 PM · Arma Reforger
Geez changed the status of T192947: Vehicle Engine sound bug from New to Awaiting internal Testing.
Mon, Jun 30, 1:23 PM · Arma Reforger
Geez changed the status of T192945: AI Model bug from New to Awaiting internal Testing.
Mon, Jun 30, 1:20 PM · Arma Reforger
Geez changed the status of T192942: Wall / fence physics glitch from New to Awaiting internal Testing.
Mon, Jun 30, 1:20 PM · Arma Reforger
Geez changed the status of T192943: Player map bug from New to Awaiting internal Testing.
Mon, Jun 30, 1:20 PM · Arma Reforger
Geez changed the status of T192944: Server menu filter list not working from New to Awaiting internal Testing.
Mon, Jun 30, 1:20 PM · Arma Reforger
DarkWolf claimed T192289: Improve parser for mission header.
Mon, Jun 30, 1:10 PM · Arma Reforger Modding
Geez changed the status of T192746: RPG bug and System crash from Need More Info to Awaiting internal Testing.
Mon, Jun 30, 11:14 AM · Arma Reforger
Geez closed T192961: Mod broken on Backend/Workshop after updating. as Resolved.
Mon, Jun 30, 10:29 AM · Arma Reforger Modding

Sun, Jun 29

stenny833 added a comment to T192776: RPG spam is ridiculous .

@JimBeam
There are 3 or more posts on the RPG spam already. You don't need to dedicate your spare time worrying about it.

Sun, Jun 29, 11:06 PM · Arma Reforger
JimBeam added a comment to T192776: RPG spam is ridiculous .

Wanna bet 99,999% of those kills is RPG?

Sun, Jun 29, 5:27 PM · Arma Reforger
R34P3R updated subscribers of T192961: Mod broken on Backend/Workshop after updating..

@Geez, Hi this can be closed, after 60min the update on all servers worked. Maybe the workshop was not ready yet or had todo some background work. I can not close tickets by myself :-( Have a nice week.

Sun, Jun 29, 10:25 AM · Arma Reforger Modding
Warden_BigDog added a comment to T192776: RPG spam is ridiculous .

Not to mention it's insane how accurate it is!

Sun, Jun 29, 4:09 AM · Arma Reforger
stenny833 added a comment to T192746: RPG bug and System crash.

rpgs have a minimum arm distance, you are too close to the wall

Sun, Jun 29, 1:43 AM · Arma Reforger

Sat, Jun 28

priglmeier added a comment to T192327: Game crashes every 15-45 minutes repeatedly.

This issue needs to be assigned. I have sent dozens of FULL logs to you about this crash.

Sat, Jun 28, 11:59 PM · Arma Reforger
R34P3R created T192961: Mod broken on Backend/Workshop after updating..
Sat, Jun 28, 11:12 PM · Arma Reforger Modding
Bale created T192960: Auto-alignment issue.
Sat, Jun 28, 10:11 PM · Arma Reforger
Captnsaveahoe added a comment to T192667: [Confict] Placing AI units with laggy internet uses up unit limit but doesn't spawn anything.

Nitrado doesn’t know what they are doing.

Sat, Jun 28, 8:02 PM · Arma Reforger
Captnsaveahoe added a comment to T192667: [Confict] Placing AI units with laggy internet uses up unit limit but doesn't spawn anything.

I want to add to this… mainly because I can’t create a new inquiry. I saw this and thought it was related to server performance. I saw some ramblings that Arma was running on Nitrado, and finally did an IP lookup and confirmed that indeed official servers are running on Nitrado. (at least some of them).

Sat, Jun 28, 8:00 PM · Arma Reforger
SaMatra added a comment to T192667: [Confict] Placing AI units with laggy internet uses up unit limit but doesn't spawn anything.

I tried to repro it myself by forcing packet loss but couldn't. Just had this happen again but I had very stable connection, group placed, no soldiers appeared, limit used up. No idea how, but the bug is indeed there.

Sat, Jun 28, 4:02 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:gamephysics on T192942: Wall / fence physics glitch .
Sat, Jun 28, 3:38 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:ingameui on T192943: Player map bug .
Sat, Jun 28, 3:37 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:inventory on T192946: Inventory Ui misaligned .
Sat, Jun 28, 3:37 PM · Arma Reforger
FascinatedViewer changed Category from category:general to category:sound on T192947: Vehicle Engine sound bug .
Sat, Jun 28, 3:36 PM · Arma Reforger
FascinatedViewer renamed T192948: Supply loading and unloading bug from Supply laoding and unloading bug to Supply loading and unloading bug .
Sat, Jun 28, 3:34 PM · Arma Reforger
FascinatedViewer changed Operating System from os:w10x64 to os:w11x64 on T192948: Supply loading and unloading bug .
Sat, Jun 28, 3:33 PM · Arma Reforger
FascinatedViewer created T192948: Supply loading and unloading bug .
Sat, Jun 28, 3:33 PM · Arma Reforger
FascinatedViewer updated the task description for T192947: Vehicle Engine sound bug .
Sat, Jun 28, 3:23 PM · Arma Reforger
FascinatedViewer created T192947: Vehicle Engine sound bug .
Sat, Jun 28, 3:22 PM · Arma Reforger
FascinatedViewer created T192946: Inventory Ui misaligned .
Sat, Jun 28, 3:11 PM · Arma Reforger
FascinatedViewer created T192945: AI Model bug .
Sat, Jun 28, 3:04 PM · Arma Reforger
FascinatedViewer created T192944: Server menu filter list not working .
Sat, Jun 28, 3:00 PM · Arma Reforger
FascinatedViewer created T192943: Player map bug .
Sat, Jun 28, 2:54 PM · Arma Reforger
FascinatedViewer created T192942: Wall / fence physics glitch .
Sat, Jun 28, 2:38 PM · Arma Reforger
FascinatedViewer added a comment to T192746: RPG bug and System crash.

I was able to reproduce the RPG bug on vanilla, please see attached.

Sat, Jun 28, 2:25 PM · Arma Reforger
Alan101 added a comment to T187251: Intermittent, brief game freezes, sometimes crashes.

@Geez

Sat, Jun 28, 10:08 AM · Arma Reforger Xbox