From 8f672bb426a54a506f7d387fba0de23048c915b0 Mon Sep 17 00:00:00 2001 From: Shadow Eevee Date: Sat, 7 Mar 2020 21:46:34 -0800 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f1b34a6..237d337 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,7 @@ -# Sharpii - A command line libWiiSharp tool +# Sharpii .Net Core Port - A command line libWiiSharp tool ported for all OS's. -# Fork Notes -- Status: Ported and working! Mac untested. If you try, make a pull request to change this readme! - -- Purpose: A .Net Core port of Sharpii for use on Mac and Linux, intended for use with my Unix rewrite of the RC24 Patcher but it can be used for any purpose. - -- Issues/Pull Requests: All issues with this version of Sharpii should go in this fork's issue tracker. The issue is likely with the port, and even if it isn't maybe I can fix it as I don't know if the original Sharpii creator is still active. Pull requests are appreciated if they fix an issue, but it may take a bit to review. - -- Giving Credit: No credit is needed to use this program! If you do give credit, make sure to put the original creator(s) names first! [person66, and possibly leathl and/or scooby74029] - -# Repo info -Sharpii is a command line app for windows that person66 made, which uses leathl's libWiiSharp.dll (as of version 1.2 it acutally uses scooby74029's mod of libWiiSharp) to perform tasks such as: +## Repo info +Sharpii is a command line app for windows that person66 made and was ported to .Net Core by TheShadowEevee, which uses scooby74029's mod of libWiiSharp to perform tasks such as: - Pack, unpack, or edit .wad files - Pack, and unpack U8 archives - Patch IOS .wad files with various patches @@ -21,6 +12,12 @@ Sharpii is a command line app for windows that person66 made, which uses leathl' For more details see the readme.txt in the sharpii folder or visit the official Sharpii thread at: http://gbatemp.net/topic/309756-sharpii/ -# Download -You can download the latest version of Sharpii on the project's releases page: https://github.com/mogzol/sharpii/releases/ -Certain releases will have certain executables pre-made. If an executable you need isn't there, compile it yourself! I will have instructions soon. You ma also open an issue for this but it may be denyed. +## Download +You can download the latest version of Sharpii on the project's releases page: https://github.com/TheShadowEevee/Sharpii-NetCore/releases/ +Certain releases will have certain executables pre-made. If an executable you need isn't there, compile it yourself! I will have instructions soon. You may also open an issue for this but it may be denyed. + +## Issues/Pull Requests +All issues with this version of Sharpii should go in this fork's issue tracker. The issue is likely with the port, and even if it isn't maybe I can fix it as I don't know if the original Sharpii creator is still active. Pull requests are appreciated if they fix an issue, but it may take a bit to review. + + +## Giving Credit: No credit is needed to use this program! If you do give credit, make sure to put the original creator(s) names first! (person66 for Sharpii, and scooby74029 for the libWiiSharp.dll used)