Author Topic: NW Epic Enhancement [client-side overhaul mod] Version 5.1 Out! (Final Version)  (Read 653376 times)

0 Members and 1 Guest are viewing this topic.

Offline Ghost9447

  • First Lieutenant
  • *
  • Posts: 3510
  • A Pickle
    • View Profile
  • Side: Neutral
Hello,
There is one walking animation in this pack that I absolutly love, this one:

The problem is, the musket is actually inside the uniform, but it should only touch it, not get inside. Could anyone please fix this for me? Thank you

Im sure USNavy will post here xD
he is script guy

hes a gawd
I'm not going to spam anymore. I've tried to stop Ghost by fighting him with his own weapons - but I've failed. The Messhall is his again.

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
Damn it, I am not a scripter primarily nor animator. I am pretty sure without editing the walking animation itself the musket will continue to poke through the uniform. I find it 'normal' for the circumstances with the animation. Perhaps an animator can fix it I dunno, the position of the musket when held is hardcoded I believe just like the position how you hold similar items like a shovel and such. Or the musket and shovel are under one item type, perhaps polearm for the way the weapon is held in animation.
« Last Edit: February 03, 2016, 10:23:47 pm by usnavy30 »
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
Very nice mod, only one problem though, when I installed it and launched it from the install window the mod didn't seem to show any changes that this mod makes. Maybe someone could explain this to me as soon as possible? Thanks.
When installing a NW mod in particular, be sure it installs properly to Modules and either replaces Vanilla Napoleonic Wars or if you made it's own folder. The preview icon on the pre-game launch window should be changed to reflect the mod is installed correctly.

Edit: Double post, whoops, welp.

Why do some human units have horse head, how to disable it?
Find en_russian_uniforms.brf in Resource, use openBRF and replace the pirate_hat with the pirate_hat from NW's russian_uniforms.brf

Hello, anyone can give me mmanimation file with the old reload animation? The new I do not like, it is not at all realistic, it's like opening the charge and poured on the barrel, and then masturbated the barrel of a hand.
en_animations.brf change man_reload to man_reload_new or whatnot. Then change man_reload_old to man_reload

I've learned how to add new music.. I've learned how to remove the admin MLP.. But I cannot for the life of me solve the first issue involving the horse head and pirate hat. All I get now is an invisible head. Some assistance would be most appreciated.

Also, would anyone be interested in the music add-on pack I created? It expands on the music from the period that I feel deserves a spot in the playlist.
The pirate hat issue should be easy to resolve with replacing the pirate_hat mesh in openBRF. I cannot check at this moment but this still irks me why it would not be fixable. How did you try to solve the issue?

If you're up to it.. perhaps you can assist me by figuring out just where in the blue hell I went wrong, because I have not an inkling.

https://www.dropbox.com/sh/ybm79iectak92t2/AADJy7EQDoRgNNRP2CrioawXa?dl=0
I'll look into what the hell is the problem. Ah, I see it, easy.
How to Do it
This should be a simple quick edit in openBRF for en_russian_uniforms.brf you want to delete the pirate_hat LODs as those were LoDs made for the vertical positioned bicorne specifically for the horse head, not the vanilla horizontal positioned bicorne that NW uses. You will need also to copy and paste pirate_hat.1 from Vanilla NW if you can, as the EN pirate_hat.1 is a different position.

So you only need:
pirate_hat
pirate_hat.1
pirate_hat.2

Finally, if the model does not show up in-game the textures need to be loaded in openBRF somewhere and found in the mod's Textures folder.
The Enhancement mod will load the BRF files with the en_ prefix which in your case is en_russian_uniforms.brf first, which means the mm_russian_uniforms.brf is not used as priority by the module.ini file.Therefpre editing the mm_russian_uniforms.brf file is useless for this fix.
[close]

And since I have the time right now, I can do these edits and it should work I am testing on my own copy to make sure it does still.

Let's see.. item_kinds1.txt file is the item code's changed? It sure is, well whadd'ya know?

You want to change this item code in item_kinds1.txt from this
Code
 itm_pirate_hat Pirate_Hat Pirate_Hat 1  pirate_hat 0  2684420108 0 4 704643238 0.000000 100 1 0 0 0 0 0 0 0 0 0 0
 0
0

to this
Code
 itm_pirate_hat Pirate_Hat Pirate_Hat 1  pirate_hat 0  553713676 0 4 123731968 0.500000 100 8 0 0 0 0 0 0 0 0 0 0
 0
0

As you can see client-side the numbers are changed and in this case one of the changes directly affects the item flags if the hat covers the head, which is most likely why the player's head is invisible in-game. So with editing item_kinds1.txt this should be fixed, I'll provide the fixed BRF and item_kinds1 files for you.

en_russian_uniforms.brf file
https://drive.google.com/file/d/0B_XEt5J8_HVnRDY2MXNISlVzVGM/view?usp=sharing

item_kinds1.txt file
https://drive.google.com/file/d/0B_XEt5J8_HVnTVhCaDdzZUlNaU0/view?usp=sharing

