mirror of
https://github.com/suloku/BW_tool.git
synced 2026-04-23 00:57:18 -05:00
- BW/BW2 save file detection - Checksum verifier (no DLC yet) - Checksum updater (no DLC yet) - Block dumper /injector (only first save) - Block dumper decryption is hardcoded for entralink forest block right now Todo: - Add BW offset tables - Add per-block decryption with known decrypted blocks - Add boxes to specify encryption address, size and seed address (for use without editing source) - Add BW2 DLC blocks - Insert hidden grotto and swarm form - A lot more...
19 lines
834 B
Plaintext
19 lines
834 B
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
# Visual Studio 2010
|
|
# SharpDevelop 5.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BW_tool", "BW_tool\BW_tool.csproj", "{41ABAC38-D34B-489D-A450-3E9FADD07419}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{41ABAC38-D34B-489D-A450-3E9FADD07419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{41ABAC38-D34B-489D-A450-3E9FADD07419}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{41ABAC38-D34B-489D-A450-3E9FADD07419}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{41ABAC38-D34B-489D-A450-3E9FADD07419}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobal
|