From 97dc92b924edd997912ec485ba301705649e254a Mon Sep 17 00:00:00 2001
From: miku-666 <74728189+NessieHax@users.noreply.github.com>
Date: Mon, 17 Jul 2023 19:47:41 +0200
Subject: [PATCH] Updated README
---
README.md | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 956e9118..a4ea5003 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# PCK Studio
-Modify .PCK archives as you please!
-**If you have any issues or would like to suggested a feature, we encourage you to open a new [issue](https://github.com/PhoenixARC/-PCK-Studio/issues) on the github.**
+# PCK Studio
+Modify .PCK archives as you please.
+
+> **If you have any issues or would like to suggested a feature, we encourage you to [open a new issue on Github](https://github.com/PhoenixARC/-PCK-Studio/issues).**
## Features:
-* Open, Edit and Save .PCK archives (this means models, animations, entire custom packs, etc.)
-* Add / Remove / Replace skins, audios, textures, animations and much more.
-* Edit localization data to make your mods support every language supported by minecraft itself!
-* PNG previewing
-* And much more!\
+* Open, edit and save .PCK archives (including models, animations, entire custom packs, etc.)
+* Add, replace or remove skins, audios, textures, animations and much more.
+* Add translations to make your mods support every language supported by minecraft itself!
+* Image previewing
## Supported File formats
@@ -15,7 +15,7 @@ Modify .PCK archives as you please!
|:-:|:-:|
| Localization files | **.loc** |
| Game Rule files | **.grh/.grf** |
-| Music Cues file |**audio.pck** |
+| Music Cues file | **audio.pck** |
| Color/Colour Table file | **.col** |
### Known Issues
@@ -34,17 +34,17 @@ $ cd PCK-Studio
$ dir -Path .\ -Recurse | Unblock-File
```
- ### Building using [Visual Studio 2022 (or later)](https://visualstudio.microsoft.com/downloads)
- * Open [PCK_Studio.sln](./PCK_Studio.sln) in Visual Studio 2022 or later
- * Click `Run` or press `Shift + B`
+ * Open [PCK_Studio.sln](./PCK_Studio.sln) in Visual Studio
+ * Click `Build → Build Solution`
- ### Building using [MSBuild](https://github.com/dotnet/msbuild/releases) and [Nuget](https://www.nuget.org/downloads)
- * ```shell
+ ```shell
$ nuget restore PCK_Studio.sln
$ msbuild PCK_Studio.sln -property:Configuration=Release
```
### A quick note:
-* Forms will not load in viewer until the solution is build _at least_ once
+* Forms will not load in the designer until the solution is build _at least_ once.
## Active Developers:
> [PhoenixARC](https://github.com/PhoenixARC)
@@ -52,11 +52,11 @@ $ cd PCK-Studio
> [Miku-666](https://github.com/NessieHax)
> [EternalModz](https://github.com/EternalModz)
-## Previous Developers and Contributors:
+## Previous Developers:
> [Nobledez](https://github.com/Nobledez)
> [jam1garner](https://github.com/jam1garner)
-> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)
> SlothWiiPlaza
-## Other Credits
-* [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept
+## Contributors
+> [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept
+> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)
\ No newline at end of file