Skip to content

Identify arrays with elements seperated by \tab #179

@jcyuan06

Description

@jcyuan06

In some Kopernicus configs, some array elements are separated by space or tab, e.g.:
key = 0 292 0.00000E+00 -6.04157E-03
However, if I need to edit the values with module manager, e.g. @key,*[0, ] *= 1.61, it can only identify the elements separate with space, but not with tab. An error will be reported and here is what the log looks like:
Error - Failed to do a maths replacement: @temperatureCurve : original value="0 292 0.00000E+00 -6.04157E-03" operator=Multiply mod value="1.61"
It can be a problem since both space and tab works in KSP.
Is it possible to fix the issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions