Installation
1.Unzip all files to
C:\Program Files\Steam\steamapps\common\mountblade warband\Modules\xxx(whatever)
2.Open 'module.ini' in your module folder
3.Change this :
scan_module_sounds = 0
To
scan_module_sounds = 1
4.Erase lines :
load_resource = grass_meshes
load_resource = grass_meshes_b
load_resource = particle_meshes
load_resource = particles_2
And add lines under 'load_resource = town_houses_e' :
load_mod_resource = grass_meshes
load_mod_resource = grass_meshes_b
load_mod_resource = particle_meshes
load_mod_resource = particles_2
load_mod_resource = custom_missiles
5.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)
|