Recent content by Optimushroom

  1. Adjusting the rate at which XP required to level increases?

    I found a 10-year old post that claims XP boundaries between levels are hardcoded, but it doesn't elaborate or offer any evidence. But as far as I can tell no one in this entire forum has ever done it, or at least no one has posted about their success, so that gives me an idea of how much effort it would probably be if it even is possible.

    https://forums.taleworlds.com/index...-of-xp-needed-to-level-up.236270/post-5650416
  2. Adjusting the rate at which XP required to level increases?

    Well, a quick ctrl+f search for "xp" in module_scripts.py later, and out of 323 results there's nothing else that looks relevant to this. If this turns out to be hardcoded, or I just can't find a way to do this, I might just adjust the attribute points and skill points per level instead. But I'll keep trying for now.
  3. Adjusting the rate at which XP required to level increases?

    Oh, so if I understand correctly: in the process of upgrading a regular troop from the party menu, the game needs to figure out how much XP it needs to give that troop, and that's what this script is for? Or something like that. Guess I'll have to keep searching for how to do what I described in the first post, then.
  4. Adjusting the rate at which XP required to level increases?

    I've been changing each of the values in the script one at a time to see what effect it has, rerunning build_module.bat each time, and so far none of them have shown any effect on how much XP the player needs to reach any given level. Do I need to change anything to make this work with the player? I looked into module_troops.py and noticed that the player troop does not have its level defined there, whereas heroes do, so maybe that might be it?
  5. Adjusting the rate at which XP required to level increases?

    Second hurdle, where can I find the implementation of get_level_boundary? The header doesn't help much, I'd like to see how that number is calculated.
  6. Adjusting the rate at which XP required to level increases?

    To elaborate on what I'm looking for and what I'm not looking for: I want to change how quickly the XP required to level up increases as your level increases, ideally only for the player and possibly heroes, but not troops. I'm aware of a couple of semi-related parameters, but these don't do...
  7. Resolved Sword mesh error

    Summary: I won this sword called The Ambassador in a tournament, but the blade starts halfway into the handle, like it's not attached to the handle properly. See screenshots. How to Reproduce: Enter tournaments with randomly generated swords as prizes, I guess. It doesn't always happen. Media...
Back
Top Bottom