ShaneRetter Posted September 24, 2016 Share Posted September 24, 2016 So, I want to rename 'Snacks' ....and also change the snack icon to one already in the game (med bottle). I have been looking for the file to edit, buy I just can't seem to be able to. Can some one offer me a little help with this? Link to comment Share on other sites More sharing options...
qmjs Posted October 22, 2016 Share Posted October 22, 2016 Items.xml (for the game mode you are changing). The bolded sections are what you would change for that. <ConsumableDefinition AutoEquip="0" CanBlazeOfGlory="0" EntityClass="Food"> <ConsumableDataContextTag ContextTag="ItemUsed_Food" ContextTagCheck="ItemBlocked_Food" /> <HudIcon Name="Snack" Id="21" /> <InventoryItemData DestroySound="sounds/ui:ui_assign_item:food_destroy" Encumbrance="0.3" EquipSound="sounds/ui:ui_assign_item:food_assign" Id="Food" UnequipSound="sounds/ui:ui_assign_item:food_remove" Value="5"> <NameText Flags="" Notes="" Text="Snack" /> <DescriptionText Flags="" Notes="" Text="Eat for a temporary stamina boost." /> <InventoryIcon Name="Meds_jinkies" Id="204" /> </InventoryItemData> </ConsumableDefinition> Link to comment Share on other sites More sharing options...
Recommended Posts