Jump to content
  • The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.

Backpack & Amulet Slot Mods .


3 Screenshots

About This File

Versions:

  • Backpack
  • Amulet
  • Backpack and Amulet

 

NOTE: This mod does not support the small texture option.

NOTE 2: I've only updated the BackPack and Amulet mod. No point in doing anything less (IMO).

BackPad mod and BackPack and Amulet mod available. DO NOT ENABLE MORE THAN ONE!

These Mods add 1 or two slots in equip slot depending on the download.

So, now armor and backpack have different slots to equip plus Amulet.

A big thanks goes out to kiopho for the Amulet code!

Installation:

Double-click the downloaded mod. DRAG the enclosed directory into your dontstarve/mods directory and enable on the games Mod screen.

Again, DO NOT RUN MORE THAN ONE VERSION AT A TIME!

More info, link below :

Discuss this Mod


What's New in Version .   See changelog

Released

  • Update to latest
  • Like 16
  • Thanks 3
  • Haha 2

User Feedback

Recommended Comments



On 22.11.2017 at 4:02 PM, Murilo Augusto said:

Funcionable in SW ?

For make it SW compatible, you need:

  1. Download lasted version from steam. Unfortunately, I didn't find it on this forum.
  2. Author said that it's compatible, but he lied. For make it real compatible, you need to add in modmain.lua next code (after other AddPrefabPostInit calls):
if GLOBAL.CAPY_DLC and GLOBAL.IsDLCEnabled(GLOBAL.CAPY_DLC) then
	AddPrefabPostInit("thatchpack", backpackpostinit)
	AddPrefabPostInit("spicepack", backpackpostinit)
	AddPrefabPostInit("seasack", backpackpostinit)
	AddPrefabPostInit("piratepack", backpackpostinit)
end

 

  • Like 2
  • Thanks 1
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...