Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled .exe #12

Open
Yogg45 opened this issue May 22, 2020 · 6 comments
Open

Compiled .exe #12

Yogg45 opened this issue May 22, 2020 · 6 comments

Comments

@Yogg45
Copy link

Yogg45 commented May 22, 2020

Hello there. Would somebody mind uploading a compiled exe for the Link evolution tool. I'm unable to compile it with Visual Studio, because it its quite the heavy space program and my internet isn't good at all. Any help would be appreciated.

@pixeltris
Copy link
Owner

There are compiled files on the releases page https://github.com/pixeltris/Lotd/releases

@Yogg45
Copy link
Author

Yogg45 commented May 23, 2020

Thank you for the quick reaction. And is it possible to get it working on pirated versions ?

@pixeltris
Copy link
Owner

This code would need to be changed to point to the path of where the yugioh game is located. This isn't something I'm personally going to add so you'll need to change it yourself / compile it.

public static string GetInstallDirectory(GameVersion version)

@Yogg45
Copy link
Author

Yogg45 commented May 23, 2020

The problem is that i can't get Visual Studio for the reasons i stated in the original post, and in addition i have honestly no clue how exactly to do the changes that you suggested. Sorry if I'm annoying you.

@pixeltris
Copy link
Owner

You can compile it with MSBuild (comes with .NET runtime), something like:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe C:\Lotd\Lotd.sln

You would want to change GetInstallDirectory to do the following:

public static string GetInstallDirectory(GameVersion version)
{
    return "C:/your_yugioh_install_directory/";
}

@Yogg45
Copy link
Author

Yogg45 commented May 23, 2020

Sorry for spamming but I apparently am unable to understand how to proceed. I inputted the upper command you posted, but then afterwards i'm utterly confused. I have no compiling or coding experience. Sorry for annoying you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants