-
I have a mod that is doing lots of little things, some simpler than others and some more flexible than others.
Example: my mod can tune roll correction strength, and by default half its correction.…
-
Currently load order is done in rounds and the first mod to be loaded "wins" any conflicts. Also, there is not yet a way to specify load order.
A better solution would maximize number of loaded mod…
-
The most common fail state of mods that causes an infinite load is that something from `DataManager` was requested and wasn't present, generally in this `RequestDependency` method. The return value, i…
-
I found some issues in the load order calc, I think i repaired them but I cant test all corner cases.
I'll try to add unit testing to the project.
-
Hello,
I found an issue with the latest version of BattletechPerformanceFix 1.2.3 (didn't check other version).
When you create a new custom campaign and check the Skip Prologue option if you have e…
-
found the solution we need, JSONPath
```
var o1 = JObject.Parse(json);
var o2 = JObject.Parse(json2);
var path = "client.spouse";
o1.SelectToken(path).Replace(o2.SelectToken(path));
var pa…
-
Hi @janxious
I've been trying to brute force my way through a RogueTech installation on MacOS this morning, but unfortunately am up against a wall with the 0.5.0 Injector release (both the BTML & …
-
Mod errors out with the following log.txt:
================================================================================
Message: Could not find file "C:\Program Files (x86)\Steam\steamapps\com…
-
I'd like to use some Quality of Life mods like _Firing Line Improvements_.
I skimmed through some MacOS issues, but does anybody know how to make mods work with Battletech Linux Beta?
EDIT - Fou…
-
outis logs
[BTModLoader.log](https://github.com/m22spencer/BattletechPerformanceFix/files/2279146/BTModLoader.log)
[BattletechPerformanceFix.log](https://github.com/m22spencer/BattletechPerformanceF…