KyonkoYuuki / YaBACOrganizer

1 stars 2 forks source link

YaBAC v0.2.2 : HomeingMovements's Speed Parameter does not accept decimal values #11

Closed UnleashedGH closed 4 years ago

UnleashedGH commented 4 years ago

in HomeingMovement, "Speed" can be an integer value (frame) or a decimal value (actual speed) The logic of HM will change accordingly. but YaBAC doesn't accept decimal values in the text field.

and if a skill did have a decimal value, YaBAC will read the value (and save it) as 65535

KyonkoYuuki commented 4 years ago

example please of the float version.

Genser at least always viewed the speed modifier as an U32 value and not a FLOAT

KyonkoYuuki commented 4 years ago

Feel free to reopen, but LB's XML Serializer doesn't like it as a float either. image

genser will still compile it, but it will convert the float to an int first.