Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextProperty issue? #5

Open
RudolfJan opened this issue Apr 12, 2021 · 0 comments
Open

TextProperty issue? #5

RudolfJan opened this issue Apr 12, 2021 · 0 comments

Comments

@RudolfJan
Copy link

Is it possible the TextProperty has a bug? I try to apply the GVAS converter (excellent tool by the way) on a save file and I see this structure:

A TextProperty name DisplayName, then I get a string ginving a value Test1.

In the program a filed named Id is supposed to be in between the property type and the value.

        Id = reader.ReadUEString(); Is this correct?
        Value = reader.ReadUEString();

It may be a quirck from the game I am working on, but I thought it may be useful to report it.

I appreciate your comments on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant