Skip to content

Releases: vawser/Yapped-Rune-Bear

2.15.1

06 May 18:06

Choose a tag to compare

  • Added "Condense Output" option for Code Export, which outputs the code file as one line.

2.15

06 May 13:28

Choose a tag to compare

  • 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

08 Jun 18:50

Choose a tag to compare

  • Updated the SpEffect paramdef to include the new fields used in 1.04
  • Added a missing value to ATK_SUB_CATEGORY
  • Updated the stock names to fix a few mismatched names.
  • Moved "Enable Field Validation" into Data Settings and made it disabled by default.

2.14

05 May 20:05

Choose a tag to compare

  • 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

02 May 12:42

Choose a tag to compare

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

01 May 21:36

Choose a tag to compare

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

01 May 11:20

Choose a tag to compare

General

  • Fixed an issue with Yapped not being able to open Oodle compressed files correctly.
  • Param Difference mode is now disabled when the Secondary File is cleared.
  • Param Difference mode is now disabled on startup if it was left on from a previous session.

2.1.0

29 Apr 11:10

Choose a tag to compare

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

2.0

20 Apr 21:12
946ff55

Choose a tag to compare

2.0

Changed from old Layouts to PARAMDEF.

1.10.1

07 Apr 10:33

Choose a tag to compare

Update

- Adjusted PlayRegion mappings