Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
psenough committed Jan 18, 2023
1 parent 5bf560c commit 1f6de8e
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 6 deletions.
Binary file modified .vs/N++Assistant/v16/.suo
Binary file not shown.
6 changes: 4 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public partial class Form1 : Form
private List<sheetMap> sheetMapList = new List<sheetMap>();
private string COMMUNITY_PALETTES = "1I2f87Qhfs6rxzZq5dQRDbLKYyaGLqTdCkLqfNfrw1Mk";
private string COMMUNITY_SOUNDPACKS = "18PshamVuDNyH396a7U3YDFQmCw18s4gIVZ_WrFODRd4";
private string COMMUNITY_MAPPACKS = "1M9W3_jk3nULledALJNzRDRRpNhIofeTD2SF8ES6vCy8";
//private string COMMUNITY_MAPPACKS = "1M9W3_jk3nULledALJNzRDRRpNhIofeTD2SF8ES6vCy8";
private string COMMUNITY_MAPPACKS = "18PshamVuDNyH396a7U3YDFQmCw18s4gIVZ_WrFODRd4";


public Form1()
{
Expand Down Expand Up @@ -194,7 +196,7 @@ private void DownloadStuff()
if (communityMapPacksList.Items.Count == 0)
{
//communityMapPacksList.Items.Clear();
PopulateListBoxWithSpreadsheetData(communityMapPacksList, 0, COMMUNITY_MAPPACKS, new APIKey().key, "Map Packs");
PopulateListBoxWithSpreadsheetData(communityMapPacksList, 1, COMMUNITY_MAPPACKS, new APIKey().key, "Map Packs");
installCommunityMapPack.Enabled = false;
statusLabel.Text = "Getting community map packs spreadsheet data ...";
}
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("N++Assistant")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.3.0")]
[assembly: AssemblyFileVersion("0.6.3.0")]
[assembly: AssemblyVersion("0.6.4.0")]
[assembly: AssemblyFileVersion("0.6.4.0")]
[assembly: NeutralResourcesLanguage("en")]
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Needs Visual Studio Community 2019 with C# .Net stuff installed to compile from

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.

## Screenshots

![](screen01.jpg)

![](screen02.jpg)

![](screen03.jpg)

![](screen04.jpg)

![](screen05.jpg)

![](screen06.jpg)

## Stuff it does:

* autodetect main game asset folders and link their explorer folder paths
Expand Down Expand Up @@ -64,7 +78,7 @@ If you just want to run it, you don't need to compile it from source, just downl

* multi-select install metanet palettes

* show screenshots on github project readme
* expose the different spreadsheet url and ids on a default xml (and editable on the GUI) to avoid recompiling the app to alter them

## Known issues:

Expand Down
Binary file added screen01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screen06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f6de8e

Please sign in to comment.