i got problem.

i did everything similar like in this tutorial http://forums.taleworlds.com/index.php/topic,136521.msg3284200.html#msg3284200
1-Unrar the content of the file in the mod folder, rock_n_mountain.brf goes to the Resource folder and the .ddr files to the Texture folder from the mod you want to add the objects at.
2-Add this line at the end of the module.ini from the mod you want to add the objects at
Code: [Select]
load_mod_resource = rock_n_mountain
3-Add this lines at the end of the scene_props.txt from the mod you want to add the objects at
Code: [Select]
spr_a_mont-02 0 0 mont-02 co_mont-02 0spr_a_subterraneo-01 0 0 subterraneo-01 co_subterraneo-01 0spr_acantilado-05 0 0 acantilado-05 co_acantilado-05 0spr_a_mont-03 0 0 mont-03 co_mont-03 0spr_a_rock-01 0 0 rock-01 co_rock-01 0spr_a_rock-02 0 0 rock-02 co_rock-02 0spr_acantilado-06 0 0 acantilado-06 co_acantilado-06 0spr_a_columna-01 0 0 columna-01 co_columna-01 0spr_a_mo-wall-01 0 0 mo-wall-01 co_mo-wall-01 0spr_a_rock-03 0 0 rock-03 co_rock-03 0spr_a_cornisa-01 0 0 cornisa-01 co_cornisa-01 0spr_a_cornisa-02 0 0 cornisa-02 co_cornisa-02 0spr_a_estalactita-01 0 0 estalactita-01 co_estalactita-01 0spr_a_cueva-01c2-hole 0 0 cueva-01c2-hole co_cueva-01c2-hole 0spr_a_mo-wall-02 0 0 mo-wall-02 co_mo-wall-02 0spr_a_rock-04 0 0 rock-04 co_rock-04 0spr_a_rock-05 0 0 rock-05 co_rock-05 0spr_a_pasarela-01 0 0 pasarela-01 co_pasarela-01 0spr_a_pasarela-02 0 0 pasarela-02 co_pasarela-02 0spr_a_pasarela-03 0 0 pasarela-03 co_pasarela-03 0spr_acantilado-07 0 0 acantilado-07 co_acantilado-07 0spr_a_rock-06 0 0 rock-06 co_rock-06 0spr_a_mont-01 0 0 mont-01 co_mont-01 0
4-The objects will appear in the editor near to the a letter 'a' in the list of props.
5-If you want to use the objects with Native, copy the content of the folder ModulesNative to a new folder for example ModulesMy_mod and follow from step 1
only with my model, but its not showing up in editor. whats the problem??