v1.6.2
Installation
- Extract FoundryCommands_x64.zip to the Foundry root folder and say yes to overwriting file.
- You can find the Foundry root folder by right clicking the game in your Steam library and going to Manage → Browse Local Files. Or in the Itch App by right clicking Foundry in the Itch Library and selection Open folder in explorer
Uninstallation
- Delete the A_Unfoundry and FoundryCommands folders from within the mods folder.
Commands
-
/drag range
Change the maximum range for drag building. Use /drag 0 to restore default. -
/tp waypoint-name
Teleport to the named waypoint. -
/give item
Spawn single item into your inventory. -
/give item amount
Spawn multiple items into your inventory. -
/count
Dump counts for all buildings within loading distance of the player. Saves to%AppData%\\..\\LocalLow\\Channel 3 Entertainment\\Foundry\\FoundryCommands\\count.txt -
/dumpData
Dump data for use with Foundry Save Editor. Saves to%AppData%\\..\\LocalLow\\Channel 3 Entertainment\\Foundry\\FoundryCommands\\idmap.json -
/dumpData minify
Same as above but leaving out extra whitespaces. -
/tweakItems tweak-name identifier=value...
Generate a tweak file for use with Tweakificator. Saves to%AppData%\\..\\LocalLow\\Channel 3 Entertainment\\Foundry\\FoundryCommands\\_tweak-name_.json
Example:/tweakItems Stack2000 stackSize=2000
Changes
- v1.6.2
- Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
- Changed /give command to work in multiplayer.
countparameter is ignored in multiplayer and always spawns one stack. - Fixed and restored /drag command.
- v1.6.1
- Updated for early access release version. Thanks to skupfer for the fixes.
- v1.6.0
- Updated for Foundry v0.5.0.11991.
- v1.5.2
- Added missing CreateDirectory command to /count.
- v1.5.1
- Added error reporting.
- Removed OreMultiplier test code that I accidentally left in there.
- v1.5.0
- Added /count command to count buildings around the player.