NordInvasion Forum
Blood Mod - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7)
+--- Forum: Off Topic (https://forum.nordinvasion.com/forumdisplay.php?fid=20)
+---- Forum: Mount and Blade (https://forum.nordinvasion.com/forumdisplay.php?fid=69)
+---- Thread: Blood Mod (/showthread.php?tid=1266)



Blood Mod - Jay_Nova - 09-03-2012

I've been searching around to see if there is a blood mod for Mount and Blade that would work with NI.  However, I have not found anything.  Anybody know of one?  Would be cool to see more sprays of blood with massive hordes. 


Re: Blood Mod - Conqueror_Worm - 09-03-2012

Blood Enhancement Mod works for any Warband mod and can be found here.


Re: Blood Mod - MrGuarnere - 09-03-2012

I would suggest you try the Cinematic Compilation mod, as this has some cool blood effects.

Go on the NordInvasion home page and watch the Official Trailer (the one on the left) and you will see the effects.


Re: Blood Mod - Ventura - 12-03-2012

How to add the Cinematic compilation mod to NI?(for a modding newbie)


Re: Blood Mod - clickeverywhere - 12-03-2012

You can find the information you seek here. http://forums.taleworlds.com/index.php?topic=199149.0

Quote:Installation

Unzip all files to

C:\Program Files\Steam\steamapps\common\mountblade warband\Modules\xxx(whatever)


Open 'module.ini' in your module folder


Change this :

scan_module_sounds = 0

To

scan_module_sounds = 1


Erase lines :

load_resource = grass_meshes
load_resource = grass_meshes_b


And add lines under 'load_resource = town_houses_e' :

load_mod_resource = grass_meshes
load_mod_resource = grass_meshes_b
load_mod_resource = custom_missiles


Realistic missile objects (optional)

Open item_kinds1.txt

find 'flying_missile' with Ctrl+F

If the item kind is an arrow, change 'flying_missile' to 'flying_arrow'
(ex : itm_arrows, itm_barbed_arrows.. etc)

If the item kind is an bolt, change 'flying_missile' to 'flying_bolt'
(ex : itm_bolts, itm_steel_bolts.. etc)



Re: Blood Mod - Ventura - 12-03-2012

Thanks