SP Native Change banner. (Minimod)

Users who are viewing this thread

That's odd. Ok here's what I'm seeing. This menus.txt file has not been edited before...it's a fresh install of 1.011.

menu_camp_action 0 Choose_an_action: none 0 5
mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 2106 2 1224979098644774912 24 32 2 1224979098644774912 144115188075856030 4 0 32 2 144115188075856030 0 2133 2 144115188075856028 0 2133 2 144115188075856029 0 2133 2 144115188075856030 0 3 0  Recruit_some_of_your_prisoners_to_your_party.  1 2060 1 864691128455135254  .  mno_action_read_book  0  Select_a_book_to_read.  1 2060 1 864691128455135256  .  mno_action_modify_banner  1 31 2 144115188075856014 1  Cheat:_Modify_your_banner.  1 900 1 1513209474796486657  .  mno_action_retire  0  Retire_from_adventuring.  1 2060 1 864691128455135258  .  mno_camp_action_4  0  Back_to_camp_menu.  1 2060 1 864691128455135251  .

What is that in red? Does this mean cheat mode will allow this? :???:
 
Lomoru said:
What is that in red? Does this mean cheat mode will allow this? :???:

I'm not sure. Since you're not replacing the same menu entry that allows the natural "secret" menu cheat in Mount and Blade, both seens to work without conflicts, once again: not sure of it.  :roll:

@

Just as a complement to the post, here I'm asking something: Is there a way to repair a savegame that already has two lords with the same banner? Interessing that I started the game, everything normal, as should be. Didn't used any mod such as Change Banner Minimod, but I did a lot of changes, like implementing better shaders, improved textures, new packs, etc etc. Then, I spotted two lords with the same banner. Anyway to fix while already started?  :shock:

Thanks in advance,

- Z
 
that has relevance to the custom_banners scripting which is present but dormant in the module system.

Lomoru said:
That's odd. Ok here's what I'm seeing. This menus.txt file has not been edited before...it's a fresh install of 1.011.

menu_camp_action 0 Choose_an_action: none 0 5
mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 2106 2 1224979098644774912 24 32 2 1224979098644774912 144115188075856030 4 0 32 2 144115188075856030 0 2133 2 144115188075856028 0 2133 2 144115188075856029 0 2133 2 144115188075856030 0 3 0  Recruit_some_of_your_prisoners_to_your_party.  1 2060 1 864691128455135254  .  mno_action_read_book  0  Select_a_book_to_read.  1 2060 1 864691128455135256  .  mno_action_modify_banner  1 31 2 144115188075856014 1  Cheat:_Modify_your_banner.  1 900 1 1513209474796486657  .  mno_action_retire  0  Retire_from_adventuring.  1 2060 1 864691128455135258  .  mno_camp_action_4  0  Back_to_camp_menu.  1 2060 1 864691128455135251  .

What is that in red? Does this mean cheat mode will allow this? :???:
 
Amman de Stazia said:
that has relevance to the custom_banners scripting which is present but dormant in the module system.

Lomoru said:
That's odd. Ok here's what I'm seeing. This menus.txt file has not been edited before...it's a fresh install of 1.011.

menu_camp_action 0 Choose_an_action: none 0 5
mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 2106 2 1224979098644774912 24 32 2 1224979098644774912 144115188075856030 4 0 32 2 144115188075856030 0 2133 2 144115188075856028 0 2133 2 144115188075856029 0 2133 2 144115188075856030 0 3 0  Recruit_some_of_your_prisoners_to_your_party.  1 2060 1 864691128455135254  .  mno_action_read_book  0  Select_a_book_to_read.  1 2060 1 864691128455135256  .  mno_action_modify_banner  1 31 2 144115188075856014 1  Cheat:_Modify_your_banner.  1 900 1 1513209474796486657  .  mno_action_retire  0  Retire_from_adventuring.  1 2060 1 864691128455135258  .  mno_camp_action_4  0  Back_to_camp_menu.  1 2060 1 864691128455135251  .

What is that in red? Does this mean cheat mode will allow this? :???:

yes, and if you replace the bit i've painted blue with just 0, you can change your banner whenever you like without having to replace whole lines
 
StefanR1993 said:
Hello,
Would anyone tell me if this is compatiable with 1.011?

Thank you

Nope.

Edit: Never mind, it does work if you do what Tommylaw says.
 
Lush, ive actually started new games before because ive been so unhappy with my choice of banner! ... problem solved
 
