Morrowind
0 of 0

File information

Last updated

Original upload

Created by

Stripes

Uploaded by

NoUsernamesNotTaken

Virus scan

Safe to use

2 comments

  1. theRascal77
    theRascal77
    • member
    • 0 kudos
    Has anyone had this issue of the mod not initializing? I'm getting this error:

    [LuaManager] ERROR: Failed to run mod initialization script 'rations ashfall interop.main':
    .\Data Files\MWSE\mods\rations ashfall interop\main.lua:10: malformed number near '0s_rations_00'
    1. Nibenon76
      Nibenon76
      • member
      • 14 kudos
      The game gives me the same error while loading.

      It seems that the code within [MWSE\mods\rations ashfall interop\main.lua] is correct (I compared it to the similar code from main.lua of the Taddeus' Foods of Tamriel mod, which works flawlessly for me). So my wild guess is that MWSE Lua doesn't like initial numbers in IDs (in our case in 0s_rations_00, 0s_rations_01, 0s_rations_02 etc) and treats them as values to be dealt with and not as a part of a registered ID. You can distinctively see it if you open [MWSE\mods\rations ashfall interop\main.lua] in Notepad++ - all initial zeros in the IDs are orange colored as values.

      Perhaps if you change the IDs to those without initial numbers it will help to get rid of the error.