Skip to content

Commit

Permalink
prepere for public
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonRem committed Jan 30, 2020
1 parent 80a248e commit 1021ab2
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 8 deletions.
Binary file modified .vs/BnsDatTool/v16/.suo
Binary file not shown.
Binary file modified .vs/BnsDatTool/v16/Server/sqlite3/storage.ide
Binary file not shown.
6 changes: 0 additions & 6 deletions BnsDatTool/bin/Debug/BnsDatTool.exe.config

This file was deleted.

Binary file removed BnsDatTool/bin/Debug/BnsDatTool.pdb
Binary file not shown.
Binary file added BnsDatTool/bin/Release/BnsDatToolNA.rar
Binary file not shown.
Binary file added BnsDatTool/bin/Release/BnsDatToolRUS.rar
Binary file not shown.
3 changes: 2 additions & 1 deletion BnsDatTool/lib/BNSDat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public class BNSDat
// public class BNSDat
// {

public string AES_KEY = "ja#n_2@020_compl ";
//keys 2020 (NA&EU=ja#n_2@020_compl , RUS=jan_2#0_cpl_bns!") choose one of them by your game version and just replace them
public string AES_KEY = "REPLACEME";

public byte[] XOR_KEY = new byte[16] { 164, 159, 216, 179, 246, 142, 57, 194, 45, 224, 97, 117, 92, 75, 26, 7 };

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
D:\Git\BnsDatTool\BnsDatTool\bin\Debug\BnsDatTool.exe.config
D:\Git\BnsDatTool\BnsDatTool\bin\Debug\BnsDatTool.exe
D:\Git\BnsDatTool\BnsDatTool\bin\Debug\BnsDatTool.pdb
D:\Git\BnsDatTool\BnsDatTool\obj\Debug\BnsDatTool.csprojAssemblyReference.cache
D:\Git\BnsDatTool\BnsDatTool\obj\Debug\BnsDatTool.BnsDatTool.resources
D:\Git\BnsDatTool\BnsDatTool\obj\Debug\BnsDatTool.Properties.Resources.resources
D:\Git\BnsDatTool\BnsDatTool\obj\Debug\BnsDatTool.csproj.GenerateResource.cache
Expand Down
Binary file not shown.
Binary file modified BnsDatTool/obj/Debug/BnsDatTool.exe
Binary file not shown.
Binary file modified BnsDatTool/obj/Debug/BnsDatTool.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions BnsDatTool/obj/Release/BnsDatTool.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
D:\Git\BnsDatTool\BnsDatTool\bin\Release\BnsDatTool.exe.config
D:\Git\BnsDatTool\BnsDatTool\bin\Release\BnsDatTool.exe
D:\Git\BnsDatTool\BnsDatTool\bin\Release\BnsDatTool.pdb
D:\Git\BnsDatTool\BnsDatTool\obj\Release\BnsDatTool.BnsDatTool.resources
D:\Git\BnsDatTool\BnsDatTool\obj\Release\BnsDatTool.Properties.Resources.resources
D:\Git\BnsDatTool\BnsDatTool\obj\Release\BnsDatTool.csproj.GenerateResource.cache
D:\Git\BnsDatTool\BnsDatTool\obj\Release\BnsDatTool.exe
D:\Git\BnsDatTool\BnsDatTool\obj\Release\BnsDatTool.pdb
Binary file not shown.
Binary file not shown.
Binary file added BnsDatTool/obj/Release/BnsDatTool.pdb
Binary file not shown.
Binary file not shown.

0 comments on commit 1021ab2

Please sign in to comment.