Crusader Kings III

Crusader Kings III

Daddy Pika's Cheat Menu
Diddermis May 31, 2022 @ 2:58pm
Temporary Fix for the mapmodes
1) Open buttons.gui in steam/steamapps/workshop/content/--------/2216746850/gui/shared

2) Once opened, scroll down to the following and delete it

type icon_button_mapmode = widget {
size = { 40 40 }

icon = {
size = { 100% 100% }
texture = "gfx/interface/component_masks/mask_circle.dds"

block = "mm_glow"
{
visible = yes
}

glow = {
color = { 0.93 0.65 0.45 1.0 }
glow_radius = 6

glow_generation_rules= {
glow_max_radius = 40
glow_alpha_mask = 0
glow_blur_passes = 10
glow_texture_downscale = 5.5f
glow_ignore_inside_pixels = yes
}
}

using = Animation_Glow_Pulse
}

button_round = {
size = { 100% 100% }
using = tooltip_nw

block "mm_button" {}

button_icon = {
parentanchor = center
alwaystransparent = yes
block "mm_icon" {}
}
}
}


3) Then paste the following in the place that the former mapmode options was


type icon_button_mapmode = widget {
size = { 40 40 }

block 'mm_datacontext'
{
datacontext = "[GetMapMode( 'realms' )]"
}

icon = {
size = { 100% 100% }
texture = "gfx/interface/component_masks/mask_circle.dds"

block = "mm_glow"
{
visible = "[IsMapMode( MapMode.GetKey )]"
}

glow = {
color = { 0.93 0.65 0.45 1.0 }
glow_radius = 6

glow_generation_rules= {
glow_alpha_mask = 0
glow_blur_passes = 15
glow_texture_downscale = 5.5f
glow_ignore_inside_pixels = yes
}
}

using = Animation_Glow_Pulse
}

button_round = {
size = { 100% 100% }
using = tooltip_nw

onclick = "[SetMapMode( MapMode.GetKey )]"
down = "[IsMapMode( MapMode.GetKey )]"
tooltip = "[MapMode.GetDesc]"

block "mm_button" {}

button_icon = {
parentanchor = center
alwaystransparent = yes
down = "[IsMapMode( MapMode.GetKey )]"
texture = "[MapMode.GetIcon]"

block "mm_icon" {}
}
}
}


4) And now the mapmode buttons are back and working, I don't know if it breaks anything in the mod as I haven't tested it much yet.
< >
Showing 1-8 of 8 comments
patrickleonard406 May 31, 2022 @ 6:32pm 
I tried. took me Forever to find the proper file location and now I cant open buttons.gui for anything. with anything. Im just not savvy enough for this type of fix, Daddy Pika, where are you?!
Morbid Views May 31, 2022 @ 7:29pm 
good stuff.
Morbid Views May 31, 2022 @ 7:38pm 
Originally posted by patrickleonard406:
I tried. took me Forever to find the proper file location and now I cant open buttons.gui for anything. with anything. Im just not savvy enough for this type of fix, Daddy Pika, where are you?!

https://gofile.io/d/P5UMXi

Theirs the file you need. Its already been fixed, so you don't have to do it. put it in the steam/steamapps/workshop/content/--------/2216746850/gui/shared folder.
musicallie44 Jun 1, 2022 @ 5:33am 
Thanks for the fix!
Rabbit Jun 1, 2022 @ 11:41pm 
idk if this was the case prior but when i try to consecrate bloodline or whatever (the good congenital traits one) it breaks the menu and i cant close it
Savollx Jun 4, 2022 @ 4:50am 
It broke the event windows for me
Ren Hoek Jun 4, 2022 @ 6:42am 
i don´t know i have downloade the fix one but it don´t work?

can somebody please help me?
eagle Jun 8, 2022 @ 9:35am 
Originally posted by Morbid Views:
Originally posted by patrickleonard406:
I tried. took me Forever to find the proper file location and now I cant open buttons.gui for anything. with anything. Im just not savvy enough for this type of fix, Daddy Pika, where are you?!

https://gofile.io/d/P5UMXi

Theirs the file you need. Its already been fixed, so you don't have to do it. put it in the steam/steamapps/workshop/content/--------/2216746850/gui/shared folder.


Thank you
< >
Showing 1-8 of 8 comments
Per page: 1530 50