Page MenuHomeFeedback Tracker

using: PlayerData → spawnGearPresetFiles will break CUSTOM character respawn option
Awaiting internal Testing, NormalPublic

Description

If you decide to use custom loadout (through json cfg) on your server and after death decide to respawn as CUSTOM character, it will no matter what - respawn you as a random one.

ALSO the quickbar slot array doesn't work (just use my file that I am going to attach and look how items are assigned to the quickbar and compare with the file)

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Config
Steps To Reproduce
  1. use spawnGearPresetFiles in cfggameplay.json
  2. suicide
  3. respawn as custom
  4. you will have a random character
Additional Information

Please dive into the broken quickbar array too

Event Timeline

Traqu created this task.Mon, Mar 31, 12:06 PM

{
	"version": 122,
	"GeneralData":
	{
		"disableBaseDamage": false,
		"disableContainerDamage": true,
		"disableRespawnDialog": false,
		"disableRespawnInUnconsciousness": false
	},
    "PlayerData":
	{
		"spawnGearPresetFiles": ["custom/Loadouts/vanilla_loadout.json"],
		"disablePersonalLight": true,
		"StaminaData":
		{
			"sprintStaminaModifierErc": 0.7,
			"sprintStaminaModifierCro": 0.6,
			"staminaWeightLimitThreshold": 6000.0,
			"staminaMax": 100.0,
			"staminaKgToStaminaPercentPenalty": 2.4,
			"staminaMinCap": 5.0,
			"sprintSwimmingStaminaModifier": 0.8,
			"sprintLadderStaminaModifier": 0.8,
			"meleeStaminaModifier": 0.8,
			"obstacleTraversalStaminaModifier": 1.0,
			"holdBreathStaminaModifier": 1.0
		},
		"ShockHandlingData":
		{
			"shockRefillSpeedConscious": 5.0,
			"shockRefillSpeedUnconscious": 1.0,
			"allowRefillSpeedModifier": true
		},
		"MovementData":
		{
			"timeToStrafeJog": 0.15,
			"rotationSpeedJog": 0.3,
			"timeToSprint": 0.5,
			"timeToStrafeSprint": 0.2675,
			"rotationSpeedSprint": 0.15,
			"allowStaminaAffectInertia": true
		},
		"DrowningData":
		{
			"staminaDepletionSpeed": 10.0,
			"healthDepletionSpeed": 10.0,
			"shockDepletionSpeed": 10.0
		}
	},
	"WorldsData":
	{
		"lightingConfig": 0,
		"objectSpawnersArr": [
			"custom/EditorLocations/KZN_ExplosiveSite_Ostrog.json",
			"custom/EditorLocations/KZN_ExplosiveSite_Turovo.json",
			"custom/EditorLocations/KZN_ExplosiveSite_Quarry.json",
			"custom/EditorLocations/NorthWest_Tents.json",
			"custom/EditorLocations/KZN_KrasnoAir.json",
			"custom/EditorLocations/KZN_TriKresta.json",
			"custom/EditorLocations/KZN_KuzynTown.json"
		],
		"environmentMinTemps": [-3.0, -2.0, 0.0, 4.0, 9.0, 14.0, 18.0, 17.0, 12.0, 7.0, 4.0, 0.0],
		"environmentMaxTemps": [3.0, 5.0, 7.0, 14.0, 19.0, 24.0, 26.0, 25.0, 21.0, 16.0, 10.0, 5.0],
		"wetnessWeightModifiers": [1.0, 1.0, 1.33, 1.66, 2.0]
	},
	"BaseBuildingData":
	{
		"HologramData":
		{
			"disableIsCollidingBBoxCheck": true,
			"disableIsCollidingPlayerCheck": true,
			"disableIsClippingRoofCheck": true,
			"disableIsBaseViableCheck": true,
			"disableIsCollidingGPlotCheck": false,
			"disableIsCollidingAngleCheck": true,
			"disableIsPlacementPermittedCheck": true,
			"disableHeightPlacementCheck": true,
			"disableIsUnderwaterCheck": true,
			"disableIsInTerrainCheck": false,
			"disallowedTypesInUnderground": ["FenceKit","TerritoryFlagKit","WatchtowerKit"]
		},
		"ConstructionData":
		{
			"disablePerformRoofCheck": true,
			"disableIsCollidingCheck": true,
			"disableDistanceCheck": false
		}
	},
	"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
	}
}
Traqu renamed this task from usung: PlayerData → spawnGearPresetFiles will break CUSTOM character respawn option to using: PlayerData → spawnGearPresetFiles will break CUSTOM character respawn option.Mon, Mar 31, 12:11 PM
Geez changed the task status from New to Awaiting internal Testing.Tue, Apr 1, 12:00 PM