SwQol Suite

From Unofficial Stormworks Wiki
Revision as of 06:44, 13 April 2026 by Kezrah (talk | contribs)
Jump to navigation Jump to search

swQolSuite is a community made in-game XML editing tool.

IT IS TECHNICALLY BREAKING THE EULA, however, the Devs have implied that as long as a tool isnt used for nefarious purposes, its OK.

due to the release of the new EULA, the original Dev of SwQolSuite quit working on it. here is a version kept up to date by PieKing1215:


https://github.com/HvTcCore/swQolSuite?tab=readme-ov-file

Usage (For Windows)

to install SwQolSuite, download the most recent release by following these images

You should now have a ZIP file of the most recent version. You can unzip this wherever you want, and run the contained EXE when the game is launched to inject the program

Automatic Launching

you can make SwQolSuite automatically launch with your game in a couple easy steps.

first, I would recommend making a permanent folder for SwQolSuite that you will unzip future updates into, this will make it easier to update later

  • Create a SwQolSuite_Launcher.bat file anywhere, I would recommend in your permanent folder you just made, or your games root folder
  • right click it, and click "edit in notepad"
  • paste the following code
@echo off
start "" "C:\Program Files (x86)\Steam\steamapps\common\Stormworks\stormworks64.exe"
start "" "PATH_TO_SwQolSuite_EXE"
  • replace "PATH_TO_SwQolSuite_EXE" with.. the path to your SwQolSuite exe..
  • update the path to the game if yours is not installed in the default location
  • save and exit the batch file
  • go to steam, right click Stormworks, click "properties"
  • in the "launch options" field, paste the following
PASTE_THE_PATH_HERE %command%
  • right click on the batch file, and click "copy as path", replace "PASTE_THE_PATH_HERE" with it

Now try launching Stormworks through steam, it should open a CMD window for a moment, then launch the game with SwQolSuite already enabled