SIE 3.6

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
SIE About/Guide thread here.

Download SIE 3.6.0.1.

A 'quick' fix to address some complaints before the impending 4.0 update, which will release before the end of the year (or the next decade).

  • New Features
    • General
      • LibSWB no longer depends on Qt.
      • Added the ability to move the camera in the renderer faster while holding Ctrl.
      • Added a new logger which dumps to "/Logs/sie<sessionID>.log". , 
        • Old logs get deleted on startup by default, unless "logDeleteOldLogs" is set to false inside settings.lua.
        • One can also set the amount displayed with "logNumLinesDisplayed" inside settings.lua, the default is 50.
    • CRC Editor
      • Added the ability to add files to the table from a folder (including all its subfolders).
    • IFF Editor
      • Added a History tab containing recently made changes in the current editor. This allows for multiple undos at once.
      • SIE now shipping with all templates by default
    • Repository
      • Added support for Targa File (.TGA) preview.
    • WS Editor
      • Added "wsNodeRadiusMax" field to settings.lua, which allows one to set the maximum value for the control. The default is 2048.
  • Fixes/Changes
    • CRC Editor
      • Fixed a bug that added duplicates on table Merge.
      • Fixed a bug that allowed empty entries to be added.
    • IFF Editor
      • Fixed a bug that allowed keybindings to trigger events without the IFF Editor tab being in focus, this also fixes conflicts if multiple IFF Editor tabs were open. It should now work the same way as other Editors.
      • Fixed a critical issue when editing strings or arrays of strings in the 'Template values' window.
    • Repository
      • Fixed an error that occurred when "enableRenderer" in settings.lua was set to false.
      • Renamed "repositoryInTab" to "repoInTab" in settings.lua.
    • WS Editor
      • Fixed an error that occurred when "enableRenderer" in settings.lua was set to false.
      • Fixed a bug with WS Node Count (Bottom left) not being updated.
      • Removed the limit of 512 on the radius that Nodes can have.
Requirements

A note on requirements

For anyone that has had trouble getting the tool to run, I discovered some additional dependencies while installing from scratch on a VM. These may no longer be required as library dependencies have been updated and removed so ymmv:

Installation

  • Meet the requirements above
  • Extract all files to a folder of your choice
  • Change any configuation options you wish for (what tree files are loaded, if to use override files from the SWG directory and so on)
If you get a crash on launch having met the requirements and correctly extracted the files, it may be due to windows blocking dlls. The solution is to right click on the dlls -> choose Properties -> click the Unblock button).

 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
Halyn said:
Time to see what I can break.
I'll be impressed if it even works and I haven't missed some new dependency with all the under-the-hood changes in this one :p.

Edit: just did a sneaky update to 3.6a - I built the .exe with different settings to normal which made startup slower. Please grab the new one instead.
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
Halyn said:
Editing the first entry in a string file is still bugged.
Bah, didn't even know that was a thing.
 

Timbab

Administrator
Staff member
Administrator
Moderator
Joined
Oct 6, 2010
Messages
1,057
Location
Magna Germania
Yeah, had forgotten about it, that fix is on another branch, forgot to merge it over.

But whatever, will be in the next update anyway. I'm 100% aiming for end of Dec 2018 once I'm back at home proper, regardless if all I wanted is ready or not, as long as the core stuff is overhauled and added.

Fixed the following in the .STF editor a while back:

"Fixed the Value editing textbox being partially hidden/'off screen' for the first, second and last entry."
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
My phantom edit just edged closer to truth. :heart:
 

Sytner

Administrator
Staff member
Administrator
Joined
Sep 18, 2010
Messages
426
Halyn said:
Bug: sorting by the CRC32 field in the CRC editor actually sorts by the filename.
Hotfix v3.6.0.1 fixes this and saving datatables with crc columns.
 
Top Bottom