Caves of Qud

Caves of Qud

More Modifiers 2
17 Comments
kp-beeferella 10 Feb, 2024 @ 2:30pm 
@bearhiderug
Updated over here, at least temporarily>> https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3156274173
bearhiderug 2 Sep, 2023 @ 9:46am 
Wonder if this could be updated relativly easily.
This is the only error being thrown.
'IDisplayNameEvent' could not be found (are you missing a using directive or an assembly reference?)
should be easy to fix if we find out how to update just that tidbit i reckon
Danetta 20 Jul, 2023 @ 5:18am 
Can someone re-upload a fixed version?
kamonwolfe 11 Apr, 2023 @ 1:54am 
If I'm only interested in the Riot prefix can I just delete all the others and edit that one? I haven't dabbled with Qud mods yet
bearhiderug 24 Dec, 2022 @ 5:05pm 
Thankyou for shareing the fixes guys.
Lets keep this up and we can maintain these ourselves before long
+1
tehretard 13 Dec, 2022 @ 8:24pm 
The below fix from Gokudera works but he left off you have to make sure the E variable remains in the function.
Open all 16 in notepad++ or code editor. Find and replace in all open documents the following.

HandleEvent(IDisplayNameEvent E)

to

HandleEvent(GetDisplayNameEvent E)

and

|| ID == GetShortDisplayNameEvent.ID;

to

;
Gokudera ElPsyCongroo 8 Oct, 2022 @ 10:30am 
To everyone subscribed here: those errors are easy to fix.

- Just open the mod folder (<your steam installation>steamapps\workshop\content\333640\2437621135)
- Open every .cs file in a code editor (Notepad will get you there most simply)
- In each file you'll only have to modify two lines:
- Replace HandleEvent(IDisplayNameEvent) by HandleEvent(GetDisplayNameEvent)
- Remove || ID == GetShortDisplayNameEvent.ID (not the entire line, just this specific text, and keep the semicolon at the end)

Then you'll be set! Most released mod errors are due to CoQ being in EA and changing some parts of their source code to make it more practical/less confusing/more performant, so they're not too bad to fix :)
alividlife 23 Aug, 2022 @ 12:57am 
Gah I want this mod. I tried my hand at the cs but I failed miserably. This mod sounds so cool and I want more modifiers.
xxxGAM1NGFARTGOD69xxx 28 Mar, 2022 @ 8:28am 
same error as below
YASD 21 Mar, 2022 @ 8:32am 
not working as of march 2022 beta, same namespace errors "ldisplaynameevent" as in chickenbones's comment
Zarkonnen  [author] 21 Nov, 2021 @ 2:39am 
I will have a poke at it.
bearhiderug 18 Nov, 2021 @ 3:08pm 
Could someone please bear the burden for us all and update this?
1984-7 27 Jul, 2021 @ 5:11am 
chickenbones 11 May, 2021 @ 5:52pm 
Not currently working. Gives namespace errors "Idisplaynameevent". Wont activate at all.
tech 2 May, 2021 @ 2:29am 
Breaks down in beta and make items uninterractable.
Hexidecimal 4 Apr, 2021 @ 2:55am 
This mod seems to cause the Disable Glimmer mod to crash and burn during character creation, along with a few other manually installed mods I found that do the same.

Disable Glimmer: https://steamhost.cn/steamcommunity_com/workshop/browse/?appid=333640&searchtext=glimmer&childpublishedfileid=0&browsesort=textsearch&section=home
Kellen 31 Mar, 2021 @ 6:57am 
Nice, I like it!