Crusader Kings III

Crusader Kings III

Daddy Pika's Cheat Menu Fix
Showing 31-40 of 44 entries
< 1  2  3  4  5 >
Update: 23 May, 2023 @ 4:01am

Removed scripted_guis folder and enclosed dp_scripted_gui.txt variables within the mod were spamming errors to the error log and nothing within the file was used by the mod.

Edited dp_char_editor.txt events file at dp_char_editor.47 to add and remove all of the available special traits the mod added, rather than only doing immortal, 100_stat_man, and nnn_challenger. Added set_immortal_age to the option, as it wasn't there before and would allow the immortal character to visually age. Also redid the code itself so it would only attempt to remove traits that a character has, rather than blanket removing traits that a character might not have. (This doesn't seem to matter too much, but it was a good test case.)

I may attempt to move all the logic of this menu option to an effect that would be called by the event, as this seems to be common practice for other char_editor events.

Update: 22 May, 2023 @ 8:41pm

Added new localization items to additional languages.

Update: 22 May, 2023 @ 8:08pm

Edited DP_present_effects.txt to remove several innovations that were no longer present in the game and would cause the game to crash if called.

Update: 22 May, 2023 @ 7:11pm

Added Russian, Chinese, and Spanish localization.

Update: 22 May, 2023 @ 6:01pm

Fully implemented dp_char_editor_go_back_modifier in DP_general_page_effects.txt and dp_char_editor.txt

Added add more and go back button functionality in dp_char_editor.999 utilizing above effect.

Added remove_all_go_back_event_flags effect in DP_modifier_effects.txt to aid in functionality.

Commented out all remove_*_modifier_pgs effect calls from within the various modifier options, they only need to be called when the back button is pressed.

Commented out all add_character_flag lines in dp_char_editor_go_back_modifier in DP_general_page_effects.txt as it would force you to return to pg_1 when going back, when commented out it allows you to return to the saved pg number and return to the same place you were before. If these aren't commented out and you do comment out the remove_*_modifier_pgs from above, you could create a situation where you have multiple pages being called, causing the options to overflow off the event window, as before.

Fixed two typos that were calling remove_health_modifier_pgs when they should have been calling remove_prestige_modifier_pgs (Completely pointless as I commented them out, but I thought it was funny)

Update: 21 May, 2023 @ 10:45pm

Removed interaction_manage_titles.gui file as it seems redundant / isn't fully realized.

Update: 21 May, 2023 @ 10:20pm

Edited the scope of the back option in the dp_char_editor.50 event to properly call remove_modifier_pgs when editing someone other than the player character.

Update: 21 May, 2023 @ 4:38pm

Fixed a typo involving a missing bracket in character interaction file.

Update: 21 May, 2023 @ 4:02pm

Edited daddy_pika_character_interaction.txt to fix the vassal contract modifcation interaction.

Update: 21 May, 2023 @ 3:24pm

Edited interaction_confirmation.gui to fix the issue with selecting artifacts.