MakeROMFS-GUI 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = MakeROMFS-GUI | image = https://dlhb.gamebrew.org/3dshomebrew/MakeROMFS-GUI.jpg|250px | type = PC Utilities | version = | licence = Mixed | au...")
 
m (Text replacement - "Category:PC utilities for 3DS homebrew" to "")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = MakeROMFS-GUI
|title=MakeROMFS-GUI
| image = https://dlhb.gamebrew.org/3dshomebrew/MakeROMFS-GUI.jpg|250px
|image=makeromgui02.png
| type = PC Utilities
|description=Blazing fast ROMFS building for Linux (and Windows 10).
| version =
|author=Yami (MKGirlism)
| licence = Mixed
|lastupdated=2017/06/22
| author = YamiHoshi
|type=File Operation
| website = https://github.com/MKGirlism/MakeROMFS-GUI
|version=2017
| download = https://dlhb.gamebrew.org/3dshomebrew/MakeROMFS-GUI.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/MakeROMFS-GUI.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui.7z Windows
|website=https://gbatemp.net/threads/releasemakeromfs-gui-blazing-fast-romfs-building-for-linux-and-windows-10.459835/
|source=https://github.com/MKGirlism/MakeROMFS-GUI
}}
}}
<youtube>1Sc1Ft6EAuM</youtube>
MakeROMFS-GUI is a GUI of MakeROMFS, which is a command line tool that can build ROMFS files for use with HANS within seconds.


You probably already know MakeROMFS, the command line tool that can build ROMFS files for use with HANS within seconds.
It also allows you to switch between GUI and CLI mode (Linux only), so you can still write scripts for it, and at the same time, it can be used without the need to remember on how to use it.
However, I do admit that command line is really handy when it comes to scripting, but it's far from accessible to all users.


Therefore, I decided to wrap a GUI around it, but I soon realised it became useless for scripting.
==Building==
Then I thought, why not both?
* Windows (MinGW) - <code>chmod 777 compile_windows.sh && ./compile_windows.sh</code>
And I did both!
* Linux - <code>chmod 777 compile_linux.sh && ./compile_linux.sh</code>


MakeROMFS-GUI can be used as both, a GUI tool, and CLI tool, so you can still write scripts for it, and at the same time, it can be used without the need to remember on how to use it; the best of 2 worlds!
==User guide==
* Graphical Mode - <code>makeromfs-gui</code>
* Command Mode (Linux only) - <code>makeromfs-gui <ROMFS FOLDER> <OUTPUT.romfs></code>


A vast majority of the code was made by 3DSGuy, I only programmed the GUI portion of the app.
Replace "" with the full path to your ROMFS folder, and "" with the full path to where you want to save the .romfs file.


Tested and confirmed working on Manjaro, Linux Mint, Ubuntu, Fedora, and Windows 10 (under Linux Subsystem).
==Screenshots==
Forum Thread: https://www.dshack.org/forum.php?page=thread&tid=356
https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui3.png
Binary Download: https://www.dshack.org/store.php?page=file&fid=368


<span style="font-size: 26px">→ Installation</span>
https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui4.png
Unpack the Tarball:
tar zxfv makeromfs-gui.tar.gz
chmod 777 makeromfs-gui
sudo cp makeromfs-gui /usr/bin


<span style="font-size: 26px">→ Extra step for users of the KDE Desktop Environment, and Windows 10</span>
https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui5.png
You will need to install &quot;libgtkmm&quot; in order to run this app.


'''For 64-bit Ubuntu, Debian, and Linux Mint'''
https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui6.png
sudo apt-get install libgtkmm-3.0-1v5


'''For 32-bit Ubuntu, Debian, and Linux Mint, as well as Windows 10'''
https://dlhb.gamebrew.org/3dshomebrews/makeromfsgui7.png
sudo apt-get install libgtkmm-3.0-1


