GARbro-mirror/README.md

74 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

2014-07-22 03:09:39 +08:00
GARbro
======
2015-10-25 21:24:22 +08:00
Visual Novels resource browser.
2015-04-20 18:34:12 +08:00
Requires .NET Framework v4.6 or newer (https://www.microsoft.com/net)
2015-10-26 07:19:35 +08:00
2017-02-16 02:50:37 +08:00
[Supported formats](https://morkt.github.io/GARbro/supported.html)
2015-04-20 18:34:12 +08:00
2015-04-20 18:35:28 +08:00
[Download latest release](https://github.com/morkt/GARbro/releases)
2015-10-25 21:24:22 +08:00
2016-08-06 20:23:50 +08:00
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
2016-08-12 08:42:45 +08:00
a supposed game title. If game is not listed among presented options then
2016-08-06 20:23:50 +08:00
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'.
2015-10-25 21:24:22 +08:00
GUI Hotkeys
-----------
<table>
2015-10-26 07:19:35 +08:00
<tr><td><kbd>Enter</kbd></td><td> Try to open selected file as archive -OR- playback audio file</td></tr>
2018-01-23 20:28:46 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>PgDn</kbd></td><td> Try to open selected file as archive</td></tr>
2015-10-25 21:24:22 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>E</kbd></td><td> Open current folder in Windows Explorer</td></tr>
<tr><td><kbd>Backspace</kbd></td><td> Go back</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>&rarr;</kbd></td><td> Go forward</td></tr>
2018-01-23 20:28:46 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>PgUp</kbd></td><td> Go to parent directory</td></tr>
<tr><td><kbd>Ctrl</kbd>+<kbd>O</kbd></td><td> Choose file to open as archive</td></tr>
2015-10-25 21:24:22 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>A</kbd></td><td> Select all files</td></tr>
<tr><td><kbd>Space</kbd></td><td> Select next file</td></tr>
2015-10-25 21:24:22 +08:00
<tr><td><kbd>Numpad +</kbd></td><td> Select files matching specified mask</td></tr>
<tr><td><kbd>F3</kbd></td><td> Create archive</td></tr>
<tr><td><kbd>F4</kbd></td><td> Extract selected files</td></tr>
<tr><td><kbd>F5</kbd></td><td> Refresh view</td></tr>
<tr><td><kbd>F6</kbd></td><td> Convert selected files</td></tr>
<tr><td><kbd>Delete</kbd></td><td> Delete selected files</td></tr>
<tr><td><kbd>Ctrl</kbd>+<kbd>H</kbd></td><td> Fit window to a displayed image</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>M</kbd></td><td> Hide menu bar</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>T</kbd></td><td> Hide tool bar</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>S</kbd></td><td> Hide status bar</td></tr>
2018-04-03 08:55:33 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>S</kbd></td><td> Toggle scaling of large images</td></tr>
2015-10-25 21:24:22 +08:00
<tr><td><kbd>Ctrl</kbd>+<kbd>Q</kbd></td><td> Exit</td></tr>
</table>
2015-10-25 21:30:25 +08:00
Author
------
Written by [morkt](https://github.com/morkt/GARbro) under [MIT License](https://github.com/morkt/GARbro/blob/master/LICENSE).
2015-10-25 21:24:22 +08:00
2018-09-14 04:59:05 +08:00
Korean translation by [mireado](https://github.com/mireado), [overworks](https://github.com/overworks)
2016-04-13 22:09:35 +08:00
2018-09-14 04:59:05 +08:00
Simplified Chinese translation by [elasticblitz](https://github.com/elasticblitz), [PeratX](https://github.com/PeratX) and [taroxd](https://github.com/taroxd)
2018-01-30 01:56:37 +08:00
Japanese translation by [haniwa55](https://github.com/haniwa55)
2023-12-17 20:11:26 +08:00
Contributors
------
<a href="https://github.com/crskycode/GARbro/graphs/contributors">
<img src="https://contrib.rocks/image?repo=crskycode/GARbro" />
</a>