Copy and replace both these files or disable the old brf/txt files for it to finally work. Both files are needed to make it work.
« Last Edit: February 04, 2016, 04:12:48 am by usnavy30 »
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

Offline One Ack Jack

  • Private
  • *
  • Posts: 7
  • Pain is Temporary, Honour is Forever
    • View Profile
  • Nick: OneAckJack
  • Side: Neutral
So did anyone ever get round to fixing the invisible rock minefields? The fake trees i can deal with but these little gits have got me killed more than i can count. Oh and you gota love it when you think you're taking cover behind a rock and it turns out you were actually sat in the open looking like a right billy.
Why can't you just check if the "rock" you're hiding behind has a hitbox? ;D
A terrible answer...

Offline Al Bundy

  • Volunteer
  • *
  • Posts: 9
    • View Profile
  • Side: Neutral
Very nice mod, only one problem though, when I installed it and launched it from the install window the mod didn't seem to show any changes that this mod makes. Maybe someone could explain this to me as soon as possible? Thanks.
When installing a NW mod in particular, be sure it installs properly to Modules and either replaces Vanilla Napoleonic Wars or if you made it's own folder. The preview icon on the pre-game launch window should be changed to reflect the mod is installed correctly.

Edit: Double post, whoops, welp.

Why do some human units have horse head, how to disable it?
Find en_russian_uniforms.brf in Resource, use openBRF and replace the pirate_hat with the pirate_hat from NW's russian_uniforms.brf

Hello, anyone can give me mmanimation file with the old reload animation? The new I do not like, it is not at all realistic, it's like opening the charge and poured on the barrel, and then masturbated the barrel of a hand.
en_animations.brf change man_reload to man_reload_new or whatnot. Then change man_reload_old to man_reload

I've learned how to add new music.. I've learned how to remove the admin MLP.. But I cannot for the life of me solve the first issue involving the horse head and pirate hat. All I get now is an invisible head. Some assistance would be most appreciated.

Also, would anyone be interested in the music add-on pack I created? It expands on the music from the period that I feel deserves a spot in the playlist.
The pirate hat issue should be easy to resolve with replacing the pirate_hat mesh in openBRF. I cannot check at this moment but this still irks me why it would not be fixable. How did you try to solve the issue?

If you're up to it.. perhaps you can assist me by figuring out just where in the blue hell I went wrong, because I have not an inkling.

https://www.dropbox.com/sh/ybm79iectak92t2/AADJy7EQDoRgNNRP2CrioawXa?dl=0
I'll look into what the hell is the problem. Ah, I see it, easy.
How to Do it
This should be a simple quick edit in openBRF for en_russian_uniforms.brf you want to delete the pirate_hat LODs as those were LoDs made for the vertical positioned bicorne specifically for the horse head, not the vanilla horizontal positioned bicorne that NW uses. You will need also to copy and paste pirate_hat.1 from Vanilla NW if you can, as the EN pirate_hat.1 is a different position.

So you only need:
pirate_hat
pirate_hat.1
pirate_hat.2

Finally, if the model does not show up in-game the textures need to be loaded in openBRF somewhere and found in the mod's Textures folder.
The Enhancement mod will load the BRF files with the en_ prefix which in your case is en_russian_uniforms.brf first, which means the mm_russian_uniforms.brf is not used as priority by the module.ini file.Therefpre editing the mm_russian_uniforms.brf file is useless for this fix.
[close]

And since I have the time right now, I can do these edits and it should work I am testing on my own copy to make sure it does still.

Let's see.. item_kinds1.txt file is the item code's changed? It sure is, well whadd'ya know?

You want to change this item code in item_kinds1.txt from this
Code
 itm_pirate_hat Pirate_Hat Pirate_Hat 1  pirate_hat 0  2684420108 0 4 704643238 0.000000 100 1 0 0 0 0 0 0 0 0 0 0
 0
0

to this
Code
 itm_pirate_hat Pirate_Hat Pirate_Hat 1  pirate_hat 0  553713676 0 4 123731968 0.500000 100 8 0 0 0 0 0 0 0 0 0 0
 0
0

As you can see client-side the numbers are changed and in this case one of the changes directly affects the item flags if the hat covers the head, which is most likely why the player's head is invisible in-game. So with editing item_kinds1.txt this should be fixed, I'll provide the fixed BRF and item_kinds1 files for you.

en_russian_uniforms.brf file
https://drive.google.com/file/d/0B_XEt5J8_HVnRDY2MXNISlVzVGM/view?usp=sharing

item_kinds1.txt file
https://drive.google.com/file/d/0B_XEt5J8_HVnTVhCaDdzZUlNaU0/view?usp=sharing

Copy and replace both these files or disable the old brf/txt files for it to finally work. Both files are needed to make it work.

Sir, you are the man! I will give this a trial run either later tonight or tomorrow morning. There's a reason why you're a rank Colonel!

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
No problem, I'd be interested to know more about that music pack you mentioned.
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

