Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If I remember right, there was only really one big version change for this mod, and I think it was at version 1.9
@curetonissac Maybe AGOT has a bad mod for the debug menu? Would be curious if booting up debug mod without this mod (like with the command line argument) causes the same crash. If it's not that, the only other option would be AGOT somehow using the Encyclopedia for load-bearing code... and I hope they didn't do that
@strafe I'll add a little blurb about 1.5 in the description
I don't have a public repo anywhere with past versions, but the changes have always just been copying in the same button to an updated encyclopedia. You should be able to make a new mod (or start with a copy of this one), copy in your target CK3's version of jomini_encyclopedia.gui, then just add a new hbox above the name = "main" hbox:
hbox = {
margin = { 0 10 }
button_primary = {
text = "Toggle Debug"
onclick = "[ExecuteConsoleCommand('debug_mode')]"
shortcut = "screenshot"
}
}
@Dusty, regarding past versions: I believe you can download them through Steam. Just click on "( view )" next to the "X Change Notes" in the description, and you can revert to any version there.
2/2
Ironman disables the method I'm using to toggle debug mode, which is by executing the console command "debug_mode" -- the same thing that the "Debug Mode" button does in the game's debug console. Both my mod and the debug console will throw the error, "No Console commands in ironman!" if you try to toggle debug mode on. In fact, not a single button on the entire console works when Ironman is on, displaying that same error.
My guess is that this was changed in the last patch, but I never use Ironman with mods, so I don't actually know how much was available in the first place. I'll check the forums and other mods for an alternative way to toggle debug mode, but my first look through the code wasn't very promising. For now, Ironman just isn't supported. :(
1/2
Pressing F10 brings up the encyclopedia, and the debug buttons is at the top.
New Hotkey Combo: F10 -> F11 -> F10