SP Tutorial Module System Complete Guide to Adding Factions

Users who are viewing this thread

Anyone else getting an error in the compiler whenever they add a new faction? Like this:

Code:
Loading module... FAILED.
MODULE `presentations` ERROR:
Traceback (most recent call last):
  File "compile.py", line 127, in <module>
    from module_presentations import *
  File "E:\SteamLibrary\steamapps\common\MountBlade Warband\Modules\East of Calradia\source\module_presentations.py", line 8777, in <module>
    (troop_set_slot, "trp_temp_array_b", 9, factions[fac_player_supporters_faction][6]),
IndexError: tuple index out of range


COMPILATION FAILED.

Is there a fix to this?

Edit: nvm I started over.
 
Last edited:
Back
Top Bottom