Results 1 to 5 of 5

Thread: userscript txt for multiple mods

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default userscript txt for multiple mods

    So i downloaded the radious mods, put them into the correct data folder and when i tried to open the mod manager, i got an error. the error said

  2. #2

    Default Re: userscript txt for multiple mods

    "unhandled exception (couple lines lower) Value cannot be null. Parameter name:path 1"

  3. #3

    Default Re: userscript txt for multiple mods

    so then i tried to use another method, userscript. i typed in one of the mods and it worked fine. then i added another line for another mod and this time the second mod didnt work. i then replaced the 2nd mod (line 2) with the one that worked (line 1) and #2 worked fine. for some reason, its not reading past line 1 for mods. can anyone please help? this is what im typing: mod "xxx_xxx_xx.pack"
    mod "xxx_xx_xxxx.pack"

  4. #4

    Default Re: userscript txt for multiple mods

    (sorry for the many replies, i cant find an edit button) they are stacked ontop of eachother like this
    "mod xxx_xxx.pack"
    "mod xxxx_xxx_xx.pack"

  5. #5

    Default Re: userscript txt for multiple mods

    Try
    mod "mod_name_1.pack";
    mod "mod_name_2.pack";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •