GCEdit 0.4.3-next.
A GameCube disk editor.
Distributed under the terms of the GNU General Public License, version 3.
Build dependencies:
There is no installation method on Windows.
Run make, make install. The makefile respects the prefix, DESTDIR, etc.
arguments. To uninstall, run make uninstall. make clean and
make distclean are also supported.
- Python 3 (>= 3.2)
- PyGObject 3 (>= 3.11)
On Unix-like OSs, once installed, just run gcedit (installed to
/usr/local/bin/ by default).
On Windows, in the source directory, run python3 run_gcedit, where python3
is the Python 3 interpreter.
GCEdit creates some files during operation. On Unix-like OSs:
- ~/
- .config/gcedit/
- conf: configuration
- accels: saved keyboard shortcuts
- .local/share/gcedit/
- disk_history: recently opened disks
- search_history: saved searches
- .config/gcedit/
On Windows:
- %APPDATA%/
- gcedit/
- conf: configuration
- accels: saved keyboard shortcuts
- disk_history: recently opened disks
- search_history: saved searches
- gcedit/