Mount & Blade II: Bannerlord

Mount & Blade II: Bannerlord

View Stats:
Rook Jul 24, 2023 @ 12:09pm
[INFO] "module_name" depends on Native(-1,-1,-1), et al
These are warning messages and result from the mod writer not including or not updating the SubModule.xml file accordingly.

The correct line to include is:
<DependedModule Id="Native" DependentVersion="v1.1.5" Optional="false"/>

Many modders use the minimal line which only includes the Id attribute. This causes the (-1,-1,-1) warning message.

Modders that use the correct line may have been working with an older version and just need to update the SubModule.xml file to make the warning messages go away.

In many cases, you can ignore these warnings and keep playing.

If you get these warnings and your game crashes, you should probably disable that mod and check with the author.
< >
Showing 1-2 of 2 comments
Rhok Gehrig Jul 24, 2023 @ 1:47pm 
ooooo... that Optional="false" makes it just OK to do its thing without warnings?? I have been manually rewriting all the versions :(
Rook Jul 24, 2023 @ 2:02pm 
It's the version entry that makes the warnings go away.

I would have to test to confirm, but I'm pretty sure that Optional="false" means that you can't load the game if something is wrong with the DependedModule that is named.
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jul 24, 2023 @ 12:09pm
Posts: 2