Mod articles
-
Bat Files - An Alternate Solution
BAT MODS
Premade copies of the files mentioned in this article are available for download under Miscellaneous files: Here
A lot of mods are currently installed via bat files, which are called via ini edits.
However, the way I'm seeing people recommend installing multiple of these mods together is bugged.
A lot of instructions say to chain the mod bat files in a manner such as this:
sStartingConsoleC ommand=bat mod1; bat mod2; bat mod3
THIS DOES NOT WORK
The reason this does not work isn't entirely clear. But the issues are easy to reproduce, where commands are seemingly randomly skipped.
Instead, I recommend the following for installing bat mods:
Instead of calling all the bat files at once, we will call a sin...