Releases: Gwindalmir/SEWorkshopTool
Releases · Gwindalmir/SEWorkshopTool
Workshop Tool (SEWT/MEWT) v0.4.0-alpha
- Added support for Medieval Engineers
To Install in SE: Extract to the SpaceEngineers\Bin64 directory
To Install in ME: Extract to the MedievalEngineers\Bin64 directory
SE Workshop Tool (SEWT) v0.3.2-alpha
- Separate warnings and errors in script compilations
- Print raw error messages, which should be in msbuild format (for automated tools)
- Exit with an error code if the mod has an upload, compile, or download error
- Disable infinario code in SE, which throws errors now
To Install: Extract to the SpaceEngineers\Bin64 directory
SE Workshop Tool (SEWT) v0.3.1-alpha
- Fix ingame scripts compilation
- Ingame scripts now are properly checked against the whitelist
- Fix casing of mod type tags for recent SE/Steam changes
- Changed assert to debug mode only
To Install: Extract to the SpaceEngineers\Bin64 directory
SE Workshop Tool (SEWT) v0.3.0-alpha
- Uploading mods now requires --upload
- Supply a list of files types to exclude with --exclude
To Install: Extract to the SpaceEngineers\Bin64 directory
SE Workshop Tool (SEWT) v0.2.2-alpha
- Fix error when uploading new mods
- Show exceptions that occur if a publish or other error occurs.
SE Batch Mod Tool v0.2.1-alpha
- Improved error handling and cleanup
- Show help if no mods were specified
SE Batch Mod Tool v0.2.0-alpha
- Added support for blueprints, ingame scripts, worlds, and scenarios.
- Add support for relative paths during upload. Appropriate root will be determined based on type being uploaded.
- Added support for shell globs (wildcards)
- Added --update-only to only allow updating existing mods, not upload new ones.
- Rename tool to better describe its function.
SE Batch Mod Tool v0.1.3-alpha
- Now supports workshop mod categories.
- Existing categories and tags will be preserved by default. Change them by passing them in the --tags option.
To Install: Extract to SpaceEngineers\Bin64
SE Batch Mod Tool v0.1.2-alpha
- Change log filename. This means this tool can run while the game is running.
- Fix SteamAPI not finding steam_appid.txt.
- Santize downloaded filenames when extracting.
To Install: Extract to SpaceEngineers\Bin64
SE Batch Mod Tool
- Fix issue with it launching the game with an argument dialog
- Generate modinfo.sbmi on new upload
- Remove CommandLine.dll from release, since SE already has it