Releases: TESnip-Skyrim-Edition/tesvsnip
Releases · TESnip-Skyrim-Edition/tesvsnip
Wmrojer's TESVSnip v4.3.1b
Change Log:
v 4.3.1b
- Backup of plugins for every save stored. (Format plugin.esp.XXX.bak where XXX is 000 to 999)
- "File|Save" do not ask for a filename or if you want to overwrite (since we don't overwrite anymore).
- "File|Save As" with the old "File|Save" function.
- Re-enabled strings file saveing.
- Fixed bug in "Strings|Extract Internal Strings To Table" that caused an exception if the plugins masters wasn't loaded. Also string id's are now unique in the plugin only as it is in game.
- Lots of bugfixes to RecordStructure.xml. There where alot of lstrings that was not actually lstrings that would corrupt the plugin when using the strings spells.
Wmrojer's TESVSnip v4.3.0
Change Log:
v 4.3
- Elements with options or flags now work for the types short and byte also (was only working for int before), both signed and unsigned.
- New string type called Istring that has an int that defines the string length. Used for MODS, MO2S, MO3S subrecords.
- The data in the TES4 record for new plugins are more sane.
- Create new GRUP (GroupRecord). (Had to fix some bugs in the GroudEditor also. Looks like it hasen't seen much use)
- Creating or pasting a record/s while having a record selected, it will be pasted on the same level as that record. (In that Group or Plugin)
- Added "Paste" to the context menu in the tree view.
- Added "Delete" to the toolbar in the tree view.
- Make "Reports" of multi selected records in the tree view.
- Make "Reports" of multi selected record in the search view.
- Fixed alot of strange tab orders in different dialogs.
- Fixed HeaderEditor so it stores the field you are standing on when you save the changes by pressing enter. (Since you didn't leave the textbox the validation that moved the data to the local variable hadn't accoured yet).
- Fixed both HeaderEditor and GroupEditor so you get a chance to correct any wrong info you have when pressing save, instead of the window just closes after the error message.
- Save Plugin Dialog is prefilled with the selected plugins filename. (No more saving the wrong plugin to the last saved plugins name).
- Saved strings files now end up in the correct place and have the right name again.
- Corrected the spell "Make ESM".
- Enable compression state in the CompressioSettings window is now saved. (Compression is not binary identical to Construction Kit, but both the Construction Kit and the Game can read it just fine)
- HexEdit window is scrollable verticaly.
- Delete subrecord now deletes all selected subrecords, not just the first one as before.
- Update the record count in the TES4 record on save.
- Backup old plugin files before overwriting them.
- Use and increment the Next ObjectID in the TES4 record as the FormID for new records.
- New spell that gives selected record new FormID and updates all references to it. The new FormID is taken from the Next Object field in the TES4 record.
- Moving the last subrecord up no longer unselects it.
- Merged in leihao UTF-8 changes.
Things I want to implement but don't know if I'm capable of.
- GroupElement for repeating elements inside a Subrecord. Usable for WMAD, MODT, MODS and a bunch of other subrecords.
- Conditions on Element level.
- Leveled List Merger
Wmrojer's TESVSnip v4.3.1b s2
v 4.3.1b
- Backup of plugins for every save stored. (Format plugin.esp.XXX.bak where XXX is 000 to 999)
- "File|Save" do not ask for a filename or if you want to overwrite (since we don't overwrite anymore).
- "File|Save As" with the old "File|Save" function.
- Re-enabled strings file saveing.
- Fixed bug in "Strings|Extract Internal Strings To Table" that caused an exception if the plugins masters wasn't loaded. Also string id's are now unique in the plugin only as it is in game.
- Lots of bugfixes to RecordStructure.xml. There where alot of lstrings that was not actually lstrings that would corrupt the plugin when using the strings spells.
This was the last version I received from Wmrojer. He was kind enough to send me a pm with a link to the source code.
Figment's TESVSnip 4.2.4421
v 4.2
- Fix null pointer exception when editing a records with no subrecords
- Various recordstructure.xml updates
- Fix issue with duplicates in navigation history
Figment's TESVSnip v4.1.0
v 4.1 - Fixed issues with MGEF (signed vs unsigned values) - Added Copy & "Copy To" to search window - Renamed Tools menu to Strings - Edit Reorder Subrecords to work on multiple select or group or plugin - Added several menu commands for manipulating strings - Explicitly save string table files seperate from plugin save - Export string table to Xml file - Import string table from Xml file - Import strings from master string tables - Internalize strings - Prune unused strings from table - Move Internalized strings to string table