Releases: vawser/Yapped-Rune-Bear
Releases Β· vawser/Yapped-Rune-Bear
2.15.1
2.15
- Updated Paramdex to support the latest Elden Ring changes for 1.09.1
- Removed the Filter bar stuff as it is too slow and DSMS is better for that kind of thing.
- Added the ability to Export Data as: CSV, HTML Tables and Code.
- Data Import and Export now account for and respect byte and byte[] pad fields. Thanks to Philiquaz for his DSMS code that handles this
- Pad fields are now visible in the Yapped edit view, although byte[] fields are set to read only as supporting the ability to edit them is too annoying to add at the moment. They can be changed via CSV however.
2.14.1
2.14
- Added entries to GOODS_USE_ANIM tdf
- Added entries to MAGIC_MOTION_TYPE tdf
- Added Filter Settings, letting the user change the Filter command and section delimiters.
- Added bool types information for ER
- Added checkbox back for boolean types.
- Added toggle for showing boolean enums as checkboxes.
- Added Repeat Count and Step Value to Duplicate Row tool, allows you to quickly duplicate a single base row multiple times.
- Bugfix for maximums being lower than used value in some cases.
- Fixed bad invalidation state that could be reached via invalid Filter command
- Adjusted some field names
- Added toggle for customizable enums that lets you show them as a normal field while retaining the other enum combo boxes.
2.1.3
Column Filters
- Increased the speed of application for the filters significantly, especially the row filter. Slowest case (SpEffectParam) is now approximately 20 seconds. In most cases it is between 1 to 5 seconds.
- Added "field:<name>:<operator><value>" command for the row filter, allowing you to filter by a field value. Lack of an operator is equality, with an operator it can be > (greater than), < (less than), >= (greater than or equals) or <= (less than or equals).
2.1.2
Features
Added Column Filters: allow you to narrow the visibility of the param, row and field rows.
- <string>/<value> -> perform a fuzzy match
- exact:<string>/<value> -> perform exact match
- view:<string> -> load view file, used to quickly apply a pre-defined set of visibility definitions
Added Toggle Filter Visibility under View, allowing you to toggle the Filter menu bar.
2.1.1
2.1.0
General
- Fixed various crashes.
- Restored old naming scheme for fields.
- Restored enum selections.
- Added "Toggle Field Name Type", allowing the user to switch between the internal field names and more sensical ones.
- Added "Toggle Field Type", allowing the user to hide the type column in the cell view.
- Added proper validating to the cell view value column. Will now adhere to the min and max values specified in the paramdef
- Added the min, max and increment values to the field description so the user can easily see them
- Added "Show Field Descriptions" to the Settings, allowing the user to toggle the field description popup when going over the cell view.
Rows
- Added "Copy into Param" for the following param rows. Allowing you to copy Player/NPC rows between the related params quickly.
- AtkParam_Pc -> AtkParam_Npc
- AtkParam_Npc -> AtkParam_Pc
- BehaviorParam -> BehaviorParam_PC
- BehaviorParam_PC -> BehaviorParam
Fields
- Added "Go to Reference" functionality to the field context menu, letting you jump to referenced rows.
- Added Behavior Variation ID to the "Go to Reference" functionality.
- Added customisable field cell coloring for field types.
- Added the row name to the field value tooltip for those that reference other rows.
Param Difference Mode
- Added basic param difference checker, letting you see what is different between the primary and secondary param file.
- Currently only displays differences on a field level