Crate paramdex_rs

Source
Expand description

Utilities for handling and deserializing a Paramdex for modifying Souls games.

Entry points for the library include:

Modules§

deserialize
Utilities for deserializing ParamDefs from XML. Input should be from soulsmods/Paramdex.

Structs§

EditFlags
Flags used in editors to control user input behavior
ParamDef
A definition for the format of a param file
ParamField
Declared metadata about fields in a param
ParamFieldDef
The data type definition for a parameter field
Paramdex
A simple mapping from param type to a ParamDef

Enums§

DummyType
Enum for type of dummy data
ParamFieldType
Type of field present in the param
ParamdefEndian
The endianness of the specific ParamDef
ParamdefFormat
The text format for descriptions in the ParamDef