'''For Arch Linux, Antergos, and Manjaro'''
==Compatibility==
sudo pacman -S libgtkmm3
Tested and confirmed working on Manjaro, Linux Mint, Ubuntu, Fedora, and Windows 10 ([https://web.archive.org/web/20180906043407/https://www.dshack.org/forum.php?page=thread&tid=348 under Linux Subsystem]).


'''For CentOS, Red Hat, and Fedora'''
==Compatibility==
sudo yum install gtkmm30
'''1.0.2'''
* Menu Icon for Linux.
* Native Windows version.


<span style="font-size: 26px">→ More extra steps for users of Windows 10</span>
==Credits==
Follow steps 1, 2, and 3 in this tutorial:
The Linux version was built using GTKmm (which is GTK+ for C++).
https://www.dshack.org/forum.php?page=thread&tid=348


<span style="font-size: 26px">→ Running</span>
A vast majority of the code was made by 3DSGuy, except for the GUI portion of the app.
'''Graphics Mode on Linux'''
makeromfs-gui


'''Graphics Mode on Windows 10'''
==External links==
DISPLAY=:0 makeromfs-gui
* GitHub - https://github.com/MKGirlism/MakeROMFS-GUI
 
* DSHAck.org - [https://web.archive.org/web/20180906043407/https://www.dshack.org/forum.php?page=thread&tid=356 https://www.dshack.org/forum.php?page=thread&tid=356] (archived)
'''Command Mode on Windows 10 and Linux'''
* DSHack.org - [https://web.archive.org/web/20180906043409/https://www.dshack.org/store.php?page=file&fid=368 https://www.dshack.org/store.php?page=file&fid=368] (archived)
makeromfs-gui &lt;ROMFS FOLDER&gt; &lt;OUTPUT.romfs&gt;
* DSHack.org - [https://web.archive.org/web/20180906043407/https://www.dshack.org/forum.php?page=thread&tid=348 https://www.dshack.org/forum.php?page=thread&tid=348] (archived)
 
* GBAtmep - https://gbatemp.net/threads/release-makeromfs-gui-blazing-fast-romfs-building-for-linux-and-windows-10.459835
<span style="font-size: 26px">→ Screenshots</span>
[[File:proxy.php?image=https%3A%2F%2Fwww.dshack.org%2Fassets%2Fimages%2Fmakeromfsgui1.png&hash=1591453a84ef5efa0a4da890b63c990b|class=bbCodeImage LbImage|[?IMG]]]
 
[[File:proxy.php?image=https%3A%2F%2Fwww.dshack.org%2Fassets%2Fimages%2Fmakeromfsgui2.png&hash=77ae1cb7bacbcd4304228d3e1bd33fbf|class=bbCodeImage LbImage|[?IMG]]]
 
[[File:proxy.php?image=https%3A%2F%2Fwww.dshack.org%2Fassets%2Fimages%2Fmakeromfsgui3.png&hash=3e25f306bbd1a1935c9ab849a7f8e0fa|class=bbCodeImage LbImage|[?IMG]]]
 
<span style="font-size: 26px">→ Video</span>
 
<div class="iframe">
 
<div id="player">
 
 
 
</div>
<div class="player-unavailable">
 
= An error occurred. =
 
<div class="submessage">
 
Unable to execute JavaScript.
 
</div>
 
</div>
 
</div>
<div class="messageTextEndMarker">
 
 
</div>

Latest revision as of 04:26, 6 May 2024

MakeROMFS-GUI
Makeromgui02.png
General
AuthorYami (MKGirlism)
TypeFile Operation
Version2017
LicenseMixed
Last Updated2017/06/22
Links
Windows Download
Website
Source

MakeROMFS-GUI is a GUI of MakeROMFS, which is a command line tool that can build ROMFS files for use with HANS within seconds.

It also allows you to switch between GUI and CLI mode (Linux only), so you can still write scripts for it, and at the same time, it can be used without the need to remember on how to use it.

Building

  • Windows (MinGW) - chmod 777 compile_windows.sh && ./compile_windows.sh
  • Linux - chmod 777 compile_linux.sh && ./compile_linux.sh

User guide

  • Graphical Mode - makeromfs-gui
  • Command Mode (Linux only) - makeromfs-gui <ROMFS FOLDER> <OUTPUT.romfs>

Replace "" with the full path to your ROMFS folder, and "" with the full path to where you want to save the .romfs file.

Screenshots

makeromfsgui3.png

makeromfsgui4.png

makeromfsgui5.png

makeromfsgui6.png

makeromfsgui7.png

Compatibility

Tested and confirmed working on Manjaro, Linux Mint, Ubuntu, Fedora, and Windows 10 (under Linux Subsystem).

Compatibility

1.0.2

  • Menu Icon for Linux.
  • Native Windows version.

Credits

The Linux version was built using GTKmm (which is GTK+ for C++).

A vast majority of the code was made by 3DSGuy, except for the GUI portion of the app.

External links

Advertising: