Developer-documented mod commands
| Command | Purpose | Category |
|---|---|---|
| listmod | List active mods | Mod management |
| mod_createmanifest | Create a mod manifest | Authoring |
| mod_createworkshopitem | Create a Workshop item | Publishing |
| mod_updateworkshopitem | Update an existing Workshop item | Publishing |
| mod_listworkshopitems | List the author's Workshop items | Publishing |
OFFICIAL GAMEPLAYVerify a command before using it
- 01
Check compatibility
Confirm the console tool explicitly supports the installed game version.
- 02
Run help
Use the installed tool's own list and syntax.
- 03
Test outside the main save
A command can succeed and still break a quest, cargo UI, or progression.
- 04
Record the reversal
Know how to restore the backup before changing state.
Debrief
Frequently asked questions
How do I see available console commands?
Use the help function provided by the installed, version-compatible console tool. This reflects the code you are actually running.
Is listmod a cheat command?
No. The developer modding guide documents it as a way to list active mods.
