ROM Hack RELEASE Extremely Basic Super Mario Party Save Editor

  • Thread starter Thread starter SubstituteCS
  • Start date Start date
  • Views Views 12,513
  • Replies Replies 17
  • Likes Likes 4
so after 20 minutes I am now here:



how to build it from there? any help is highly appreciated!

UPDATE: It just won't compile for me ;(
 
Last edited by naddel81,
so after 20 minutes I am now here:



how to build it from there? any help is highly appreciated!

UPDATE: It just won't compile for me ;(
Just try to open the "MarioPartySaveEditor.sln", wait for Visual Studio to open fully, and then press start. You are currently trying to execute the "current file" which is the project configuration, so that won't work.
And rather than just executing it, you should properly build it in "release" mode and publish it somewhere according to your needs.
 
Last edited by thmo_,
  • Like
Reactions: naddel81
Just try to open the "MarioPartySaveEditor.sln", wait for Visual Studio to open fully, and then press start. You are currently trying to execute the "current file" which is the project configuration, so that won't work.
And rather than just executing it, you should properly build it in "release" mode and publish it somewhere according to your needs.

gave me errors trying to build it. does it work for someone else here?
 
  • Like
Reactions: thmo_
gave me errors trying to build it. does it work for someone else here?
Could you please elaborate what kind of errors with the error message, or post the log?
I was able to build and run it (in debug mode). I just cloned the repo, and launched the solution file, then ran it as it was.
 
Could you please elaborate what kind of errors with the error message, or post the log?
I was able to build and run it (in debug mode). I just cloned the repo, and launched the solution file, then ran it as it was.
it gave me the errors that certain files where not present in the folder, but I cloned the github and extracted all the files.
 
it gave me the errors that certain files where not present in the folder, but I cloned the github and extracted all the files.
Did you restore any NuGet packages? I didn't check if there were any dependencies or not, but I guess that would be a common error. (My Visual Studio is configured to do this automatically, which I think is not default behaviour)

Edit: Just checked, there are two NuGet packages referenced: ControlzEx and MahApps.Metro
Did you restore the packages?
 
Last edited by thmo_,
  • Like
Reactions: naddel81
Did you restore any NuGet packages? I didn't check if there were any dependencies or not, but I guess that would be a common error. (My Visual Studio is configured to do this automatically, which I think is not default behaviour)

Edit: Just checked, there are two NuGet packages referenced: ControlzEx and MahApps.Metro
Did you restore the packages?
I have no clue how to do that. my install of visual studio did not suggest or ask for that. could you release your file, please?
 
I have no clue how to do that. my install of visual studio did not suggest or ask for that. could you release your file, please?
You can setup visual studio so it downloads missing dependencies (link to microsoft). Or just right click the project, go to "Manage NuGet-Pakackes" and download the two dependencies. Alternatively you can just use the NuGet command line tool (link)

Not sure if I'm allowed to publish the compiled version of it, OP should rather do it.
 
Last edited by thmo_,
  • Like
Reactions: naddel81

Site & Scene News

Popular threads in this forum