How to disable popup messages? [SOLVED]

Users who are viewing this thread

I know this mod is dead and all but I still love it and play it all the time but the constant spam of messages is really bothering me.


Can someone please tell me how to disable them?
 
I dont play this mod, but if you need help with messages you need to be more specific. A screenshot would be great.

Are you talking about diplomatic pop-ups like: X made peace with Y

Or the text messages while in combat saying: X killed Y. X did 100 damage to Y. ...

Or something else?

Also make sure you are not playing with Edit Mode, Cheat Mode and ingame Cheat Mode on as they will display extra stuff.
 
kalarhan said:
I dont play this mod, but if you need help with messages you need to be more specific. A screenshot would be great.

Are you talking about diplomatic pop-ups like: X made peace with Y

Or the text messages while in combat saying: X killed Y. X did 100 damage to Y. ...

Or something else?

Also make sure you are not playing with Edit Mode, Cheat Mode and ingame Cheat Mode on as they will display extra stuff.
Diplomatic popups. Every two days I get at least 10 messages like "X has failed to respond to Y's provocations", war declarations, and peace declarations. I am not playing with any of these modes and have the latest patch as well, and I've tried finding the trigger myself but can't really do anything past reading worded documents.

And thanks for helping me.
 
Make a backup of your savegame and text files, then try this quick solution:

Replace " 1120 2 " by " 1106 2 "
Replace " 1120 1 " by " 1106 1 "

This will change the popup to simple text messages on the left corner of your screen. You can also try replacing the 1122 command. Keep the spaces like in the quotes.

If that is not enough upload a savegame and link here. Also link your module download link (What version are you using from Peloponnesian) and I will give a look at the code.

Aim at this files:

scripts.txt
simple_triggers.txt
triggers.txt

That wont work, it is using the old menu as presentation style from Native.

I will wait until you point me to your current module version (with addons), I will need to see the text files.

 
kalarhan said:
Make a backup of your savegame and text files, then try this quick solution:

Replace " 1120 2 " by " 1106 2 "
Replace " 1120 1 " by " 1106 1 "

This will change the popup to simple text messages on the left corner of your screen. You can also try replacing the 1122 command. Keep the spaces like in the quotes.

If that is not enough upload a savegame and link here. Also link your module download link (What version are you using from Peloponnesian) and I will give a look at the code.

Aim at this files:

scripts.txt
simple_triggers.txt
triggers.txt

That wont work, it is using the old menu as presentation style from Native.

I will wait until you point me to your current module version (with addons), I will need to see the text files.
What do you mean current module version? I am playing on an up to date version of Warband and downloaded this out of date mod. I don't know how to show you the text files unless you want me to paste the entire txt content on here.


Video of problem: https://www.youtube.com/watch?v=-Qhn7e-mAdU&feature=youtu.be
 
Sonterp said:
What do you mean current module version? I am playing on an up to date version of Warband and downloaded this out of date mod. I don't know how to show you the text files unless you want me to paste the entire txt content on here.

Show me your download link. This mod has several add-ons/alternative downloads to change stuff, so I need your actual version. If you can upload your text files to dropbox that works too.

Just the text files inside /modules/Peloponnesian/ . Should be about 7MB (ignore the 3 files map.txt, cópia map.txt ...). You can zip them and share a download link.

Cheers
 
kalarhan said:
Sonterp said:
What do you mean current module version? I am playing on an up to date version of Warband and downloaded this out of date mod. I don't know how to show you the text files unless you want me to paste the entire txt content on here.

Show me your download link. This mod has several add-ons/alternative downloads to change stuff, so I need your actual version. If you can upload your text files to dropbox that works too.

Just the text files inside /modules/Peloponnesian/ . Should be about 7MB (ignore the 3 files map.txt, cópia map.txt ...). You can zip them and share a download link.

Cheers

