Mount & Blade: Warband
0 of 0

File information

Last updated

Original upload

Created by

CounterPoint391

Uploaded by

CounterPoint391

Virus scan

Safe to use

About this mod

3 new types of buttress sceneprops

Permissions and credits
CounterPoint's Buttress Pack v 0.1


These models are Open Source, and can be used freely, but if you do use them in a mod all I ask is that you give me credit. A link from your credits list back to this pack would be appreciated, as well as a message showing me all the cool things you've done with it! Notice that the meshes use native textures, but feel free to make variations based on different textures.

A readme is included in the package, with detailed installation instructions. If you have trouble with the instructions, please let me know


PACKAGE INCLUDES

-3 buttress variants, with a low poly lod4 and working collision

-1 flying buttress, with collision

INSTALLATION

-To install, first place all resource files inside your module's 'Resource' Folder

-Open your module's module.ini file and add the following line, directly after the last 'load_resource' line

load_mod_resource = buttress_pack_counterpoint


-Now to get the scene props to show up when you use edit mode, you need to add a few lines to your module_scene_props.py

Just add the following to the end



#### CounterPoint Buttress Pack Begin ####

("cp_buttress_simple_a",0,"buttress_simple_a","bo_buttress_simple_a", []),
("cp_buttress_large_a",0,"buttress_large_a","bo_buttress_large_a", []),
("cp_buttress_2stp_large_a",0,"buttress_2stp_large_a","bo_buttress_2stp_large_a", []),
("cp_flying_buttress_a",0,"flying_buttress_a","bo_flying_buttress_a_test", []),

#### CounterPoint Buttress Pack End ####



Or, add these lines to the end of your scene_props.txt, and increase the number at the top

by 4.


spr_cp_buttress_simple_a 0 0 buttress_simple_a bo_buttress_simple_a 0


spr_cp_buttress_large_a 0 0 buttress_large_a bo_buttress_large_a 0


spr_cp_buttress_2stp_large_a 0 0 buttress_2stp_large_a bo_buttress_2stp_large_a 0


spr_cp_flying_buttress_a 0 0 flying_buttress_a bo_flying_buttress_a_test 0


Enjoy,

-CounterPoint