Farthest Frontier
0 of 0

File information

Last updated

Original upload

Created by

dm_dev

Uploaded by

dmdevelop

Virus scan

Safe to use

49 comments

  1. blitstop
    blitstop
    • member
    • 0 kudos
    Can anyone post a finished table, with something in between?
    1. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      I have added an example config which sets all drops to 100% to the git here.
      Feel free to start from there to set the drops as you like.
    2. karving47
      karving47
      • member
      • 0 kudos
      i would ping this one with the instruction to make it "read only" 

      Melon Loader 6.2 does add  " " " " everywhere and make it not work but using the provided config and making it read only fixes it
    3. UnrealTairo
      UnrealTairo
      • supporter
      • 2 kudos
      Ya I'm not sure what's going on. 
      I had originally got it working again in 9.3 by deleting the config

      Now in 9.4D it stopped yet again. Also still on melon 6.1

      Downloaded the example cfg above > set to read only > still no drops. Ugh lol.

      Edit: Disregard, I'm an idiot and didn't notice the march update. TY!
  2. thedadinator
    thedadinator
    • member
    • 0 kudos
    I like the mod. Can you make it so hunters, guards, and soldiers drop their weapons on death?
    1. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      Hi, glad you like it!
      The feature you asked for is part of my new mod: CombatTweaks, feel free to check it out :)
    2. thedadinator
      thedadinator
      • member
      • 0 kudos
      Awesome. Thanks!
  3. Nacka
    Nacka
    • premium
    • 0 kudos
    With 9.2a it no longer works. Thanks
  4. jann555
    jann555
    • member
    • 0 kudos
    Everything works well. Thank you.
    1. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      thank you, glad to hear it!
  5. sniperdown123
    sniperdown123
    • member
    • 0 kudos
    change config didn't made anything different.cant make a difference with the number of item nor the type of item.it just dont work.
    1. RaeRaen
      RaeRaen
      • member
      • 0 kudos
      Do you also get some message in MelonLoader along the lines of

      Error while Loading Preferences from UserData/RaidersDropLootConfig.cfg: Tomlet.Exceptions.MissingIntermediateInTomlTableArraySpecException: Missing intermediate definition for "RaidersDropLoot.Archer".Table in table-array specification on line 14. This is undefined behavior, and I chose to define it as an error.
      at Tomlet.TomlParser.ReadTableArrayStatement(TomletStringReader reader, TomlDocument document) in /_/Tomlet/TomlParser.cs:line 911
         at Tomlet.TomlParser.Parse(String input) in /_/Tomlet/TomlParser.cs:line 65
         at Tomlet.TomlParser.ParseFile(String filePath) in /_/Tomlet/TomlParser.cs:line 30
         at MelonLoader.Preferences.IO.File.Load() in D:\a\MelonLoader\MelonLoader\MelonLoader\Preferences\IO\File.cs:line 84
         at MelonLoader.MelonPreferences.LoadFileAndRefreshCategories(File file, Boolean printmsg) in D:\a\MelonLoader\MelonLoader\MelonLoader\Preferences\MelonPreferences.cs:line 313
      Defaulting UserData/RaidersDropLootConfig.cfg to Fallback Functionality to further avoid File Corruption.


      ? Been trying to wrap my head around whether this is a mod issue or a mod loader thing, anyone any ideas?
    2. sniperdown123
      sniperdown123
      • member
      • 0 kudos
      could it be the name archer?perhaps there isn't such thing named as archer in game proflie
    3. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      hey, sorry for the late reply, pretty busy atm.
      this (again-.-) seems to be some problem with TOML, which I can't really do anything about, because TOML is how MelonLoader wants to have configs formatted...

      Some thoughts though:
      1) Setting values for the archer's loot works fine for me. so it should not be a categorical problem with the archer as such
      2) have you guys tried to delete (or move somewhere else for backup) your config files to let the mod regenerate a clean one?
      2.1) if no: please do so, to test if everything works with "vanilla" mod settings
      2.2) if yes, you could start from the "vanilla" settings and change things bit by bit, to see when it breaks
      3) you can also post your configs, then I can have a look if I see any errors

      Cheers,
      DM
    4. a304047349
      a304047349
      • member
      • 0 kudos
      The configuration file automatically generated by MelonLoader 0.6.2 contains many quotation marks. Delete these quotation marks
      For example: [["RaidersDropLoot.Archer".Table]] -> [[RaidersDropLoot.Archer.Table]]
    5. UnrealTairo
      UnrealTairo
      • supporter
      • 2 kudos
      Just deleting the cfg's for all mods fixed it for me. (On 0.9.3p4)

      I had to go back to 6.1 melon though, 6.2 CTD's the game on launch, and the nightly melon disabled all the mods. 
      All good now 
  6. Sskey56
    Sskey56
    • premium
    • 0 kudos
    I have an issue, getting this from melonloader:

    - 'RaidersDropLoot' is missing the following dependencies:
        - 'Assembly-CSharp' v0.0.0.0
        - 'UnityEngine.CoreModule' v0.0.0.0
    [16:23:30.122] ------------------------------
    [16:23:30.122] RaidersDropLoot v2.0.1
    [16:23:30.122] by DM
    [16:23:30.122] Assembly: RaidersDropLoot.dll
    [16:23:30.122] ------------------------------
    [16:23:30.123] ------------------------------
    [16:23:30.123] 1 Mod loaded.

    no config file appearing either.
    Any tips/advice ?
    1. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      I think this is a melon loader issue.
      Are you running MelonLoader v0.6.1?
    2. Sskey56
      Sskey56
      • premium
      • 0 kudos
      Yes using v0.6.1
    3. dmdevelop
      dmdevelop
      • member
      • 0 kudos
      you might be missing the dotnet 6.0. runtime, which is required for using MelonLoader with Il2Cpp games.
      You can check what you have installed on the windows console (cmd) via dotnet --list-runtimes

      If you don't have it, install the .NET Desktop Runtime 6.0.25, I hope that does the trick!
    4. Helvatin
      Helvatin
      • member
      • 0 kudos
      I had this issue it was McAfee putting the files in quarantine I had to restore the files then whitelist the files.
  7. CrankerX
    CrankerX
    • supporter
    • 2 kudos
      When a  camp raider gets killed by Boar or wolf they do drop stuff and my people try to go get it. only problem is they will travel all the way across the map to go get it.Which means they get killed either by animals or the raiders at the camp.The older version of mod would also do this,but  only if my town was near any raider camp.New version sends them no matter how far away I am.
  8. Superman2146
    Superman2146
    • member
    • 0 kudos
    Just a heads up all the items are being left on the ground and nobody is picking them up, if i activate towers then it seems they will pick up weapons and stuff but the rest is just being left 
  9. whxwwt
    whxwwt
    • member
    • 0 kudos
    leathercoat, weapon, heavyweapon, bow, crossbow, arrows, platemill, smoked meat, these items are not droped.
    gold, shield, shoes, hauberk, linen clothes, these items are droped normally.
    (drop rates are all set to 100)
  10. Jakob20012
    Jakob20012
    • member
    • 0 kudos
    Why no one is picking up the dropped items ? they just left on the ground