Releases: CryShana/CryBarEditor
Releases · CryShana/CryBarEditor
1.0.3
Changelog
This release is mainly a few hotfixes.
- Fixed bug when copy exporting bigger files, sometimes it would include extra data from other BAR entries
- Fixed bug where right click context menu would not show the correct number of selected items to export
- Added update checking. If a newer version of editor is available, it will show a message box with a link. Only once per version.
1.0.2
Changelog
- Right-click context menu now offers
Create additive mod
for files that support it, for now just:protos.xml
techtree.xml
string_table.xt
- Added icons to context menu to make it more easily readable
- Can now create DDT images from any image by specifying all parameters manually
- When export directory is selected, files in root directory and opened BAR archive will show an icon if they were overriden (this makes it easier to spot what was modded already and what was not) - this icon is updated in real-time as the export directory is being watched for changes
1.0.1
Changelog
- Images can now be zoomed in/out with scrollwheel when hovering above them (zoom resets when switching images)
- Added code folding for XML files (it should also work for some XAML files, thought I have noticed AvalonEdit editor is having troubles with some)
- Displaying error in text preview if something can not be previewed (no longer silently fails)
- Configuration now also saves last loaded BAR file, so it can open the last loaded BAR file on opening
- Folder pickers now suggest starting location of previously used location separately for Root dir, Export and BAR file.
1.0.0
Changelog
Initial release with all the basic features:
- BAR reading
- Exporting from Root dir or from BAR archive
- XMB -> XML conversion (and vice versa)
- DDT -> TGA conversion (vice versa only possible when replacing images of existing DDT)
- Compression/Decompression tools (NOTE: L33t currently not working with .mythscn files properly)
- Searching in everything
- Previewing images/DDT
- Editor syntax highlighting
Installation
Just download the ZIP and extract it into a directory, run the .exe
and that's it.