GvasViewer: Difference between revisions
From GameBrew
More actions
Created page with ""{{Infobox Switch Homebrews |title=Unreal Engine GVAS's Viewer |image=UnrealEngineGVASsViewerSwitch.png |description=Unreal Engine Gvas Format File Viewer. |author=turtle-insect |lastupdated=2024/11/09 |type=Hack Utilities |version=0.05 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z |website=https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/ |source=https://github.com/turtle-insect/GvasViewer |donation= }..." |
0.39 |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | |||
|title= | |title=GvasViewer | ||
|image=UnrealEngineGVASsViewerSwitch.png | |image=UnrealEngineGVASsViewerSwitch.png | ||
|description=Unreal Engine Gvas Format File Viewer. | |description=Unreal Engine Gvas Format File Viewer. | ||
|author=turtle-insect | |author=turtle-insect | ||
|lastupdated= | |lastupdated=2026/06/26 | ||
|type=Hack Utilities | |type=Hack Utilities | ||
|version=0. | |version=0.39 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/UnrealEngineGVASsViewerSwitch.7z | ||
|website=https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/ | |website=https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/ | ||
|source=https://github.com/turtle-insect/GvasViewer | |source=https://github.com/turtle-insect/GvasViewer | ||
|donation= | |donation=https://www.buymeacoffee.com/06yi7RLlT | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
| Line 17: | Line 17: | ||
|title_mode=append | |title_mode=append | ||
|image=UnrealEngineGVASsViewerSwitch.png | |image=UnrealEngineGVASsViewerSwitch.png | ||
|image_alt= | |image_alt=GvasViewer | ||
}} | }} | ||
GvasViewer is a tool that lets you view | GvasViewer is a tool that lets you view GVAS files, which are a specific type of save data file used by games made with [https://www.unrealengine.com/ Unreal Engine] (e.g. Romancing Saga 2). | ||
=== Requirements: | ==User guide== | ||
* | Requirements: | ||
* | * Windows 10 or 11 | ||
* [https://dotnet.microsoft.com/en-us/download/dotnet/10.0 .NET 10] | |||
* ※ oo2core.dll | |||
How to Use: | |||
* Go to File > Open to load your GVAS file. | |||
* Use the tree view to browse through the file. | |||
=== | === ArrayProperty's import === | ||
You must have at least one property.<br> | |||
Character encoding is UTF-8.<br> | |||
If the first character is a #, skip insertion.<br> | |||
Skip insertion for empty lines. | |||
<pre># skip sample | |||
# insert sample | |||
abc</pre> | |||
=== MapProperty's import === | |||
You must have at least one property.<br> | |||
Character encoding is UTF-8.<br> | |||
If the first character is a #, skip insertion.<br> | |||
Skip insertion for empty lines.<br> | |||
Treat tabs as delimiters.<br> | |||
Skip insertion when the split by the delimiter does not result in exactly two elements. | |||
<pre># skip sample | |||
abc | |||
abc def ghi | |||
# insert sample | |||
abc def</pre> | |||
=== oo2core.dll === | |||
* Download <code>EpicInstaller</code> from the [https://www.epicgames.com/ Epic Games Store] | |||
* Install the Epic Games Launcher | |||
* Install Unreal Engine 5.8.0 | |||
* Search for <code>oo2core.dll</code> in the Unreal Engine installation folder | |||
* Copy <code>oo2core.dll</code> to the same folder as the executable file | |||
==Screenshots== | ==Screenshots== | ||
[[image:UnrealEngineGVASsViewerSwitch.png]] | [[image:UnrealEngineGVASsViewerSwitch.png|link=]] | ||
== External links == | == External links == | ||
* | * Author's website - http://turtleinsect.php.xdomain.jp/ | ||
* | * GitHub - https://github.com/turtle-insect/GvasViewer | ||
* GBAtemp - https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/ | |||
Latest revision as of 02:43, 26 June 2026
| GvasViewer | |
|---|---|
| General | |
| Author | turtle-insect |
| Type | Hack Utilities |
| Version | 0.39 |
| License | GPL-3.0 |
| Last Updated | 2026/06/26 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
GvasViewer is a tool that lets you view GVAS files, which are a specific type of save data file used by games made with Unreal Engine (e.g. Romancing Saga 2).
User guide
Requirements:
- Windows 10 or 11
- .NET 10
- ※ oo2core.dll
How to Use:
- Go to File > Open to load your GVAS file.
- Use the tree view to browse through the file.
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
oo2core.dll
- Download
EpicInstallerfrom the Epic Games Store - Install the Epic Games Launcher
- Install Unreal Engine 5.8.0
- Search for
oo2core.dllin the Unreal Engine installation folder - Copy
oo2core.dllto the same folder as the executable file
Screenshots
External links
- Author's website - http://turtleinsect.php.xdomain.jp/
- GitHub - https://github.com/turtle-insect/GvasViewer
- GBAtemp - https://gbatemp.net/threads/unreal-engine-gvass-viewer.662858/