Page MenuHomeFeedback Tracker

1.22 3D Map not functional
Closed, ResolvedPublic

Description

It appears the 3D map is not functional in 1.22....
Opening the paper map ONLY results in the 2D map.

I've been trying to configure it enabled on a heavy modded server I'm building, assumed it was a mod conflict...

Just checked on my exp server... same issue.

EXP:

"UIData":
	{
		"use3DMap": true,
		"HitIndicationData":
		{
			"hitDirectionOverrideEnabled": false,
			"hitDirectionBehaviour": 1,
			"hitDirectionStyle": 0,
			"hitDirectionIndicatorColorStr": "0xffbb0a1e",
			"hitDirectionMaxDuration": 2.0,
			"hitDirectionBreakPointRelative": 0.2,
			"hitDirectionScatter": 10.0,
			"hitIndicationPostProcessEnabled": true
		}
	},
	"MapData":
	{
		"ignoreMapOwnership": false,
		"ignoreNavItemsOwnership": false,
		"displayPlayerPosition": false,
		"displayNavInfo": true
	}
}

1.22 Stable (lots of mods)

	"UIData":
	{
		"use3DMap": true,
		"HitIndicationData":
		{
			"hitDirectionOverrideEnabled": false,
			"hitDirectionBehaviour": 0,
			"hitDirectionStyle": 0,
			"hitDirectionIndicatorColorStr": "0xffbb0a1e",
			"hitDirectionMaxDuration": 1.0,
			"hitDirectionBreakPointRelative": 0.2,
			"hitDirectionScatter": 10.0,
			"hitIndicationPostProcessEnabled": true
		}
	},
	"MapData":
	{
		"ignoreMapOwnership": false,
		"ignoreNavItemsOwnership": false,
		"displayPlayerPosition": false,
		"displayNavInfo": false
	}

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
General

Event Timeline

Geez changed the task status from New to Awaiting internal Testing.Aug 31 2023, 9:53 AM

Please disregard.

I changed management software and enableCfgGameplayFile = 1; Was not set.
Just validated as functional.

Geez closed this task as Resolved.Sep 1 2023, 12:03 PM
Geez claimed this task.