Skip to content

Commit 87eb8ee

Browse files
committed
Merge branch 'main' of https://github.com/psenough/NPlusPlusAssistant into main
2 parents a59861b + aff73f9 commit 87eb8ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ N++ Assistant helps with backups and installing community mod stuff for the vide
44

55
Needs Visual Studio Community 2019 with C# .Net stuff installed to compile from source.
66

7+
If you just want to run it, you don't need to compile it from source, just download the zip of the latest version from [releases](https://github.com/psenough/NPlusPlusAssistant/releases), extract that to a folder and launch the .exe inside. First launch might take a little while to see anything happening since the application is creating missing directories and downloading default things from the internet that it'll only need to download once.
8+
79
## Stuff it does:
810

911
* autodetect main game asset folders and link their explorer folder paths
@@ -58,7 +60,9 @@ Needs Visual Studio Community 2019 with C# .Net stuff installed to compile from
5860

5961
* maps, rename solo to solo n++ (likewise co-op/race)
6062

61-
* note that mentions metanet maps don't show up ingame even if they are in the Palettes directory, unless you rename them, they are for palette creation reference only
63+
* note that mentions metanet palettes aren't listed ingame until you unlock them, even if they are in the Palettes directory, unless you rename them to something else; they are being included as installing options as references for people who want to make their own palettes
64+
65+
* support installing textpacks (like the [VZ pack by megajumpr](https://docs.google.com/spreadsheets/d/18PshamVuDNyH396a7U3YDFQmCw18s4gIVZ_WrFODRd4/edit#gid=1000190067))
6266

6367
* multi-select install metanet palettes
6468

@@ -76,6 +80,8 @@ Needs Visual Studio Community 2019 with C# .Net stuff installed to compile from
7680

7781
* incoherent status message style
7882

83+
* crashes when assuming documents is on default dir instead of looking up `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders`
84+
7985
## Credits:
8086

8187
* main development: ps

0 commit comments

Comments
 (0)