Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.46 KB

File metadata and controls

57 lines (45 loc) · 1.46 KB

DL Count

image
ex) Dragon Quest VII Reimagined

What is ?

GvasViewer
Unreal Engine Gvas Savedata Format File Viewer

Advance

Usage

  • Prepare GVAS files
  • File -> Open
  • Using the Tree View

ArrayProperty's Import

You must have at least one property.
Character encoding is UTF-8.
If the first character is a #, skip insertion.
Skip insertion for empty lines.

# skip sample

# insert sample
abc

MapProperty's Import

You must have at least one property.
Character encoding is UTF-8.
If the first character is a #, skip insertion.
Skip insertion for empty lines.
Treat tabs as delimiters.
Skip insertion when the split by the delimiter does not result in exactly two elements.

# skip sample
abc
abc	def	ghi

# insert sample
abc	def

Developer

unique File's Format IFileFormat
implementation this Interface

SaveData Load method
If you want to add a unique structure, you can do so in this file as well

Build