I have the base mod (of course), downloaded from here: http://forums.taleworlds.com/index.php/topic,195448.0.html
And the two bug fixes for it from here: http://forums.taleworlds.com/index.php/topic,195932.0.html
I will be uploading the txt files so you can look at them shortly.
 
Sonterp said:
https://www.dropbox.com/sh/a2r016u4rqsq78t/AABDfez20nv-LA9DPic-CXkxa?dl=0

I got your PM too, I am checking this now. It is really bad lol, every message of

Declaration of PEACE
Declaration of WAR
Kingdom Fails to RESPOND
Peace Agreement


I wont go deep into this, but it seens a bug with the diplomatic triggers (too many too fast), besides the bug with the report (that shows you all factions changes, one at time...).

I will post a tweak later



Ok this is the quick and dirty solution: disable menus. The right thing would be to investigate and fix them... but well... quick it is  :wink:

How to:
1) open your menus.txt
2) look for the displayed message (like Kingdom Fails to...) and add a "_" between words like this: Kingdom_Fails_to_Respond

example:
menu_notification_casus_belli_expired 0 Kingdom_Fails_to_Respond^^The_{s1}_has_not_responded_to_the_{s2}'s_provocations,_and_{s3}_suffers_a_loss_of_face_among_{reg4?her:his}_more_bellicose_subjects...^ none 10 2335 2 1 144115188075856876 2335 2 2 144115188075856877 522 3 1224979098644774912 144115188075856876 11 2322 2 3 1224979098644774912 1 3 936748722493063800 1224979098644774912 4 2124 1 100 729 2 0 65 730 2 0 30 731 2 0 170 2032 3 1729382256910270503 144115188075856876 0 1

3) Include a auto-close command to the menu. After the word "none" you will increase the number plus 1. Above we have a 10, so becomes a 11
4) In the end of the line you have a "0 1". Change that to "0 2040 0 1". This is the auto close command.
Like this:
menu_notification_casus_belli_expired 0 Kingdom_Fails_to_Respond^^The_{s1}_has_not_responded_to_the_{s2}'s_provocations,_and_{s3}_suffers_a_loss_of_face_among_{reg4?her:his}_more_bellicose_subjects...^ none 11 2335 2 1 144115188075856876 2335 2 2 144115188075856877 522 3 1224979098644774912 144115188075856876 11 2322 2 3 1224979098644774912 1 3 936748722493063800 1224979098644774912 4 2124 1 100 729 2 0 65 730 2 0 30 731 2 0 170 2032 3 1729382256910270503 144115188075856876 0 2040 0 1




I turned off the menus for war, peace, failed to respond, truce experied, alliance experied, defensive pact... if you need to turn off any others just follow the steps above.



Menus.txt already tweaked: https://drive.google.com/file/d/0B_oc2ReDoxuucTEtMkd5TG1pNjA/view?usp=sharing
 
kalarhan said:
Sonterp said:
https://www.dropbox.com/sh/a2r016u4rqsq78t/AABDfez20nv-LA9DPic-CXkxa?dl=0

I got your PM too, I am checking this now. It is really bad lol, every message of

Declaration of PEACE
Declaration of WAR
Kingdom Fails to RESPOND
Peace Agreement


I wont go deep into this, but it seens a bug with the diplomatic triggers (too many too fast), besides the bug with the report (that shows you all factions changes, one at time...).

I will post a tweak later



Ok this is the quick and dirty solution: disable menus. The right thing would be to investigate and fix them... but well... quick it is  :wink:

How to:
1) open your menus.txt
2) look for the displayed message (like Kingdom Fails to...) and add a "_" between words like this: Kingdom_Fails_to_Respond

example:
menu_notification_casus_belli_expired 0 Kingdom_Fails_to_Respond^^The_{s1}_has_not_responded_to_the_{s2}'s_provocations,_and_{s3}_suffers_a_loss_of_face_among_{reg4?her:his}_more_bellicose_subjects...^ none 10 2335 2 1 144115188075856876 2335 2 2 144115188075856877 522 3 1224979098644774912 144115188075856876 11 2322 2 3 1224979098644774912 1 3 936748722493063800 1224979098644774912 4 2124 1 100 729 2 0 65 730 2 0 30 731 2 0 170 2032 3 1729382256910270503 144115188075856876 0 1

