0 of 0

File information

Last updated

Original upload

Created by

Aidanamite

Uploaded by

Aidanamite

Virus scan

Safe to use

Tags for this mod

25 comments

  1. Ludovic351
    Ludovic351
    • member
    • 0 kudos
    How do i change the spawn chance of corrupted/empowered ennemy (or just the spawn rate)
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      in the constants, they're refered to as "champion" enemies.
      there's a bunch of values related to them. the one you're after is "championProb" and "championProbAtNight"
  2. stop50
    stop50
    • member
    • 1 kudos
    i  tried multiple things to get the mod running. neither the plugins nor the patchers directory seem to work. I can see the message in the LogOutput.log that says that the mod is loaded, but no constants.json file is created.

    i use the gog version with the between demensions DLC.

    Has anyone an idea what may be wrong with my setup?
    Other mods are loaded without problems.
    1. stop50
      stop50
      • member
      • 1 kudos
      found it. due of an bug with the path it is called game\constants.json on my linux system(linux and macos use / as an path seperator)
  3. Fireswing191
    Fireswing191
    • member
    • 0 kudos
    i find the file which is the constansdll. and all that, when i change the values i want and load the game they don't apply. am i doing this wrong?
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      it's not a dll. it's a json file
  4. Jeriko67
    Jeriko67
    • premium
    • 2 kudos
    Is it possible to change backpack size with this mod
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      the constants file contains an entry for the backpack size and "pockets" size.
      i have not found any effect from the backpack size
      the "pockets" size affects how much of the inventory is kept on death.

      to answer the question, as far as i can tell, no there is no way to increase the size of your backpack using the constants file
  5. AnimatorOfSouls
    AnimatorOfSouls
    • member
    • 0 kudos
    Ty for making this mod :)

    If anyone else is like me and hates the Wanderer, I believe the line you want to edit is "wandererTimeToAppear" (line 409).

    For removing curses (I didn't figure it out :<):
    I think the values in "woodChestItemEffectProbabilities" correspond to probabilities of which curse is applied to a cursed object:
    ["top or bottom of bag", "left or right of bag",
    remain hidden in the dungeon,
    destroy artifact curse/destroy artifact,
    "top or bottom of bag", "left or right of bag",
    artifact in the direction shown becomes this artifact]

    Modifying "itemEffectGenerationPobability" doesn't seem to do anything
  6. f0rbin
    f0rbin
    • member
    • 0 kudos
    is there any way to remove curses from items in chests with this?
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      iirc the "curse probability" is controlled by the constants file so, yes i believe you can
    2. angyalalex
      angyalalex
      • member
      • 0 kudos
      Have you figure it out how can you do it?
    3. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      With the mod installed, there will be a file in the game's install folder called "constants.json". open that file in Notepad or a json viewer or something and you will see a big list of values that you can change. the values that i believe modify the change of curses are the ones that end with "EffectProbabilities" and "EffectProbability". I can see 9 values in the file that seem to affect the chances. mainly it seems to be the chance of an Effect then the chance of it being a Good Effect.
  7. mikalw22
    mikalw22
    • member
    • 0 kudos
    I love your mods, I'm wanting to make some myself but there's no tutorials or anything I've found for modding. Keep up the good work! 
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      maybe i should publish a template project for people to use for making their own mods :D
  8. nhoxsamsad
    nhoxsamsad
    • member
    • 0 kudos
    How can i change the stack size ?
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      item stack sizes aren't controlled by the game's constants file so you can't change it with this mod
  9. Caixse
    Caixse
    • member
    • 0 kudos
    hello, could someone tell me what kind of values ??can be changed with this mod?
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      there's a lot of different values. the mod doesn't edit the values directly, the game loads a bunch of values from a file, this mod lets you replace the values in that file.

      the values include things like the number of rooms on each floor of the dungeon, loot tables/chances, spawn chances of certain things, min/max values, weapon cooldowns, to name a few
  10. temakixai
    temakixai
    • supporter
    • 0 kudos
    I'm having fun going through all the options now and tweaking thigns. Can I ask though, there's one option which is DeveloperEnabled and is set to False. What happens if you set it to True?
    1. Aidanamite
      Aidanamite
      • premium
      • 36 kudos
      no idea, the game has a set of "contants" in its data and this mod lets you replace them. i don't know what all the settings do if all of them even do something. there very well could be a bunch of settings that don't do anything