You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i'm trying to build the patchcreator - because when I build using the .bat file the patchcreator that gets built just opens and closes. But when I open the solution file I get this:
RefinedGunz-master\cml\cml.vcxproj : error : The project file could not be loaded. Could not find file 'C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj'. C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj
^ cml.vcxproj doesn't exist in the git so I'm not able to build it..
The text was updated successfully, but these errors were encountered:
because when I build using the .bat file the patchcreator that gets built just opens and closes
Do you have the files in the right place? PatchCreator expects the game files to be in a directory called client relative to it, and should output a patch.xml and a some files in a sync directory.
But when I open the solution file
The solution files there are outdated and not supposed to be used. The .bat will run cmake to generate the build files, and the right solution file should appear inside the directory where the generated build files are, and you can build with that. (But that wouldn't change anything, since the .bat just regenerates and builds with the generated solution file already.)
So i'm trying to build the patchcreator - because when I build using the .bat file the patchcreator that gets built just opens and closes. But when I open the solution file I get this:
RefinedGunz-master\cml\cml.vcxproj : error : The project file could not be loaded. Could not find file 'C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj'. C:\Users\Dan\Desktop\RefinedGunz-master\cml\cml.vcxproj
^ cml.vcxproj doesn't exist in the git so I'm not able to build it..
The text was updated successfully, but these errors were encountered: