Page MenuHomeFeedback Tracker

1.21 Experimental - Error in cfgspawnabletypes.xml
Closed, ResolvedPublic

Description

In the cfgspawnabletypes.xml file, on line 1114, the Headtorches attachments tag is misplaced inside another attachments tag.

	<type name="ZmbM_usSoldier_Officer_Convoy">
		<attachments chance="1.00">
			<item name="MedicalScrubsHat_Green" chance="1.0" />
-->		<attachments preset="Headtorches" />
		</attachments>
		<cargo preset="foodArmy" />
		<cargo chance="1.0">
			<item name="PunchedCard" chance="0.4" />
		</cargo>
	</type>

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General

Event Timeline

I think the chance="0.0" for name="Headtorches" in the cfgrandompresets.xml file is also incorrect.

@George7707 I would make a new ticket with the exact example.
Helps them trace and close tickets without skipping additional bugs

Geez changed the task status from New to Awaiting internal Testing.May 4 2023, 9:44 AM
Geez closed this task as Resolved.May 10 2023, 11:29 AM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello everyone.
There is no mistake according to the devs. It was set as zero on purpose.

Somehow you missed the original "bug" regarding the placement of the attachments tag.

Geez added a comment.EditedMay 10 2023, 12:28 PM

Somehow you missed the original "bug" regarding the placement of the attachments tag.

The original issue will be addressed with the next experimental update.