Skip to content

Adds various commands to the chat box in the game Foundry.

License

Notifications You must be signed in to change notification settings

skupfer/FoundryCommands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoundryCommands

Adds various commands to the chat box in the game Foundry.

Installation

  1. Download
    Download FoundryCommands.

  2. Install
    Extract everything inside the zip into your Foundry folder.

Usage

Open the chat box, defaults to Return/Enter, and type your commands in there. All commands are case insensitve.

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

Compatibility

Probably only works in single player.

About

Adds various commands to the chat box in the game Foundry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.4%
  • PowerShell 5.6%