Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
psenough committed Jul 10, 2022
2 parents a59861b + aff73f9 commit 87eb8ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ N++ Assistant helps with backups and installing community mod stuff for the vide

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

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.

## Stuff it does:

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

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

* 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
* 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

* support installing textpacks (like the [VZ pack by megajumpr](https://docs.google.com/spreadsheets/d/18PshamVuDNyH396a7U3YDFQmCw18s4gIVZ_WrFODRd4/edit#gid=1000190067))

* multi-select install metanet palettes

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

* incoherent status message style

* crashes when assuming documents is on default dir instead of looking up `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders`

## Credits:

* main development: ps
Expand Down

0 comments on commit 87eb8ee

Please sign in to comment.