ganathor said:
im new to mods where do i put all that text into the mount and blade folder?
Vlad the Impaler said:
This is only compatible with Native version 1.003!!!

1. Navigate to the folder where you installed the game.
2. Open the Modules folder.
3. Open the Native folder.
4. MAKE A BACKUP OF THE menus.txt FILE!
5. Open the menus.txt file in your favorite text editor.
6. Goto line 46. (The line that starts with: mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 ......)
7. Replace that whole line with one of the following: (EXACTLY AS IT IS WRITTEN BELOW.)

Change your banner only after you have been granted one (Non-cheat version.):
Code:
 mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 2106 2 1224979098644774912 24 32 2 1224979098644774912 144115188075856030 4 0 32 2 144115188075856030 0 2133 2 144115188075856028 0 2133 2 144115188075856029 0 2133 2 144115188075856030 0 3 0  Recruit_some_of_your_prisoners_to_your_party.  1 2060 1 864691128455135254  .  mno_action_read_book  0  Select_a_book_to_read.  1 2060 1 864691128455135256  .  mno_action_modify_banner  1 31 2 144115188075855949 1  Modify_your_banner.  1 900 1 1513209474796486657  .  mno_action_retire  0  Retire_from_adventuring.  1 2060 1 864691128455135258  .  mno_camp_action_4  0  Back_to_camp_menu.  1 2060 1 864691128455135251  .

Change banner at any time. (Cheat version): (Those of you who were given a banner at the start, use this version for now until I fix the other one.)
Code:
 mno_camp_recruit_prisoners  10 105 1 1 2270 1 1224979098644774912 2106 2 1224979098644774912 24 32 2 1224979098644774912 144115188075856030 4 0 32 2 144115188075856030 0 2133 2 144115188075856028 0 2133 2 144115188075856029 0 2133 2 144115188075856030 0 3 0  Recruit_some_of_your_prisoners_to_your_party.  1 2060 1 864691128455135254  .  mno_action_read_book  0  Select_a_book_to_read.  1 2060 1 864691128455135256  .  mno_action_modify_banner  0  Modify_your_banner.  1 900 1 1513209474796486657  .  mno_action_retire  0  Retire_from_adventuring.  1 2060 1 864691128455135258  .  mno_camp_action_4  0  Back_to_camp_menu.  1 2060 1 864691128455135251  .

8. Save the file.
Its all on the first page. numbers 5 and 6 answers your question.
 
Ahahahah~ I had wondered if this functionality was in the game to begin with, and I was rather disappointed to find that it wasn't. Thanks for an awesome little minimod!
 
Vlad the Impaler said:
Kalram said:
Too bad, I tried around 15 banners, and now I keep seeing this damn red & white chessboard on every shield :s
I hope we will find a solution to this problem.

PS : This banner really does look like an old and ugly tablecloth :'(
I'm sorry about that. I'm working on it.  :neutral:

EDIT: Updated first post to warn of this bug.

I'm having the same problem, do you manage to find a solution? I tried 5 different banners, and now i have that horrible red & white square banner everywhere.
There's a way, at least, to reset Lords banners?? Thanx so much, this mod is great and very useful, keep up the good work.  :grin:
 
MiNiFeDE said:
I'm having the same problem, do you manage to find a solution? I tried 5 different banners, and now i have that horrible red & white square banner everywhere.
There's a way, at least, to reset Lords banners?? Thanx so much, this mod is great and very useful, keep up the good work.  :grin:

If you use tommylaw's fix a few posts up, that seems to work without "duplicating" banners left and right. I tested it out and played with it a little, trying to reproduce banners. Seems to work A-OK!
 
ReynardFox said:
MiNiFeDE said:
I'm having the same problem, do you manage to find a solution? I tried 5 different banners, and now i have that horrible red & white square banner everywhere.
There's a way, at least, to reset Lords banners?? Thanx so much, this mod is great and very useful, keep up the good work.  :grin:

If you use tommylaw's fix a few posts up, that seems to work without "duplicating" banners left and right. I tested it out and played with it a little, trying to reproduce banners. Seems to work A-OK!

But do you can restore the other lord & castle's banners that  had already changed?
Because I did what Tommy says, I replace the blue numbers with 0, and I still can change my banner in the camp menu, but the other modified banners remain the same.
It seems like the banners order info is inside the savegame file or something, because if you start a new game, the banners r in place.
I don`t know, I'm a little confused, but thanx for helping me anyway  :razz:

By the way, I have the v1.011

 
Back
Top Bottom