Farm Type Manager allows players and modders to spawn customizable features from each of Stardew's farm types. It can automatically create forage, items, ore, monsters, and large objects (stumps, logs, boulders, meteorites, and giant crops) on any map in the game. Users can configure the number of objects spawned per day, which areas or terrain types they can spawn on, the chances of spawning each object type, and more.
It also supports content packs, allowing other mods to configure spawning automatically. If any of your other mods come with "[FTM]" folders, they will automatically use Farm Type Manager to spawn custom content.
[line]
Installation1.
Install the latest version of SMAPI.2.
Download FarmTypeManager from the Files tab, the
GitHub releases page, or
ModDrop.
3.
Unzip FarmTypeManager into the
Stardew Valley/Mods folder.
If you have other mods that require Farm Type Manager, then you're all set!
If you want to customize Farm Type Manager's settings yourself, see the instructions below.
Notes for multiplayer: I recommend that
all players have this mod installed. If only the host has this mod, other players might encounter SMAPI errors and be unable to see/interact with some objects and monsters.
Only the host's spawn settings will be used in multiplayer. Console commands should still function normally.
[line]
OptionsFarm Type Manager has a few basic "global" options, such as a limit to the number of monsters allowed in each area. To edit these options:
1.
Run the game using SMAPI.
2.
Open the config.json file in the
Stardew Valley/Mods/FarmTypeManager folder and edit its settings. Refer to the
Mod Settings section on Github for more info.
Alternatively, you can install
Generic Mod Config Menu (GMCM) and edit these settings in Stardew's main menu (look for a gear icon). The menu should display tooltips to explain each setting.
[line]
TranslationFarm Type Manager supports translation of its GMCM setting names and descriptions.
The mod will load a file from the
FarmTypeManager/i18n folder that matches the current language code. If no matching translation exists, it will use
default.json.
See the Stardew Valley Wiki's
Modding:Translations page for more information. Please feel free to submit translation files by linking them in a comment, submitting a GitHub pull request, or any other method.
The mod currently includes these translations:
EnglishBrazilian Portuguese (by
roanrobersson)
Dutch (by
UnrealThingTriesCode)
French (by
Fsecho7)
German (by
777PamPam777)
Turkish (by
Rupurudu)
Ukrainian (by
burunduk)
[line]
CustomizationFarm Type Manager is mainly used by content pack mods, but it can be also customized for personal use. To change settings for a specific character:
1.
Run the game using SMAPI.
2.
Load the farm you want to customize or create a new one. This will create files for your character in the
Stardew Valley/Mods/FarmTypeManager/data folder.
3.
Find the .json file with your character's name on it. Load it with the
ConfigEditor.html file in the
FarmTypeManager folder, or edit manually with any text editor.
4.
Customize the file's settings. For more info, see the Examples section below, the
Articles tab, or the
Settings section of the readme on
GitHub.
5.
Exit your farm and reload it, or progress to the next in-game day. The mod's settings are updated every morning.
Modders: To learn about creating content packs for this mod, see the GitHub readme's
Content Packs section.
[line]
CommandsThis mod adds the following commands to SMAPI's console:
The
whereami command. Enter it to display information about your current location, including:
The map's name (e.g. "Farm" or "BusStop")
Your current tile's X/Y coordinates
The tile's terrain type (e.g. "Dirt" or "Stone")
Whether the tile is "Diggable" with tools
The tile's spritesheet index number (used to identify "Quarry" tiles or set up custom tile-matching)
The
list_monsters command. Enter it to display a list of available monster names to use with the MonsterName configuration setting.
The command will list the primary name of each monster from Stardew Valley itself, and then scan other mods for custom monster classes.