SwQol Suite: Difference between revisions
mNo edit summary |
m Tictactoe1609 moved page SwQolSuite to SwQol Suite: Misspelled title |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 9: | Line 9: | ||
== Usage (For Windows) == | == Usage (For Windows) == | ||
to install SwQolSuite, download the most recent release by following these images | to install SwQolSuite, download the most recent release by following these images | ||
<gallery mode="packed" heights="300"> | |||
File:SwQolSuite tutorial 1.png | |||
File:SwQolSuite tutorial 2.png | |||
</gallery> | |||
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 | 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 | ||
| Line 35: | Line 23: | ||
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 | 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 | * 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" | * right click it, and click "edit in notepad" | ||
| Line 52: | Line 40: | ||
* in the "launch options" field, paste the following | * in the "launch options" field, paste the following | ||
<syntaxhighlight> | <syntaxhighlight lang="text"> | ||
PASTE_THE_PATH_HERE %command% | PASTE_THE_PATH_HERE %command% | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 21:22, 28 May 2026
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