0 of 0

File information

Last updated

Original upload

Created by

Anna Nomoly

Uploaded by

annanomoly

Virus scan

Safe to use

Tags for this mod

About this mod

This mod changes the item you will obtain from the next dig spot. It effectively allows you to use dig spots to obtain any item in the game (with some special cases)!

Requirements
Permissions and credits
Dig Up Anything (Get Any Item)

This mod allows you to **choose the item** that will be obtained from the next **dig spot**! Choose an item by pressing F11 and inputting the "internal item name" for the desired item. You can look up every item's "internal" ID and name from the table on my GitHub here:
https://github.com/AnnaNomoly/YYToolkit/tree/stable/DigUpAnything

Important Notes

  • Since this mod uses YYTK to change some of the game's code, it will only work on the Windows version of the game
  • Press F11 to open the window where you input an internal item name. Then, go find a dig spot!
  • The mod will only change the next dig spot after you specify an item. If you want another item, press F11 again and repeat the process! This was done to allow you to continue digging up unmodified dig spots during normal gameplay.

Version 1.1.1: Displayed Name or Internal Item Name

As of version 1.1.1 the mod allows you to input the desired item's name as the Displayed Name or Internal Item Name. The GitHub table with item information has been updated to include both for every item. The Displayed Name is the actual item name you see in tooltips. 

When entering a Displayed Name the mod will ignore capitalization and leading or trailing spaces to make item name entry more convenient.

Version 1.1.0: Multiple Items

As of version 1.1.0 the mod allows you to specify how many of the spawned item to give you. It will default to one (1), and the provided value must be a whole number between 1 and 999 (inclusive). If an invalid value is provided the default (1) will be used.

Additionally, for items that have yet to be acquired (such as artifacts), the mod will only allow you to spawn one of them until you use it. This is to prevent game crashes. For example, if you have never found a Perfect Ruby (perfect_ruby) before, and spawn that item, the mod will only let you spawn one. If you try to spawn more, it will prevent it from being spawned, until you use the unidentified artifact. Once you've identified it (and therefore, "acquired" it), you can freely spawn as many as you want.


Requirements


The Mods of Mistria Installer (MOMI) is required for installation.

Installation

HEY, LISTEN!

Back up your save game before trying this mod for the first time!

  • Create a folder named mods where the game (FieldsOfMistria.exe) is located. If you're using Steam, you can easily locate that by right-clicking the game in your Library and going to Installed Files > Browse in the modal window. The game's directory path will look similar to what's below:
    C:\Program Files (x86)\Steam\steamapps\common\Fields of Mistria

  • Download the DigUpAnything.zip file and save it inside the mods folder you created.
  • Extract the zip file in this directory. There should now be a folder called DigUpAnything inside the mods folder.
  • Delete (or move) the original zip file. Leave the unzipped folder alone.
  • Run MOMI and install the mod!

Usage

Run the game via Steam, or the the game executable (FieldsOfMistria.exe) directly. This mod requires no further configuration.

Uninstallation


Follow the standard uninstallation procedures specified by MOMI.

Source Code

https://github.com/AnnaNomoly/YYToolkit/blob/stable/DigUpAnything/source/ModuleMain.cpp

Shout Outs

  • Archie (@archie_uwu): For making Aurie + YYTK and teaching me how to use it.
  • Garethp (@garethp): For MOMI.