3) Include a auto-close command to the menu. After the word "none" you will increase the number plus 1. Above we have a 10, so becomes a 11
4) In the end of the line you have a "0 1". Change that to "0 2040 0 1". This is the auto close command.
Like this:
menu_notification_casus_belli_expired 0 Kingdom_Fails_to_Respond^^The_{s1}_has_not_responded_to_the_{s2}'s_provocations,_and_{s3}_suffers_a_loss_of_face_among_{reg4?her:his}_more_bellicose_subjects...^ none 11 2335 2 1 144115188075856876 2335 2 2 144115188075856877 522 3 1224979098644774912 144115188075856876 11 2322 2 3 1224979098644774912 1 3 936748722493063800 1224979098644774912 4 2124 1 100 729 2 0 65 730 2 0 30 731 2 0 170 2032 3 1729382256910270503 144115188075856876 0 2040 0 1




I turned off the menus for war, peace, failed to respond, truce experied, alliance experied, defensive pact... if you need to turn off any others just follow the steps above.



Menus.txt already tweaked: https://drive.google.com/file/d/0B_oc2ReDoxuucTEtMkd5TG1pNjA/view?usp=sharing
Thank you SO much man I really couldn't have continued without your superior coding skills. THANK YOU for actually helping me and responding to my post.
 
Sonterp said:
Thank you SO much man I really couldn't have continued without your superior coding skills. THANK YOU for actually helping me and responding to my post.

it was just a quick tweak, the big question is, did it work ? I tested for 10min and it was fine on my end, but that is a short window for any real testing
 
Sonterp said:
It solved the issue, but now no dialouge ever shows in the left bottom corner.

Has it cut down on the lag on the map screen? That's the one thing that's really kept me from this mod recently.
 
I have:

menu_notification_casus_belli_expired 0 Kingdom_Fails_to_Respond:_The_{s1}_ignores_{s2}'s_provocations,_and_{s3}_suffers_a_loss_of_face_among_{reg4?her:his}_more_bellicose_subjects...^ none 10 2335 2 1 144115188075855888 2335 2 2 144115188075855889 522 3 1224979098644774912 144115188075855888 11 2322 2 3 1224979098644774912 1506 2 72057594037927940 1224979098644774912 2109 2 72057594037927940 2 1 3 936748722493063649 144115188075855888 81 1106 1 1585267068834418411 1301 0 2060 1 864691128455135491 0

What i have to do?
 
I got your PM too, I am checking this now. It is really bad lol, every message of

Declaration of PEACE
Declaration of WAR
Kingdom Fails to RESPOND
Peace Agreement


I wont go deep into this, but it seens a bug with the diplomatic triggers (too many too fast), besides the bug with the report (that shows you all factions changes, one at time...).

I will post a tweak later



Ok this is the quick and dirty solution: disable menus. The right thing would be to investigate and fix them... but well... quick it is :wink:

How to:
1) open your menus.txt
2) look for the displayed message (like Kingdom Fails to...) and add a "_" between words like this: Kingdom_Fails_to_Respond

example:


3) Include a auto-close command to the menu. After the word "none" you will increase the number plus 1. Above we have a 10, so becomes a 11
4) In the end of the line you have a "0 1". Change that to "0 2040 0 1". This is the auto close command.
Like this:




I turned off the menus for war, peace, failed to respond, truce experied, alliance experied, defensive pact... if you need to turn off any others just follow the steps above.



Menus.txt already tweaked: https://drive.google.com/file/d/0B_oc2ReDoxuucTEtMkd5TG1pNjA/view?usp=sharing
hello, link crash :sad:
 
Back
Top Bottom