diff --git a/.database/Categories.json b/.database/categories.json similarity index 100% rename from .database/Categories.json rename to .database/categories.json diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..6821f338 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: ohhsodead +patreon: ohhsodead diff --git a/CHANGELOG.md b/CHANGELOG.md index c143f00a..f23adcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,15 @@ All notable changes to this project will be documented in this file. - Upgraded application to .NET Framework 4.8 - Upgraded application to DevExpress Forms - Removed redundant and unused dependencies +- Removed Applications menu +- Added an auto-updater instead of using the installer - Added splash screen for loading application +- Added Request Mods form - Added support for Xbox RGH/JTAG consoles - Added images for all PS3 and Xbox models - Added ability to create and add mods to your own lists - Added Package Manager for PS3 to Tools menu -- Added Mount/Unmount Games to Tools menu +- Added Mount/Unmount Games for PS3 to Tools menu - Added File Manager for Xbox to Tools menu - Added Launch File Editor for Xbox to Tools menu - Added XBDM Controls for Xbox to Tools menu diff --git a/README.md b/README.md index 28305bfb..d6b64dcc 100644 --- a/README.md +++ b/README.md @@ -7,30 +7,32 @@ An open source desktop application designed to easily browse through a regularly ![Main Form](https://raw.githubusercontent.com/ohhsodead/ModioX/master/.screenshots/demo/MainForm.png?raw=true) -**Comments, ideas, suggestions?** Join the [Discord Server](https://discord.gg/FTCS3Xu)! +**Comments, ideas, suggestions?** Come chat with us in the [Discord Server](https://discord.gg/FTCS3Xu)! Please give this project a ⭐ if you find it useful. -## Features +## Main Features + * Fast, lightweight and simple to use -* Browse a large database of PS3 mods (300+) +* Browse a large database of PS3 & Xbox 360 mods * Complete with details, creator, version, etc. * Filter by console type, mod type and region -* Download, install and uninstall mods -* Automatically detect game regions -* Backup and restore game files +* Download the mods to your computer +* Install and uninstall mods directly to your console +* Automatically detect and remember game regions +* Backup and restore original game files * Create and add mods to your own lists * Includes a built-in Game Updates Finder * Includes a built-in File Manager * Includes a built-in Package Manager -* Includes basic WebMAN controls -* Add multiple console profiles +* Includes webMAN commands (Reboot, Shutdown, etc.) ## Requirements -* An internet connection + +* An Internet Connection * NET Framework 4.8 (Download the official [here](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net48-web-installer)) -* PlayStation 3 (WebMAN, Multiman or Rebug Toolbox Installed) -* RGH/Jtag Xbox 360 (DashLaunch Installed & Xbdm.xex as Plugin #1) +* PlayStation 3 (with webMAN, multiMAN or Rebug Toolbox) OR +* Xbox 360 RGH/JTAG (with DashLaunch & Xbdm.xex as Plugin #1) ## Installation @@ -44,19 +46,25 @@ You're also welcome to submit any pull requests with fixes and suggestions, like ## Requesting Mods -I know that not all mods aren't on our database, yet. But if you open an issue including the details they will be added for you. +I know that not all mods aren't on our database, but if you open an issue with the details then we can get them added for you! + +## Quick Guide + +Nothing here yet, but don't worry - we're working on it. ## Credits & Libraries + * Appropriate Creators of all Mods +* [AutoUpdater.NET](https://github.com/ravibpatel/AutoUpdater.NET) * [DevExpress](https://devexpress.com/) -* [Newtonsoft.Json](https://newtonsoft.com/json) * [Humanizer](https://github.com/Humanizr/Humanizer) +* [Newtonsoft.Json](https://newtonsoft.com/json) * [NLog](https://nlog-project.org/) * [WebMAN API](https://github.com/FxckingCoder/WebmanAPI) * [XDevkit](https://github.com/TeddyHammer) -* [Icons8](https://icons8.com/) ## Contributors + * [KayGart](https://github.com/KayGart) * [TeddyHammer](https://github.com/TeddyHammer)