PapyrusDotNet
PapyrusDotNet copied to clipboard
ConsoleTests are broken
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.