Releases: Coreforge/infiniteExplorer
InfiniteExplorer 0.6.2
0.6.1-cli
InfiniteExplorer 0.6.0
Added model export functionality.
To export a model (pmdf, mode, or sbsp), add it to the exporter scene and then export that scene (under the Tools menu).
EDIT: All libraries should should now be included in the windows build (libminizip was missing)
InfiniteExplorer 0.5.0
There's quite a few changes in this version, so this list is probably not all of them
- S3/S4 support (this has been available in nightly for a while)
- updated the included winfsp dll to 2.0 (you might need to update winfsp on your computer, or you can just replace the dll again with the old one)
- fixed an issue that hid some files that were actually available
- added a rudimentary 3D model viewer (exporting is currently not possible)
- material information for mesh parts can be viewed (right-click on the part in the list)
- vector art viewer (colours aren't correct and export is currently not possible, though gtk-vector-screenshot might be an option)
The 3d viewer needs OpenGL 4.6, and there is currently no error message if the context can't be created.
There will be some jankyness (the vector viewer UI is reused from the texture viewer, so most elements aren't funtional), but if there are any large issues like crashes, please report them.
InfiniteExplorer 0.4.0
added the ability to expose the contents of the modules without extracting them by mounting them.
On linux this is done through fuse, on windows with WinFSP (using the fuse compatibility layer).
On windows, the mountpoint can be left empty and WinFSP will just choose a drive letter, a drive letter can be specified (e.g. "M:"), or a path can be used (though the last folder cannot already exist).
InfiniteExplorer 0.3.0
There are a lot of changes in this release, so this list is likely incomplete
- Support for the winter update
- Modules can now be fully unpacked on windows and linux
- added viewers for the data, string and content tables
- added nicer log output
- added the icon to the exe for windows builds
Known issues:
- when both valid and invalid strings are shown and there is more than one page, invalid strings won't be shown.
InfiniteExplorer 0.2.1
Changed the mode for fopen for exporting files to binary. This was causing file corruption on windows due to line endings getting replaced with windows style ones.
InfiniteExplorer 0.2.0
- Fixed an issue with uncompressed blocks not getting extracted correctly
- Added a property dialog for items
- Added a search function
- Added an icon
InfiniteExplorer 0.1.0
The binary has to be run from the directory it is in, as it won't find the res folder otherwise.
Dependencies
Linux: gtkmm-3.0
On Windows there should be no external dependencies, as gtkmm3 is included (from msys2).
The GSettings schema has been copied from here for the windows version, as the one from msys2 didn't work.