
Originally Posted by
Jubal_Barca
Eeep,
I have added textures in DMB but the thing still won't work! I tried using show_err as advised above, and got:
Script error in data/world/maps/base/descr_regions.txt, at line 315, column 17.
Unrecognised: 'italy' as a region resouce class (or hidden resource)
I am certain that the battle map is 'stable' as it were, as I have played numerous battles with the other mod factions on it.
In case it helps, here's the relevant code from EDU/DMB;
DMB;
type empire_free_company_archers
skeleton fs_med_archer, fs_med_swordsman
indiv_range 40
texture romans_brutii, data/models_unit/textures/WHTW_EMPIRE_MIDDENLAND_FREE_COMPANY_ARCHERS.tga
texture romans_scipii, data/models_unit/textures/WHTW_EMPIRE_ALTDORF_FREE_COMPANY_ARCHERS.tga
texture romans_senate, data/models_unit/textures/WHTW_EMPIRE_ALTDORF_FREE_COMPANY_ARCHERS.tga
model_flexi data/models_unit/WHTW_EMPIRE_FREE_COMPANY_ARCHERS_HIGH.cas, 15
model_flexi data/models_unit/WHTW_EMPIRE_FREE_COMPANY_ARCHERS_MED.cas, 30
model_flexi data/models_unit/WHTW_EMPIRE_FREE_COMPANY_ARCHERS_LOW.cas, 40
model_flexi data/models_unit/WHTW_EMPIRE_FREE_COMPANY_ARCHERS_LOWEST.cas, max
model_tri 800, 0.5f, 0.5f, 0.5f
EDU;
type brettonian archers
dictionary empire_free_company_archers
category infantry
class missile
voice_type Light_1
soldier empire_free_company_archers, 20, 0, 0.8
officer empire_state_captain
attributes sea_faring,hide_forest
formation 1.6, 1.6, 3, 3, 3,square
stat_health 1, 0
stat_pri 6,0, arrow, 120, 30, missile, archery, piercing, none, 25, 0.75
stat_pri_attr no
stat_sec 6,2, no, 0, 0, melee, simple, piercing, sword, 25, 0.35
stat_sec_attr no
stat_pri_armour 4, 5, 0, flesh
stat_sec_armour 0, 0, flesh
stat_heat 0
stat_ground 0, 0, 0, 0
stat_mental 11,low,untrained
stat_charge_dist 40
stat_fire_delay 0
stat_food 60, 300
stat_cost 1, 300, 100, 500, 500, 230
ownership romans scipii
Thanks