FoundryCommands: Difference between revisions

From Foundry Wiki
(Created page with "== Commands == All commands are case insensitive. ; /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...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Info ==
* Name: [[FoundryCommands]]
* Description: Adds various commands to the chat box in the game Foundry
* Download  [https://github.com/erkle64/FoundryCommands/ Github]
* Multiplayer-Ready: No
* Tested with: [[Patch 0.4.3.3784 (Experimental) | Patch 0.4.3.3784]]
* Creator/Modder: [https://github.com/erkle64 erkle64]
== Commands ==
== Commands ==
All commands are case insensitive.
{{Colored box
; /fly
| background-content-color = #eee
: Toggle flight mode.  Same as double tapping jump.
| background-title-color = #FFD700
: Press jump to go up and sprint to go down.
| title = Information
; /flySpeed
| title-color = black
: Display current flight speed.
| content = All commands are case '''insensitive'''.
; /flySpeed ''horizontal''
}}
: Sets horizontal flight speed.
 
; /flySpeed ''horizontal vertical''
{| class="wikitable" style="margin:left; width:100%; text-align:center;"
: Sets horizontal and vertical flight speed.
|-
; /drag ''range''
! Command
: Change the maximum range for drag building. Use /drag 0 to restore default.
! Description
; /tp ''waypoint-name''
|-
: Teleport to the named waypoint.
| '''/fly''' || Toggle flight mode.  Same as double tapping jump. <br> Press jump to go up and sprint to go down.
; /give ''item''
|-
: Spawn single item into your inventory.
| '''/flySpeed''' || Display current flight speed.
; /give ''item amount''
|-
: Spawn multiple items into your inventory.
| '''/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. <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==
<div class="body" style="text-align: center; padding:0 5px 5px 5px">
{{Mods&ToolsNav|state=mw-collapsed|nospace=1}}
</div>
 
<noinclude>
[[Category:Mods & Tools]]
</noinclude>

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