Caves of Qud

Caves of Qud

53 ratings
Unlimited Max Mutation Level
   
Award
Favorite
Favorited
Unfavorite
Character: Mutation
File Size
Posted
Updated
65.516 KB
3 Jun, 2022 @ 10:31am
3 Jun, 2022 @ 10:38am
2 Change Notes ( view )

Subscribe to download
Unlimited Max Mutation Level

In 1 collection by Cantorsdust
Cantor's CoQ Collection
5 items
Description
This mod removes (or rather sets to 1 million) the limit you to which you can raise levelable mutations like Carapace, Regeneration, or Sunder Mind. This limit is 10 in the vanilla game, not counting bonuses like rapid advancement for physical mutations or ego for mental mutations. Note that this mod does not remove the second limit, which is mutations cannot be more than your level / 2.

This is not balanced; this is just for personal preference.

For modders, this is a Harmony patch for the function GetMaxLevel found in Assembly-CSharp.dll, XRL.World.Parts.Mutation, BaseMutation.cs.

For other modders if desired it would be trivial to also make the equivalent mod to remove the 1/2 level limit, would need to patch the function GetMutationCapForLevel in the same file using similar methods.

This was made for beta version 2.0.203.39. So long as there are no significant changes to this specific code, the patch should continue to function after updates.
5 Comments
BLM's Strongest Warrior 22 Jan @ 2:23pm 
It did not stop working for me.
Gniwu 22 Dec, 2024 @ 11:38am 
I think this mod might have stopped working, now that version 1.0 of Qud has come out. All my mutations are capped at level 10, even though the character itself is at level 30 (so their maximum mutation level should be 15).
Raeyunred 17 Dec, 2023 @ 3:20pm 
@Kazeck
There is another mod 'mutation rank gone' that does this, now
Kazeck 26 Mar, 2023 @ 9:56pm 
I know nothing about modding, so I am asking, begging, that you make the mod for removing the 1/2 level limit!
IllegibleScream 9 Feb, 2023 @ 2:18pm 
How difficult would it be to make a mod that changes the MutationCapForLevel to one that scales on a small equation? Something like (PlayerLevel * 1.8) - 6, so that early on you're encouraged to branch out but after a few levels you can just tear up the mutation ranks.