Skip to content

Commit

Permalink
Version 2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
sonik-br committed Sep 23, 2023
1 parent 3f18f3f commit 198d0e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GDMENU Card Manager
Manage content on SD Card for Dreamcast's GDEmu/GDMenu
Manage content on SD Card for Dreamcast's GDEmu/GDMenu/openMenu

For GDEMU to properly work it's required to follow a pattern when putting files on the SD Card.<br/>
If not done correctly it will take a lot of time to boot and can even fail to.<br/>
Expand All @@ -11,6 +11,7 @@ This program will save the files the proper way so you console will boot super f

## Features
* Multi platform. Windows/Linux/OSX
* Supports both GDmenu and openMenu
* Supports GDI, CDI, MDS and CCD files. Also compressed files inside zip/rar/7z
* Add/delete/rename items
* Sort alphabetically
Expand All @@ -29,6 +30,12 @@ The program have a blacklist with some games known to have problems after shrink

By default the blacklist will be used and those games will not be shrunk.

### openMenu
openMenu will display customized icon, box art and text info for each title, but it requires additional files.

openMenu DAT files should go to this app's subfolder `tools\openMenu\menu_data`.<br/>
Grab the DAT files from mrneo240's repos: [imagedb](/~https://github.com/mrneo240/openMenu_imagedb) and [metadb](/~https://github.com/mrneo240/openMenu_metadb)

### Windows version requires the .Net 6 Desktop Runtime
Download and install the [Desktop Runtime installer](https://dotnet.microsoft.com/download/dotnet/6.0/runtime) for your system.
![Dot Net Runtime](docs/dotnetruntime.png)
Expand All @@ -54,6 +61,7 @@ On Linux version it's not possible to use drag-and-drop.
This software is made possible by using third party tools:

GDmenu by neuroacid<br />
[openMenu](/~https://github.com/mrneo240/openmenu/),
[GdiTools](https://sourceforge.net/projects/dcisotools/),
[GdiBuilder](/~https://github.com/Sappharad/GDIbuilder/),
[Aaru](/~https://github.com/aaru-dps/Aaru/),
Expand Down
Binary file modified docs/capture1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/capture2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dotnetruntime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/GDMENUCardManager.AvaloniaUI/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Grid Margin="10">
<StackPanel>
<TextBlock FontWeight="Bold">GD MENU Card Manager - by Sonik</TextBlock>
<TextBlock>Tool to manage games on SD card - For use with GDEMU/GDMENU</TextBlock>
<TextBlock>Tool to manage games on SD card - For use with GDEMU/GDMENU/openMenu</TextBlock>
<!--<Rectangle Fill="Black" Height="1"/>-->
<TextBlock Text=" "/>

Expand Down
2 changes: 1 addition & 1 deletion src/GDMENUCardManager.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public static class Constants
public const string GdiShrinkBlacklistFile = "gdishrink_blacklist.txt";
public const string PS1GameDBFile = "gamedb.json";
public const string DefaultImageFileName = "disc";
public const string Version = "v1.3.5";
public const string Version = "v2.0.0";
}
}
2 changes: 1 addition & 1 deletion src/GDMENUCardManager/AboutWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
GD MENU Card Manager - by Sonik
</Bold>
<LineBreak/>
Tool to manage games on SD card - For use with GDEMU/GDMENU
Tool to manage games on SD card - For use with GDEMU/GDMENU/openMenu
</Paragraph>

<Paragraph>
Expand Down

0 comments on commit 198d0e9

Please sign in to comment.