Releases: StrataSource/sdk-launcher
Releases · StrataSource/sdk-launcher
v0.5.3
v0.5.2
- Fixed P2CE's workshop uploader uploading to the SDK launcher's workshop instead of P2CE's
v0.5.1
- Update Strata Wiki links
- Add "Addons Folder" link for P2CE's config
v0.5.0
- Add new logo for P2CE's SDK launcher
- Set minimum window height to 400px
- Open new mods in file explorer after creating them
- Add basic P2CE addon creator
- Improve README documentation of config format
- Add safe mode game launch config
- Stop passing
-game
to Hammer
v0.4.2
- The warning that the launched process crashed now only appears if the process crashed in the first 30 seconds after it was launched
- Some programs crash when they're closed, despite working as intended before then (Faceposer)
- Reduced binary size by a few kilobytes on Linux
v0.4.1
- Changed action activation event from single click to double click
v0.4.0
- Add mod creation wizard
- Enabled if/when the loaded config contains a mod template download URL
- Remove ability to control window width for now, it breaks the button highlight
- Change game override to use a folder select dialog instead of a text input dialog
- Tooltips with paths now collapse instances of
..
v0.3.0
- Remove Steam integration
- Root directory is now assumed to be two levels above the install location (escaping
bin/${PLATFORM}/
) - Game icon is now searched for in the game files themselves
- Root directory is now assumed to be two levels above the install location (escaping
- Rename executable to match Portal 2's SDK launcher
- Apply config variables to every possible string, not just where they make sense
- Add config settings to control window width, height
- Allow overriding
${GAME}
config variable dynamically - Add tooltips to each button that shows what will be executed on press
- Create an unofficial Portal: Revolution config
v0.1.0
First release!
- Includes working configs for P2:CE and Momentum Mod
- Should be easy enough for modders to be able to use it as well