0 of 0

File information

Last updated

Original upload

Created by

Mharius

Uploaded by

Mharius

Virus scan

Safe to use

Tags for this mod

15 comments

  1. boosebear
    boosebear
    • member
    • 0 kudos
    Please update whenever possible along with other currency mods , none of them work since the new update .
  2. filipmolnar
    filipmolnar
    • member
    • 1 kudos
    I made another edit:

    ConsumableData.MetaCardPointsCommonDrop.AddResources.MetaCardPointsCommon = 20
    ConsumableData.MetaCardPointsCommonBigDrop.AddResources.MetaCardPointsCommon = 40
    ConsumableData.MemPointsCommonDrop.AddResources.MemPointsCommon = 40
    ConsumableData.MemPointsCommonBigDrop.AddResources.MemPointsCommon = 80
    ConsumableData.MetaCurrencyDrop.AddResources.MetaCurrency = 200

    Yours is missing the double reward rooms, this adds the two lines for those in the 4X version
  3. filipmolnar
    filipmolnar
    • member
    • 1 kudos
    Hey Mharius,

    your code is wrong.

    ConsumableData.MetaCardPointsCommonDrop.AddResources.MetaCardPointsCommon = 20
    ConsumableData.MemPointsCommonDrop.AddResources.MetaCardPointsCommon = 40
    ConsumableData.MetaCurrencyDrop.AddResources.MetaCardPointsCommon = 200

    this is from the X4 version, but IIRC all versions are like this. It doesn't work as intended.

    Here is the fixed version:

    ConsumableData.MetaCardPointsCommonDrop.AddResources.MetaCardPointsCommon = 20
    ConsumableData.MemPointsCommonDrop.AddResources.MemPointsCommon = 40
    ConsumableData.MetaCurrencyDrop.AddResources.MetaCurrency = 200

    I haven't checked with bones. But I guess it will work.
    1. Mharius
      Mharius
      • premium
      • 899 kudos
      Good catch, I fixed it.
  4. TheGaymer
    TheGaymer
    • BANNED
    • 3 kudos
    Can you please add a "Mod Importer" ver ?
    (And delete the "Max Mana provides 50 coins + a tiny heal" effect)
    1. XanGallus
      XanGallus
      • supporter
      • 0 kudos
      same would also like mod importer version don't mind the 50 coins and heal tho but that's just me
    2. Mharius
      Mharius
      • premium
      • 899 kudos
      I updated it for the mod importer. Might include the mana changes as a separate option, if people even care for it.
  5. Vortigo
    Vortigo
    • member
    • 0 kudos
    Hi, I noticed that the x4 rewards has the same amount as x3. Could that be fixed?

    Thanks for the mod!
    1. Mharius
      Mharius
      • premium
      • 899 kudos
      Good catch, I uploaded the correct X4!
  6. darkyy92
    darkyy92
    • premium
    • 0 kudos
    What do you mean with "Max Mana"? The drops where you get Mana?
    1. Mharius
      Mharius
      • premium
      • 899 kudos
      Indeed.
  7. gkwlgns
    gkwlgns
    • member
    • 0 kudos
    What is the exact effect? It's called a meta currency, but I'm not sure what effect it has, whether it's increasing the drop rate or the number of currencies that drop. Can you tell me more about what the exact effect is?
    1. Mharius
      Mharius
      • premium
      • 899 kudos
      You get X amount more of it.
  8. LRevolution
    LRevolution
    • premium
    • 35 kudos
    Hello, thanks for sharing this mod with the community! For your interest:

    • We have an official Discord for the modding community at https://discord.gg/KuMbyrN, feel free to join us and advertise your mod or chat on technical stuff with other modders
    • We have a framework for modding in dedicated files separate from the game files, which notably helps to:

      • Make your mod resistant to game updates (should be much easier for you to maintain over time especially during Early Access, as there might not even be a need to make any update on your side when the game updates)
      • Allow compatibility with other mods (multiple mods can co-exist and edit the same files, contrary to when editing the game files directly)

    Of course we'd like to strongly encourage you to consider porting your mod to this framework, because the more mods using it the merrier for everyone, both users and modders.
    1. Mharius
      Mharius
      • premium
      • 899 kudos
      Sounds interesting, I'll be sure to check it out.