Page MenuHomeFeedback Tracker

Customizable Storage Limit on Items
Closed, ResolvedPublic

Description

I wish there was a way to increase/decrease storage on clothing or tents or barrels, etc.

A great method could use a cfgspawnabletypes.xml file method

Here is an example:

	<type name="MediumTent_Orange">
        <damage min="0.0" max="0.82" />
        <storage limit="200" />
	<hoarder />
	</type>
	<type name="AliceBag_Green">
        <damage min="0.0" max="0.82" />
        <storage limit="90" />
	</type>
	<type name="Offroad_02">
        <storage limit="300" />
	<attachments chance="0.40">
	<item name="Offroad_02_Wheel" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Wheel" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Wheel" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Wheel" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Wheel" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Trunk" chance="1.00" />
	</attachments>
	<attachments chance="1.00">
	<item name="Offroad_02_Hood" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Door_1_1" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Door_1_2" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Door_2_1" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="Offroad_02_Door_2_2" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="HeadlightH7" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="HeadlightH7" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="GlowPlug" chance="1.00" />
	</attachments>
	<attachments chance="0.40">
	<item name="CarBattery" chance="1.00" />
	</attachments>
	</type>

Details

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

Event Timeline

XMC_Cross created this task.Aug 2 2024, 3:52 AM
XMC_Cross updated the task description. (Show Details)
XMC_Cross updated the task description. (Show Details)
XMC_Cross updated the task description. (Show Details)Aug 2 2024, 3:57 AM
Geez closed this task as Resolved.Aug 2 2024, 11:45 AM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello XMC_Cross.
Something like this is unfortunately not possible.

could it be possible if we can get access to the items.xml like on pc servers?

Hello XMC_Cross.
Something like this is unfortunately not possible.

Is it because of console rules regarding mods or? I don't see why it wouldn't be possible.

Hello XMC_Cross.
Something like this is unfortunately not possible.

Is it because of console rules regarding mods or? I don't see why it wouldn't be possible.

I think it was the way I was asking for may be impossible,
but hopefully maybe if the items.xml being available for console would be a possibility.