deltaone

Results 6 issues of deltaone

Please, look on https://www.tixati.com/download/ ... Decentralized channels can contain chat / files / message board (**without creating chat servers**)

![2023-03-26_222846](https://user-images.githubusercontent.com/822865/227796952-995db023-ec56-40c3-aed0-c3c416aeb53f.png) ![2023-03-26_222902](https://user-images.githubusercontent.com/822865/227796960-35abf1d0-88d1-44b8-aa79-f0542533ccd3.png) 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); }...