FoundryCommands: Difference between revisions

From Foundry Wiki
No edit summary
No edit summary
 
Line 36: Line 36:
|-
|-
| '''/give ''item amount''''' || Spawn multiple items into your inventory.
| '''/give ''item amount''''' || Spawn multiple items into your inventory.
|-
| '''/dumpData''' ||  Dump data for use with Foundry Save Editor. <br>Saves to BepInEx\plugins\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]].<br>Saves to BepInEx\plugins\FoundryCommands\tweak-name.json<br><pre style="background:lightgrey">Example: /tweakItems Stack2000 stackSize=2000</pre>
|}
|}
==Navigation==
==Navigation==

Latest revision as of 20:11, 29 June 2022

Info

Commands

Information
All commands are case insensitive.
Command Description
/fly Toggle flight mode. Same as double tapping jump.
Press jump to go up and sprint to go down.
/flySpeed Display current flight speed.
/flySpeed horizontal Sets horizontal flight speed.
/flySpeed horizontal vertical Sets horizontal and vertical flight speed.
/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.
/dumpData Dump data for use with Foundry Save Editor.
Saves to BepInEx\plugins\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 BepInEx\plugins\FoundryCommands\tweak-name.json
Example: /tweakItems Stack2000 stackSize=2000

Navigation