You are viewing a potentially older version of this package. View all versions.
Azumatt-CurrencyPocket-1.0.0 icon

CurrencyPocket

Adds a simple UI and a bit of functionality to store your coins in a "bank" on the player.

Date uploaded a month ago
Version 1.0.0
Download link Azumatt-CurrencyPocket-1.0.0.zip
Downloads 592
Dependency string Azumatt-CurrencyPocket-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Description

Adds a simple UI and a bit of functionality to store your coins in a "bank" on the player.

Currently, the coins in the pocket do not add weight to the player. This is partially a design choice. When extracting coins from the pocket, the coins will be added to the player's inventory (if space available).

Client mod, not needed on server.

Mod Compatibility

Seamlessly moves the Jewelcrafting Synergy UI up and all other UI elements around to fit the new UI. Currently not very compatible with the buttons from QuickStackStore by GoldenRevolver.

Features

Drag and click to drop coins into the pocket

Demo on how to use

Installation Instructions

You must have BepInEx installed correctly! I can not stress this enough.

Manual Installation

Note: (Manual installation is likely how you have to do this on a server, make sure BepInEx is installed on the server correctly)

  1. Download the latest release of BepInEx.
  2. Extract the contents of the zip file to your game's root folder.
  3. Download the latest release of CurrencyPocket from Thunderstore.io.
  4. Extract the contents of the zip file to the BepInEx/plugins folder.
  5. Launch the game.

Installation through r2modman or Thunderstore Mod Manager

  1. Install r2modman or Thunderstore Mod Manager.

    For r2modman, you can also install it through the Thunderstore site.

    For Thunderstore Mod Manager, you can also install it through the Overwolf app store

  2. Open the Mod Manager and search for "CurrencyPocket" under the Online tab. Note: You can also search for "Azumatt" to find all my mods.

    The image below shows VikingShip as an example, but it was easier to reuse the image.

  3. Click the Download button to install the mod.

  4. Launch the game.



Feel free to reach out to me on discord if you need manual download assistance.

Author Information

Azumatt

DISCORD: Azumatt#2625

STEAM: https://steamcommunity.com/id/azumatt/

For Questions or Comments, find me in the Odin Plus Team Discord or in mine:

https://i.imgur.com/XXP6HCU.png

CHANGELOG

Version Update Notes
1.0.4 - Fix issue when inventory is full where coins would not be picked up into the pocket. (Thanks Blaxxun!)
1.0.3 - Allow valuable items to now go right into the pocket. No need to sell at trader. (Valuable means the m_value > 0 on the item). The items cause clutter in chests (especially early game where it matters) and really add nothing to the game other than forcing you to find the trader and click sell. I'm open to making it configurable, but most feedback I got was to not do so.
1.0.2 - Fix the attack of the clones. (Fix the coin dupe bugs if you didn't get the joke.)
- RapidLoadouts compatibility, it can now see the coins in the pocket.
1.0.1 - Temp remove the ability to build/craft objects using the coins in the pocket. This prevents unlimited resource use and also removes the text overrides in the crafting menu. Will revisit later.
- Auto add to pocket directly when moving from container to player inventory (if using moving modifiers).
1.0.0 - Initial Release