Skip to content
New issue

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

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

Already on GitHub? # to your account

ConsoleTests are broken #10

Open
miere43 opened this issue Mar 24, 2016 · 0 comments
Open

ConsoleTests are broken #10

miere43 opened this issue Mar 24, 2016 · 0 comments

Comments

@miere43
Copy link
Contributor

miere43 commented Mar 24, 2016

When you look at PapyrusDotNet.ConsoleTests Program.cs file, you see this:

public static void Decompile_FollowersScript()
        {
            var asm = PapyrusAssemblyDefinition.ReadAssembly(
                @"C:\Users\Karl\Downloads\exampleBad\test.pex");
private static void DecompileAllFallout4Scripts()
        {
            var folder = @"D:\Spel\Fallout 4 Scripts\scripts\";
 private static void ReadAndWritePex()
        {
            var drive = "d";
            var dir = @":\Git\PapyrusDotNet\Examples\Fallout4Example\bin\Debug\";
            var targetFolder = drive + dir;

Obviously these will not compile for anyone else than you.

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

No branches or pull requests

1 participant