A C++ project to convert WZ files to NX files
- Open NoLifeWzToNx.sln in Visual Studio 2019 CE
- Make sure to use Windows SDK Version: 8.1 and Platform Toolset: v140 (If you don't have these, download them.)
- Press Build > Build Solution or Ctrl + Shift + B
- After a successful build, right-click the NoLifeWzToNx project.
- Click Properties
- Make sure under Configuration is set to Debug and Platform is set to x64
- Click on the Debugging tab
- Under Command Argument type in $(OutDir)files -c
- You can now run the program by pressing Debug > Start Debugging, F5, or by running launch.bat within the root directory.
- Make sure all WZ files are present in the files folder before debugging:
- Navigate to x64 > Debug
- Create a new folder named files
- Place your WZ files in the files folder