Offline Al Bundy

  • Volunteer
  • *
  • Posts: 9
    • View Profile
  • Side: Neutral
No problem, I'd be interested to know more about that music pack you mentioned.

The world's greatest women's shoe salesman has arrived and he comes bearing gifts of the audio kind.. If anyone is interested in expanding the music library to Napoleonic Wars, then I suggest you check out:

Al Bundy’s Classical Concerto Expansion Pack 1 – Like DLC, but FREE!

https://www.dropbox.com/sh/1cmq6hr1k62eslr/AABThKG_bAJp21kc72OMh5j_a?dl=0

My apologies for not completing the History document, but I've been rather busy. If you guys and gals want to learn more about each track or just enjoy my humor, I'll make an attempt to complete the document.

The music folder includes the original NW soundtrack and the thirty new tracks I have added. The sounds folder includes two new piano compositions which will be replacing "piano_lift_motif" and "piano_wagner_bridal_chorus". Make sure to back up the originals if the new tracks aren't your jam. Finally, download the music.txt file and replace the one in your main NW directory. If you have any questions, please ask before the dumping of files. Or you can just make a copy of the files/folders which will be replaced before dumping the new files. Oh.. and one of the thirty new tracks is an Easter egg. I figured with all the ponies and whatnot, injecting some humor would cleanse the soul of all malice and saltiness. Don't worry, it isn't MLP inspired. If you know where it's from, then you're that much more of a cooler cat. If you need help removing it, just delete the audio track, then in the music.txt file change the top line to "78".

If you're enjoying all the tracks I have compiled and are interested in the creation of a second DLC pack, just let me know here.

Can I get a "Whoa Bundy!"?
« Last Edit: February 07, 2016, 08:30:05 am by Al Bundy »

Offline Al Bundy

  • Volunteer
  • *
  • Posts: 9
    • View Profile
  • Side: Neutral
@usnavy30

I still haven't been able to check on the invisible heads.. keep getting pulled away, or just too busy. I will let you know once I check in-game. Something tells me you have corrected the problem. I have this gut feeling. You seem to know the games coding quite well.

By the way, Amuro deserved it..

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
@usnavy30

I still haven't been able to check on the invisible heads.. keep getting pulled away, or just too busy. I will let you know once I check in-game. Something tells me you have corrected the problem. I have this gut feeling. You seem to know the games coding quite well.

By the way, Amuro deserved it..

Woah Bundy, nice music pack idea I'll check it out when I can.

Now I ain't saying Amuro was a whiny emo at the time, but indeed, he deserved it.  ;D
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

Offline TheDoctor

  • Sergeant Major
  • *
  • Posts: 497
  • UB_1stDE_LtCol_TheDoctor Former Col of 11thMS
    • View Profile
  • Nick: CaptainArtard or AndyTheIrishmen
  • Side: Union
Glorious work, I need to edit it again....btw parrot I would love to figure out how you reskined the units without changing the module folder.
So what you are saying is, you have a tactile mind of a potato...
--Burnout

Offline TheDoctor

  • Sergeant Major
  • *
  • Posts: 497
  • UB_1stDE_LtCol_TheDoctor Former Col of 11thMS
    • View Profile
  • Nick: CaptainArtard or AndyTheIrishmen
  • Side: Union
I would also Like to know, what software you use for the modeling and texturing.
So what you are saying is, you have a tactile mind of a potato...
--Burnout

Offline jaydon22

  • Volunteer
  • *
  • Posts: 10
    • View Profile
  • Nick: JJ
  • Side: Neutral
ummm parrot some people arnt to happy with the uk lights and the uk rifles the people didnt know about the 60th rifles they liked the 95th welsh rifles more and the lights they are milita and the people who play the lights are not to happy about it  :-\ ??????

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
ummm parrot some people arnt to happy with the uk lights and the uk rifles the people didnt know about the 60th rifles they liked the 95th welsh rifles more and the lights they are milita and the people who play the lights are not to happy about it  :-\ ??????
You can easily switch out the UK lights and rifles with the module.ini file to enable and disable them.

#British Lights
#load_mod_resource = en_brit_uniform_glengarry
load_mod_resource = en_brit_uniform_canadian_militia

#British 95th Rifles
#load_mod_resource = en_brit_uniform_95rifles
load_mod_resource = en_brit_uniform_60rifles

In addition it is possible to replace the UK lights with the default regiment instead of the GLI or Canadian militia. This mod was made by Parrot and released to share with the community his opinion of how NW should sound and look.
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

Offline Friedrich Staps {58th}

  • First Sergeant
  • *
  • Posts: 102
  • Veliki-Loutsk Pehotniy Polk
    • View Profile
  • Nick: Bluenose
  • Side: Union
The download isn't showing up  :(

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
The download isn't showing up  :(
As far as i know the download for V1.5 is working. If mediafire shows an error page just click the download link again and it should work. May be due to traffic but just refresh the link page.
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.