Ignore:
Timestamp:
Aug 13, 2014, 4:52:22 PM (10 years ago)
Author:
alloc
Message:

Fixes: Changed to a single solution for both patcher + fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/assembly-patcher/Main.cs

    r107 r115  
    2626                        playerDataPatch (module);
    2727
    28                         module.Write ("Assembly-CSharp.dll");
     28                        module.Write ("Assembly-CSharp.patched.dll");
    2929                        Console.WriteLine ("Done");
    3030
     
    3737                        addHook (type, "Run", true, 0, true, typeof(ConsoleOutputSeparator).GetMethod ("C_Run"));
    3838                        replaceMethod (type, "SendResult", true, 1, typeof(ConsoleOutputSeparator).GetMethod ("C_SendResult"));
    39 
    4039                }
    4140
Note: See TracChangeset for help on using the changeset viewer.