Skip to content

A modified (and corrected) verison of aampTool that compiles in Visual Studio 2017

Notifications You must be signed in to change notification settings

caHarkness/aamptool-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aamptool-vs

A modified (and corrected) verison of aampTool that compiles in Visual Studio 2017. See the original project BotW-aampTool for more information.

What was corrected?

A huge no-no I found that limited my ability to use the program in any working directory. Essentially, the original aampTool was finding the containing directory's path by subtracting a fixed amount of characters from the executable's path in order to determine the location of hashed_names.txt. On Unix-like systems, this may be perfectly fine, but it may be possible that Windows environments report this path differently. I suspect it was either seeing a DOS-friendly 8-character name, its own name with .exe appended, or an unknown combination of both. I didn't bother to determine which it was.

Enjoy a Visual Studio-friendly version of this project!

About

A modified (and corrected) verison of aampTool that compiles in Visual Studio 2017

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published