nexus-mods/Upload to Nexus Mods
Uploads a file to Nexus Mods
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key | yes | — |
| file_id | File ID on Nexus Mods (the file to add a new version to) | yes | — |
| filename | Name of the zip file to upload | yes | — |
| description | Description for the uploaded file version used on Nexus Mods | — | — |
| version | Version string for the uploaded file version (e.g., 1.0.0) | yes | — |
| category | Category for the uploaded file version | no | main |
| display_name | The display name for the uploaded file version, defaults to the file name | no | — |
| archive_existing_version | Archive the existing version when uploading a new version | no | false |
| primary_mod_manager_download | Whether this file is the default download for mod managers | no | — |
| allow_mod_manager_download | Whether mod manager downloads are enabled for this file | no | — |
| show_requirements_pop_up | Whether to show a requirements popup when downloading this file | no | — |
| update_mod_version | Whether to update the mod's version to match this file's version | no | false |
Outputs
| name | description |
|---|---|
| version_id | The ID of the uploaded file version on Nexus Mods |