ryantpayton / NoLifeWzToNx

A library to convert WZ files to NX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoLifeWzToNx

A C++ project to convert WZ files to NX files

Building

  1. Open NoLifeWzToNx.sln in Visual Studio 2019 CE
  2. Make sure to use Windows SDK Version: 8.1 and Platform Toolset: v140 (If you don't have these, download them.)
  3. Press Build > Build Solution or Ctrl + Shift + B
  4. After a successful build, right-click the NoLifeWzToNx project.
  5. Click Properties
  6. Make sure under Configuration is set to Debug and Platform is set to x64
  7. Click on the Debugging tab
  8. Under Command Argument type in $(OutDir)files -c
  9. You can now run the program by pressing Debug > Start Debugging, F5, or by running launch.bat within the root directory.
  10. 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

Dependencies

About

A library to convert WZ files to NX files


Languages

Language:C++ 77.8%Language:C 21.9%Language:Makefile 0.2%Language:Batchfile 0.0%