Skip to content

Releases: erkle64/FoundryCommands

v1.6.10

28 Jun 02:10

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /skyPlatform or /sp
    Opens the sky platform frame.

  • /monitor or /mon
    Monitors a tank, modular tank or logistics container's contents once per second. Use while not looking at a valid building to stop.

  • /monitor interval or /mon interval
    Monitors a tank, modular tank or logistics container's contents with a custom interval. Use while not looking at a valid building to stop.

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.10
  • Added result, res and r to /calculate command to use the result from the previous calculation.
  • v1.6.9
  • Added /skyPlatform command.
  • v1.6.8
  • Added /monitor command.
  • v1.6.7
  • Added dragRange option in the config. Automatically update when using the /drag command.
  • v1.6.6
  • Fixed miswritten regex not allowing punctuation characters for /tp and /give.
  • v1.6.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.9

23 Jun 09:26

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /skyPlatform or /sp
    Opens the sky platform frame.

  • /monitor or /mon
    Monitors a tank, modular tank or logistics container's contents once per second. Use while not looking at a valid building to stop.

  • /monitor interval or /mon interval
    Monitors a tank, modular tank or logistics container's contents with a custom interval. Use while not looking at a valid building to stop.

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.9
  • Added /skyPlatform command.
  • v1.6.8
  • Added /monitor command.
  • v1.6.7
  • Added dragRange option in the config. Automatically update when using the /drag command.
  • v1.6.6
  • Fixed miswritten regex not allowing punctuation characters for /tp and /give.
  • v1.6.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.8

22 Jun 10:38

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /monitor or /mon
    Monitors a tank, modular tank or logistics container's contents once per second. Use while not looking at a valid building to stop.

  • /monitor interval or /mon interval
    Monitors a tank, modular tank or logistics container's contents with a custom interval. Use while not looking at a valid building to stop.

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.8
  • Added /monitor command.
  • v1.6.7
  • Added dragRange option in the config. Automatically update when using the /drag command.
  • v1.6.6
  • Fixed miswritten regex not allowing punctuation characters for /tp and /give.
  • v1.6.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.7

04 Jun 00:16

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.7
  • Added dragRange option in the config. Automatically update when using the /drag command.
  • v1.6.6
  • Fixed miswritten regex not allowing punctuation characters for /tp and /give.
  • v1.6.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.6

01 Jun 17:55

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.6
  • Fixed miswritten regex not allowing punctuation characters for /tp and /give.
  • v1.6.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.5

27 May 14:26

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.5
  • Fixed /drag command for qoltestingbranch.
  • v1.6.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.4

15 May 15:30

Choose a tag to compare

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
  • Then install Unfoundry
  • Or use FoundryModManager

Uninstallation

  • Delete the FoundryCommands folder from within the mods folder.

Commands

  • /time
    Displays the current time of day.

  • /time HH
    Set the time of day to HH:00

  • /time HH:MM
    Set the time of day to HH:MM

  • /calculate expression or /calc expression or /c expression
    Calculate the result of a mathematical expression. See Expressive wiki for available functions.

  • /drag range
    Change the maximum range for drag building. Use /drag 0 to restore default.

  • /tp waypoint-name or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.4
  • Added /time command to get or set the current time of day.
  • Added /calculate command to do maths.
  • v1.6.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.3

15 May 13:55

Choose a tag to compare

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 or /teleport waypoint-name
    Teleport to the named waypoint.

  • /tpr or /ret or /return
    Teleport back to position at last teleport.

  • /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.3
  • Added /teleport alias.
  • Added /return command to return to the position before the last teleport.
  • v1.6.2
  • Changed /tp to teleport 0.5m higher to avoid failure due to ground clipping.
  • Changed /give command to work in multiplayer. count parameter 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.

v1.6.2

11 May 20:23

Choose a tag to compare

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. count parameter 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.

v1.6.1

02 May 22:37

Choose a tag to compare

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

  • /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.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.