Skip to content

artiga033/GARbro

 
 

Repository files navigation

Note: This fork makes little effort developing new features.

This fork is tend to migrate the project to that of a modern .NET application and do more often releases.

The followings have been done to migrate this appliction to new .NET Sdk Project style.

  • The projects ArcFormats,GameRes,GARbro.GUI,Net20 has been migrated to new sdk style csproj, and targets .NET Framework 4.8
  • the .gitattributes and .gitignore has been replaced with the defaults of VS2022.
  • The ArcFormats\Resources\Formats.dat has been renamed to ArcFormats\GameData\Formats.dat so that the msbuild's COPY operation can directly do the copy to the right path.
  • Project references relations has been changed, and the old namespace overwriten rule is deprecated in new sdk.
  • Nuget packages are now managed by csproj PackageReference Keys, so all packages.config files are deleted.

The followings will be done to continue upgrade .NET runtime to latest .NET 6 / 7

  • Some of the packages references still don't support .NET Standard yet. Future plans are to replace them with newer implmentations.


GARbro

Visual Novels resource browser.

Requires .NET Framework v4.6 or newer (https://www.microsoft.com/net)

Supported formats

Download latest release

Operation

Browse through the file system to a file of interest. If you think it's an archive, try to 'enter' inside by pressing 'Enter' on it. If GARbro recognizes format its contents will be displayed just like regular file system. Some archives are encrypted, so you will be asked for credentials or a supposed game title. If game is not listed among presented options then most likely archive could not be opened by current GARbro version.

Files could be extracted from archives by pressing 'F4', with all images and audio converted to common formats in the process, of course if game format itself is recognized.

When displaying file system contents GARbro assigns types to files based on their names extension (so it's not always correct). If types are misapplied, it could be changed by selecting files and assigning type manually via context menu 'Assign file type'.

GUI Hotkeys

Enter Try to open selected file as archive -OR- playback audio file
Ctrl+PgDn Try to open selected file as archive
Ctrl+E Open current folder in Windows Explorer
Backspace Go back
Alt+ Go forward
Ctrl+PgUp Go to parent directory
Ctrl+O Choose file to open as archive
Ctrl+A Select all files
Space Select next file
Numpad + Select files matching specified mask
F3 Create archive
F4 Extract selected files
F5 Refresh view
F6 Convert selected files
Delete Delete selected files
Ctrl+H Fit window to a displayed image
Alt+Shift+M Hide menu bar
Alt+Shift+T Hide tool bar
Alt+Shift+S Hide status bar
Ctrl+S Toggle scaling of large images
Ctrl+Q Exit

Author

Written by morkt under MIT License.

Korean translation by mireado, overworks

Simplified Chinese translation by elasticblitz, PeratX and taroxd

Japanese translation by haniwa55

About

Visual Novels resource browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%