Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Releases: PieKing1215/swQolSuite

v0.2.2

30 Oct 23:43
e7d1b97
Compare
Choose a tag to compare

Fix for multiple patches in 1.12.7 experimental
(this version is also still compatible with 1.12.6)

v0.2.1

09 Oct 23:53
f741eb1
Compare
Choose a tag to compare

Fix for Show Hidden Components in 1.12.4

v0.2.0

26 Sep 00:52
cf01166
Compare
Choose a tag to compare

New Tweaks:

  • Placement Transform Editing
    • Allows editing the transform (like in XML) of the component being placed, either in the UI or with Numpad 0-9 (& Alt)
    • (it's not the most intuitive but better than needing to mess around in files I think. I'm open to other ideas for controls)
    • Please make sure to save often if using this, I don't know of any issues but there's a number of patches involved to make this work so it could be relatively unstable.
  • Shift Copies Transform
    • Holding Shift while Ctrl-Clicking to copy a component will also copy the component's rotation/mirroring
    • If Placement Transform Editing is enabled, it copies the full (XML) transform
  • Multithreaded world loading (experimental)
    • Speeds up world loading by ~40% by splitting rom (assets) loading onto another thread
    • (I haven't had any issues using this but it's possible there's edge cases/side effects I missed, so it's disabled by default)

Other:

  • Config save/load system
    • Settings can be saved to a swQolSuite.toml file next to the game's exe, which is automatically loaded on startup
  • Some UI organization
  • General refactoring

v0.1.0

31 Aug 20:30
d518399
Compare
Choose a tag to compare

Initial Release

New Tweaks:

  • Map Sleep
    • Lets you adjust the 10ms sleep in the map render loop.
  • Editor Camera Speed
    • Lets you adjust the editor camera movement speeds.
  • Disable Placement Support Check
    • Disables support check when placing components in editor.
  • Disable Merge Check
    • Disables support check when merging two subgrids.
  • Fast Main Menu Fade
    • Speeds up main menu fade in/out.
  • Skip Loading Finish Animation
    • Skips unnecessary loading wheel animation.
  • Show Hidden Components
    • Shows components flagged as "hidden"in the component picker.
  • Force Borderless Fullscreen
    • Forces fullscreen to open as borderless (requires toggling)
  • Disable Minimize on Focus Lost
    • Disables the window minimizing when tabbing out in fullscreen & disables window forced on top in fullscreen
  • Dev Mode
    • Enables developer tools on main menu (requires reloading main menu)