deltaone
deltaone
has many fixes ...
Please, look on https://www.tixati.com/download/ ... Decentralized channels can contain chat / files / message board (**without creating chat servers**)
  Use this patch function, original Harmony - ok, HarmonyX - failed ... After debugger - HarmonyX decode Bge_Un_S as Bge_Un ... ``` [HarmonyPatch(typeof(MinecartDiggerHelper), "TryDigging")] static IEnumerable Transpiler(IEnumerable instructions)...
Assembly game = Assembly.Load(File.ReadAllBytes(Path.Combine(AssemblyFolder, "target.exe"))); -> get two target assembly assembly (one patched, one not) Assembly game = Assembly.LoadFile(Path.Combine(AssemblyFolder, "target.exe")); -> all ok, have one patched assembly How avoid this,...
when compress large amount of data (about 1GB) with using 7-zip.dll v16.00 / v16.04 exception is up after 2-3 program run ... **when use 7-zip.dll v9.20 exception has gone ...**...
to fix: file SevenZipCompressor.cs function private static int CommonRoot(ICollection files) add at end of function else if (files.Count == 1) { foreach (string path in files) res = Path.GetDirectoryName(path); }...