@shadowwinterknig wrote:
https://www.dropbox.com/s/25hl06115ompw0n/StrikeGroup_v2.1.2_ModCompatability.zip?dl=0
I have tried my hand at both creating a partial fix for bug 666 as well as a mod that allows multiple mods to work together.
If you are unsure what Bug 666 is, check out
If anyone has tried using 2 or more mods in a game, you may have come across issues including
- AI not working for certain races
- Ship icons not appearing
- Locale text not showing (*)
- HwRM.log being filled with familylist errors
My mod attempts to fix this by changing the following files
- AI\Default\ClassDef.lua
- Locale\LocaleDat.lua (*)
- Scripts\FamilyList.lua
- Ship\Icons\ShipIcons.lua
- UI\NewUI\UISettings.lua
For mods to work using this, they will need to include the necessary changes.
For examples of this, locate the file that needs to be changed and there should be a folder of the same name. Inside this folder is a file calleddefault.lua
. This file holds the vanilla information (And as such, should not be changed)For my partial fix of bug 666, there is a folder located at
Scripts\Scar\TargetFix
, inside is the fileDefault.lua
.
Same as the multi-mod mod, the default.lua file contains what is needed for the vanilla game.
The partial fix will only affect ships that are loaded usingaddTargetFix
from any file located in this folder.Issues
Since this mod works by using
doscanpath
, there is the possiblity that different mods may include the same filename, in which case the file from the last mod to be loaded will be used.Due to how locale works, then is a chance that different mods may use the same locale number.
Posts: 1
Participants: 1