View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005766 | The Dark Mod | Design/Coding | public | 30.09.2021 09:40 | 02.01.2023 16:17 |
Reporter | stgatilov | Assigned To | stgatilov | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.10 | ||||
Target Version | TDM 2.11 | Fixed in Version | TDM 2.11 | ||
Summary | 0005766: Support overriding individual decls in FM | ||||
Description | When mappers create their FMs, they can override (i.e. completely replace) any core file with their own --- just give it the same name+path. Also mappers assume that they can override single decl (e.g. material or entityDef) in their own files. But this is not true: right now it gives a warning, and does not work as intended. If several files define a decl with same name, which one will win depends on lexicographical order of file paths. One severe problem caused by this limitation is that it is hard to integrate decls from FMs into core. Usually when someone imports author's material, he finds proper place for it in the core .mtr files. Then the source FM starts giving a warning. When someone changes the imported decl in core in the future, it is uncertain whether FM is affected by these changes or not. | ||||
Additional Information | Internal discussion here: https://forums.thedarkmod.com/index.php?/topic/20499-console-warnings/&do=findComment&comment=462924 | ||||
Tags | No tags attached. | ||||
Done with commits: r10062 Now every file knows its "domain": whether it is in core TDM assets or in FM. r10063 Ensure that mission decls override core decls and not vis versa, suppress warning in such case. The behavior can be controlled with two cvars: decl_fix_mission_override decl_skip_redefine_warning However, both of them can only be set as command line parameters when launching TDM process. Also, I ran the new trunk on all released FMs with "+set decl_fix_mission_override 0" Collected 1005 "INTERNAL ERROR" kind of redefinition warnings, where TDM 2.10 overrides decl from mission with decl from core --- that is changed by these commits. |
|
The original list I attached here contained every warnings thrice, because the log included previous mission (and these warnings were also repeated). Here is the new list. Also attaching raw condumps from every mission. _redefines.txt (62,901 bytes)
ac2_xdump.txt:WARNING:file particles/tobacco_smoke.prt, line 53: INTERNAL ERROR! particle 'tobacco_smoke' previously defined at particles/tdm_particles.prt:936 ahouseoflockedsecrets_xdump.txt:WARNING:file materials/tdm_windows_bkd.mtr, line 247: INTERNAL ERROR! material 'textures/darkmod/window/ornate/stained_azure_long_selflit' previously defined at materials/tdm_windows.mtr:2301 ahouseoflockedsecrets_xdump.txt:WARNING:file materials/tdm_windows_bkd.mtr, line 360: INTERNAL ERROR! material 'textures/darkmod/window/ornate/round_spokes01_moonlit' previously defined at materials/tdm_windows.mtr:121 ahouseoflockedsecrets_xdump.txt:WARNING:file materials/tdm_windows_bkd.mtr, line 407: INTERNAL ERROR! material 'textures/darkmod/window/ornate/round_spokes01_unlit' previously defined at materials/tdm_windows.mtr:102 ahouseoflockedsecrets_xdump.txt:WARNING:file materials/tdm_windows_bkd.mtr, line 454: INTERNAL ERROR! material 'textures/darkmod/window/ornate/round_spokes01_brightlit' previously defined at materials/tdm_windows.mtr:139 alberic3_xdump.txt:WARNING:file materials/tdm_lights.mtr, line 11: INTERNAL ERROR! material 'lights/round_pearly_white' previously defined at materials/tdm_light_textures.mtr:804 alberic3_xdump.txt:WARNING:file materials/tdm_models_misc_doll.mtr, line 53: INTERNAL ERROR! material 'dewdrop_doll' previously defined at materials/tdm_models_misc.mtr:457 alberic3_xdump.txt:WARNING:file materials/tdm_nature_leaves_autum.mtr, line 51: INTERNAL ERROR! material 'bkd_autumn_leaf' previously defined at materials/tdm_decals_vegetation.mtr:1562 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty' previously defined at materials/tdm_metal_detailed.mtr:1585 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 103: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_moss' previously defined at materials/tdm_metal_detailed.mtr:1613 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white' previously defined at materials/tdm_metal_detailed.mtr:1640 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 201: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white_moss' previously defined at materials/tdm_metal_detailed.mtr:1667 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 250: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty02' previously defined at materials/tdm_metal_detailed.mtr:1694 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets' previously defined at materials/tdm_metal_detailed.mtr:1721 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 348: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets_moss' previously defined at materials/tdm_metal_detailed.mtr:1748 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 397: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim' previously defined at materials/tdm_yan_textures.mtr:1 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 446: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim_moss' previously defined at materials/tdm_yan_textures.mtr:32 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 495: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete' previously defined at materials/tdm_stone_cobblestones.mtr:1609 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 544: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete_moss' previously defined at materials/tdm_stone_cobblestones.mtr:1636 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 598: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian' previously defined at materials/tdm_metal_grate.mtr:90 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 652: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian_moss' previously defined at materials/tdm_metal_grate.mtr:124 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 670: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_moss' previously defined at materials/tdm_yan_textures.mtr:59 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 684: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_red_ivy' previously defined at materials/tdm_yan_textures.mtr:77 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 700: INTERNAL ERROR! material 'textures/darkmod/decals/metal/beam' previously defined at materials/tdm_decals_misc.mtr:61 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 714: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_edges' previously defined at materials/tdm_decals_dirt.mtr:1594 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 728: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_pile' previously defined at materials/tdm_decals_dirt.mtr:1609 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 742: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain04' previously defined at materials/tdm_decals_dirt.mtr:1622 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 756: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain05' previously defined at materials/tdm_decals_dirt.mtr:1635 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 770: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stainwallfade3' previously defined at materials/tdm_decals_dirt.mtr:1648 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 784: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/painting_wall_grime2' previously defined at materials/tdm_decals_dirt.mtr:1661 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 817: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/puddle' previously defined at materials/tdm_yan_textures.mtr:91 alberic3_xdump.txt:WARNING:file materials/yan_textures.mtr, line 830: INTERNAL ERROR! material 'textures/method/puddle_dry' previously defined at materials/tdm_yan_textures.mtr:125 alberic3_xdump.txt:WARNING:file def/tdm_moveable_doll.def, line 14: INTERNAL ERROR! entityDef 'atdm:moveable_toy_doll' previously defined at def/tdm_moveable.def:460 away0_xdump.txt:WARNING:file skins/tdm_lights_chandelier_unlit_custom.skin, line 11: INTERNAL ERROR! skin 'chandelier_unlit' previously defined at skins/tdm_lights.skin:1 bcd_xdump.txt:WARNING:file materials/tdm_drain_cover.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/decals/metal/drain_cover' previously defined at materials/tdm_decals_misc.mtr:327 bcd_xdump.txt:WARNING:file materials/tdm_lights_windows.mtr, line 18: INTERNAL ERROR! material 'lights/tdm_roundtop_window_top' previously defined at materials/tdm_ghouse_lights.mtr:1 bcd_xdump.txt:WARNING:file materials/tdm_lights_windows.mtr, line 27: INTERNAL ERROR! material 'lights/tdm_roundtop_window_bottom' previously defined at materials/tdm_ghouse_lights.mtr:10 bcd_xdump.txt:WARNING:file materials/tdm_lights_windows.mtr, line 36: INTERNAL ERROR! material 'lights/tdm_stained_glass_clear' previously defined at materials/tdm_ghouse_lights.mtr:19 bcd_xdump.txt:WARNING:file materials/tdm_models_nature1.mtr, line 40: INTERNAL ERROR! material 'tdm_hedge_round01' previously defined at materials/tdm_models_nature.mtr:1619 bcd_xdump.txt:WARNING:file materials/tdm_models_nature1.mtr, line 83: INTERNAL ERROR! material 'tdm_hedge_round01_edges' previously defined at materials/tdm_models_nature.mtr:1651 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 46: INTERNAL ERROR! material 'textures/darkmod/window/shutters_castle_metal' previously defined at materials/tdm_windows.mtr:3903 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 93: INTERNAL ERROR! material 'textures/darkmod/window/shutters_crossband_metal_tiling_1d' previously defined at materials/tdm_windows.mtr:3928 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 139: INTERNAL ERROR! material 'textures/darkmod/window/plain_dusty' previously defined at materials/tdm_windows.mtr:3849 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 186: INTERNAL ERROR! material 'textures/darkmod/window/plain_dusty_square' previously defined at materials/tdm_windows.mtr:3877 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 229: INTERNAL ERROR! material 'textures/darkmod/window/ornate/stained_rgb_loops' previously defined at materials/tdm_windows.mtr:4029 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 275: INTERNAL ERROR! material 'textures/darkmod/window/ornate/stained_orient_smallstar' previously defined at materials/tdm_windows.mtr:3979 bcd_xdump.txt:WARNING:file materials/thief.mtr, line 321: INTERNAL ERROR! material 'textures/darkmod/window/ornate/stained_orient_bigstar' previously defined at materials/tdm_windows.mtr:3954 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 18: INTERNAL ERROR! entityDef 'atdm:hedge01_round_small' previously defined at def/tdm_lod_nature.def:866 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 37: INTERNAL ERROR! entityDef 'atdm:hedge01_square_small' previously defined at def/tdm_lod_nature.def:886 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 56: INTERNAL ERROR! entityDef 'atdm:hedge01_round' previously defined at def/tdm_lod_nature.def:905 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 74: INTERNAL ERROR! entityDef 'atdm:hedge01_square' previously defined at def/tdm_lod_nature.def:924 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 92: INTERNAL ERROR! entityDef 'atdm:hedge01_square_long' previously defined at def/tdm_lod_nature.def:942 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 110: INTERNAL ERROR! entityDef 'atdm:hedge01_round_large' previously defined at def/tdm_lod_nature.def:960 bcd_xdump.txt:WARNING:file def/tdm_lod_nature1.def, line 128: INTERNAL ERROR! entityDef 'atdm:hedge01_arch' previously defined at def/tdm_lod_nature.def:978 bcd_xdump.txt:WARNING:file def/wreckers.def, line 9: INTERNAL ERROR! entityDef 'atdm:moveable_cutlass' previously defined at def/tdm_moveable_weapons.def:391 bcd_xdump.txt:WARNING:file particles/tdm_smoke_gaslightout.prt, line 30: INTERNAL ERROR! particle 'tdm_smoke_gaslightout' previously defined at particles/tdm_fire_candle.prt:441 business3_xdump.txt:WARNING:file particles/tdm_cauldron_steam.prt, line 31: INTERNAL ERROR! particle 'tdm_cauldron_steam_small' previously defined at particles/tdm_bikerdude.prt:55 business3_xdump.txt:WARNING:file particles/tdm_cauldron_steam.prt, line 162: INTERNAL ERROR! particle 'tdm_cauldron_steam' previously defined at particles/tdm_bikerdude.prt:84 business3_xdump.txt:WARNING:file particles/tdm_ceiling_dust_falling.prt, line 50: INTERNAL ERROR! particle 'tdm_ceiling_dust' previously defined at particles/tdm_bikerdude.prt:212 business3_xdump.txt:WARNING:file particles/tdm_chimney_smoke.prt, line 30: INTERNAL ERROR! particle 'tdm_chimney_smoke' previously defined at particles/tdm_bikerdude.prt:259 business3_xdump.txt:WARNING:file particles/tdm_chimney_smoke.prt, line 60: INTERNAL ERROR! particle 'tdm_chimney_smoke_medium' previously defined at particles/tdm_bikerdude.prt:286 business3_xdump.txt:WARNING:file particles/tdm_chimney_smoke.prt, line 90: INTERNAL ERROR! particle 'tdm_chimney_smoke_small' previously defined at particles/tdm_bikerdude.prt:313 business3_xdump.txt:WARNING:file particles/tdm_cookingpot_steam.prt, line 31: INTERNAL ERROR! particle 'tdm_cookingpot_steam' previously defined at particles/tdm_bikerdude.prt:340 business3_xdump.txt:WARNING:file particles/tdm_dry_ice.prt, line 30: INTERNAL ERROR! particle 'tdm_dry_ice' previously defined at particles/tdm_bikerdude.prt:1 business3_xdump.txt:WARNING:file particles/tdm_fireflames_small_nosmoke.prt, line 54: INTERNAL ERROR! particle 'tdm_fire_flames_small_nosmoke' previously defined at particles/tdm_bikerdude.prt:368 business3_xdump.txt:WARNING:file particles/tdm_floating_dust.prt, line 30: INTERNAL ERROR! particle 'tdm_floating_dust' previously defined at particles/tdm_bikerdude.prt:419 business3_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 31: INTERNAL ERROR! particle 'tdm_floating_moon_dust' previously defined at particles/tdm_bikerdude.prt:444 business3_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 67: INTERNAL ERROR! particle 'tdm_floating_mood_dust_small' previously defined at particles/tdm_bikerdude.prt:27 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 35: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:1 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 71: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_metal' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:26 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 108: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_noshadow' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:53 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_head01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:81 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_hair01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:116 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 702: INTERNAL ERROR! material 'textures/darkmod/volta/volta_commoner_rotting' previously defined at materials/tdm_ai_undead.mtr:531 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 766: INTERNAL ERROR! material 'textures/darkmod/volta/shoulders_rotting' previously defined at materials/tdm_ai_undead.mtr:563 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 833: INTERNAL ERROR! material 'textures/darkmod/volta/head_rotting' previously defined at materials/tdm_ai_undead.mtr:588 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_character.mtr, line 911: INTERNAL ERROR! material 'textures/darkmod/volta/hand_rotting' previously defined at materials/tdm_ai_undead.mtr:616 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_models.mtr, line 218: INTERNAL ERROR! material 'textures/darkmod/volta/cauldron_relics_sheet01' previously defined at materials/tdm_models_loot.mtr:1219 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_objects.mtr, line 58: INTERNAL ERROR! material 'textures/darkmod/volta/volta_arrows_sheet' previously defined at materials/tdm_models_weapons.mtr:1808 cauldron_v2_2_xdump.txt:WARNING:file materials/volta_water.mtr, line 39: INTERNAL ERROR! material 'textures/water_source/sea_water_semitrans' previously defined at materials/tdm_experimental_semiopaque.mtr:1 cauldron_v2_2_xdump.txt:WARNING:file skins/tdm_characters.skin, line 16: INTERNAL ERROR! skin 'commoner/rotting' previously defined at skins/tdm_ai_undead.skin:138 cauldron_v2_2_xdump.txt:WARNING:file skins/tdm_characters.skin, line 42: INTERNAL ERROR! skin 'head_rotting' previously defined at skins/tdm_ai_undead.skin:156 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 71: INTERNAL ERROR! entityDef 'atdm:projectile_spear' previously defined at def/tdm_weapon_throwing_spear.def:1 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 115: INTERNAL ERROR! entityDef 'atdm:result_spear' previously defined at def/tdm_weapon_throwing_spear.def:70 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 143: INTERNAL ERROR! entityDef 'atdm:spear_stuck' previously defined at def/tdm_weapon_throwing_spear.def:114 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 173: INTERNAL ERROR! entityDef 'broken_spear_tip' previously defined at def/tdm_weapon_throwing_spear.def:142 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 203: INTERNAL ERROR! entityDef 'broken_spear_shaft' previously defined at def/tdm_weapon_throwing_spear.def:172 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 215: INTERNAL ERROR! entityDef 'atdm:damage_spear' previously defined at def/tdm_weapon_throwing_spear.def:202 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 249: INTERNAL ERROR! entityDef 'ammo_firearrow_spear' previously defined at def/tdm_weapon_throwing_spear.def:214 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 291: INTERNAL ERROR! entityDef 'projectile_firespear' previously defined at def/tdm_weapon_throwing_spear.def:248 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 310: INTERNAL ERROR! entityDef 'damage_firespearDirect' previously defined at def/tdm_weapon_throwing_spear.def:290 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 332: INTERNAL ERROR! entityDef 'damage_firespearSplash' previously defined at def/tdm_weapon_throwing_spear.def:309 cauldron_v2_2_xdump.txt:WARNING:file def/throwing_spear.def, line 356: INTERNAL ERROR! entityDef 'result_firespear' previously defined at def/tdm_weapon_throwing_spear.def:331 cauldron_v2_2_xdump.txt:WARNING:file def/volta_wearables.def, line 153: INTERNAL ERROR! entityDef 'prop_quiver_spear_bundle' previously defined at def/tdm_weapon_throwing_spear.def:355 cauldron_v2_2_xdump.txt:WARNING:file def/volta_wearables.def, line 193: INTERNAL ERROR! entityDef 'weapon_spear' previously defined at def/tdm_weapon_throwing_spear.def:372 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 13: INTERNAL ERROR! skin 'angel_with_skulls_torn' previously defined at skins/tdm_decorative_wall.skin:1745 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 27: INTERNAL ERROR! skin 'builder02_torn' previously defined at skins/tdm_decorative_wall.skin:1759 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 41: INTERNAL ERROR! skin 'builder03_torn' previously defined at skins/tdm_decorative_wall.skin:1773 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 55: INTERNAL ERROR! skin 'builder04_torn' previously defined at skins/tdm_decorative_wall.skin:1787 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 69: INTERNAL ERROR! skin 'builder_priest_torn' previously defined at skins/tdm_decorative_wall.skin:1801 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 83: INTERNAL ERROR! skin 'carravagio1_torn' previously defined at skins/tdm_decorative_wall.skin:1815 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 97: INTERNAL ERROR! skin 'dead1_torn' previously defined at skins/tdm_decorative_wall.skin:1829 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 111: INTERNAL ERROR! skin 'dead2_torn' previously defined at skins/tdm_decorative_wall.skin:1843 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 125: INTERNAL ERROR! skin 'portrait_fair_maiden_torn' previously defined at skins/tdm_decorative_wall.skin:1857 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 139: INTERNAL ERROR! skin 'portrait_official_torn' previously defined at skins/tdm_decorative_wall.skin:1871 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 153: INTERNAL ERROR! skin 'portrait_with_skull01_torn' previously defined at skins/tdm_decorative_wall.skin:1885 ch1_eaton_xdump.txt:WARNING:file skins/torn_paintings.skin, line 167: INTERNAL ERROR! skin 'portrait_with_skull02_torn' previously defined at skins/tdm_decorative_wall.skin:1899 claw1_31_xdump.txt:WARNING:file materials/tdm_models_misc_doll.mtr, line 53: INTERNAL ERROR! material 'dewdrop_doll' previously defined at materials/tdm_models_misc.mtr:457 claw1_31_xdump.txt:WARNING:file def/tdm_moveable_doll.def, line 15: INTERNAL ERROR! entityDef 'atdm:moveable_toy_doll' previously defined at def/tdm_moveable.def:460 claw1_31_xdump.txt:WARNING:file particles/tdm_floating_dust.prt, line 28: INTERNAL ERROR! particle 'tdm_floating_dust' previously defined at particles/tdm_bikerdude.prt:419 claw1_31_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 28: INTERNAL ERROR! particle 'tdm_floating_moon_dust' previously defined at particles/tdm_bikerdude.prt:444 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty' previously defined at materials/tdm_metal_detailed.mtr:1585 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 103: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_moss' previously defined at materials/tdm_metal_detailed.mtr:1613 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white' previously defined at materials/tdm_metal_detailed.mtr:1640 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 201: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white_moss' previously defined at materials/tdm_metal_detailed.mtr:1667 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 250: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty02' previously defined at materials/tdm_metal_detailed.mtr:1694 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets' previously defined at materials/tdm_metal_detailed.mtr:1721 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 348: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets_moss' previously defined at materials/tdm_metal_detailed.mtr:1748 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 397: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim' previously defined at materials/tdm_yan_textures.mtr:1 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 446: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim_moss' previously defined at materials/tdm_yan_textures.mtr:32 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 495: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete' previously defined at materials/tdm_stone_cobblestones.mtr:1609 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 544: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete_moss' previously defined at materials/tdm_stone_cobblestones.mtr:1636 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 598: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian' previously defined at materials/tdm_metal_grate.mtr:90 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 652: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian_moss' previously defined at materials/tdm_metal_grate.mtr:124 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 670: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_moss' previously defined at materials/tdm_yan_textures.mtr:59 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 684: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_red_ivy' previously defined at materials/tdm_yan_textures.mtr:77 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 700: INTERNAL ERROR! material 'textures/darkmod/decals/metal/beam' previously defined at materials/tdm_decals_misc.mtr:61 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 714: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_edges' previously defined at materials/tdm_decals_dirt.mtr:1594 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 728: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_pile' previously defined at materials/tdm_decals_dirt.mtr:1609 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 742: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain04' previously defined at materials/tdm_decals_dirt.mtr:1622 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 756: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain05' previously defined at materials/tdm_decals_dirt.mtr:1635 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 770: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stainwallfade3' previously defined at materials/tdm_decals_dirt.mtr:1648 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 784: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/painting_wall_grime2' previously defined at materials/tdm_decals_dirt.mtr:1661 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 817: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/puddle' previously defined at materials/tdm_yan_textures.mtr:91 exhumed_xdump.txt:WARNING:file materials/yan_textures.mtr, line 830: INTERNAL ERROR! material 'textures/method/puddle_dry' previously defined at materials/tdm_yan_textures.mtr:125 fauchard1_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty' previously defined at materials/tdm_metal_detailed.mtr:1585 fauchard1_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 108: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian' previously defined at materials/tdm_metal_grate.mtr:90 fauchard1_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 126: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_moss' previously defined at materials/tdm_yan_textures.mtr:59 fauchard1_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 140: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_red_ivy' previously defined at materials/tdm_yan_textures.mtr:77 fauchard1_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 154: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain05' previously defined at materials/tdm_decals_dirt.mtr:1635 good_xdump.txt:WARNING:file materials/tdm_nature_leaves_autum.mtr, line 51: INTERNAL ERROR! material 'bkd_autumn_leaf' previously defined at materials/tdm_decals_vegetation.mtr:1562 good_xdump.txt:WARNING:file materials/water_sort.mtr, line 35: INTERNAL ERROR! material 'textures/water_source/water_dark' previously defined at materials/tdm_water.mtr:467 good_xdump.txt:WARNING:file materials/water_sort.mtr, line 57: INTERNAL ERROR! material 'textures/water_source/water_reflective' previously defined at materials/tdm_water.mtr:326 good_xdump.txt:WARNING:file materials/water_sort.mtr, line 94: INTERNAL ERROR! material 'textures/water_source/water_blue' previously defined at materials/tdm_water.mtr:287 good_xdump.txt:WARNING:file materials/window.mtr, line 53: INTERNAL ERROR! material 'textures/darkmod/window/square_pattern01_softlit' previously defined at materials/tdm_windows.mtr:729 good_xdump.txt:WARNING:file particles/tdm_fog_overcast_sort.prt, line 32: INTERNAL ERROR! particle 'tdm_fog_overcast' previously defined at particles/tdm_fog_overcast.prt:1 good_xdump.txt:WARNING:file particles/tdm_fog_overcast_sort.prt, line 59: INTERNAL ERROR! particle 'tdm_fog_etherfog_low' previously defined at particles/tdm_fog_overcast.prt:32 good_xdump.txt:WARNING:file particles/tdm_fog_overcast_sort.prt, line 84: INTERNAL ERROR! particle 'tdm_fog_etherfog_high' previously defined at particles/tdm_fog_overcast.prt:57 good_xdump.txt:WARNING:file particles/tdm_fog_overcast_sort.prt, line 109: INTERNAL ERROR! particle 'tdm_fog_etherfog_flood' previously defined at particles/tdm_fog_overcast.prt:82 hazard_xdump.txt:WARNING:file materials/volta_character.mtr, line 703: INTERNAL ERROR! material 'textures/darkmod/volta/volta_commoner_rotting' previously defined at materials/tdm_ai_undead.mtr:531 hazard_xdump.txt:WARNING:file materials/volta_character.mtr, line 768: INTERNAL ERROR! material 'textures/darkmod/volta/shoulders_rotting' previously defined at materials/tdm_ai_undead.mtr:563 hazard_xdump.txt:WARNING:file materials/volta_character.mtr, line 835: INTERNAL ERROR! material 'textures/darkmod/volta/head_rotting' previously defined at materials/tdm_ai_undead.mtr:588 hazard_xdump.txt:WARNING:file materials/volta_character.mtr, line 913: INTERNAL ERROR! material 'textures/darkmod/volta/hand_rotting' previously defined at materials/tdm_ai_undead.mtr:616 hazard_xdump.txt:WARNING:file skins/tdm_characters.skin, line 16: INTERNAL ERROR! skin 'commoner/rotting' previously defined at skins/tdm_ai_undead.skin:138 hazard_xdump.txt:WARNING:file skins/tdm_characters.skin, line 42: INTERNAL ERROR! skin 'head_rotting' previously defined at skins/tdm_ai_undead.skin:156 hazard_xdump.txt:WARNING:file skins/volta_paintings.skin, line 13: INTERNAL ERROR! skin 'builder02_torn' previously defined at skins/tdm_decorative_wall.skin:1759 hazard_xdump.txt:WARNING:file skins/volta_paintings.skin, line 26: INTERNAL ERROR! skin 'builder_priest_torn' previously defined at skins/tdm_decorative_wall.skin:1801 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 71: INTERNAL ERROR! entityDef 'atdm:projectile_spear' previously defined at def/tdm_weapon_throwing_spear.def:1 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 115: INTERNAL ERROR! entityDef 'atdm:result_spear' previously defined at def/tdm_weapon_throwing_spear.def:70 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 143: INTERNAL ERROR! entityDef 'atdm:spear_stuck' previously defined at def/tdm_weapon_throwing_spear.def:114 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 173: INTERNAL ERROR! entityDef 'broken_spear_tip' previously defined at def/tdm_weapon_throwing_spear.def:142 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 203: INTERNAL ERROR! entityDef 'broken_spear_shaft' previously defined at def/tdm_weapon_throwing_spear.def:172 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 215: INTERNAL ERROR! entityDef 'atdm:damage_spear' previously defined at def/tdm_weapon_throwing_spear.def:202 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 249: INTERNAL ERROR! entityDef 'ammo_firearrow_spear' previously defined at def/tdm_weapon_throwing_spear.def:214 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 291: INTERNAL ERROR! entityDef 'projectile_firespear' previously defined at def/tdm_weapon_throwing_spear.def:248 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 310: INTERNAL ERROR! entityDef 'damage_firespearDirect' previously defined at def/tdm_weapon_throwing_spear.def:290 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 332: INTERNAL ERROR! entityDef 'damage_firespearSplash' previously defined at def/tdm_weapon_throwing_spear.def:309 hazard_xdump.txt:WARNING:file def/throwing_spear.def, line 356: INTERNAL ERROR! entityDef 'result_firespear' previously defined at def/tdm_weapon_throwing_spear.def:331 hazard_xdump.txt:WARNING:file def/volta_wearables.def, line 153: INTERNAL ERROR! entityDef 'prop_quiver_spear_bundle' previously defined at def/tdm_weapon_throwing_spear.def:355 hazard_xdump.txt:WARNING:file def/volta_wearables.def, line 193: INTERNAL ERROR! entityDef 'weapon_spear' previously defined at def/tdm_weapon_throwing_spear.def:372 hhta_xdump.txt:WARNING:file sound/tdm_sfx_tools_automaton.sndshd, line 11: INTERNAL ERROR! sound 'drill' previously defined at sound/tdm_sfx_tools.sndshd:532 hhta_xdump.txt:WARNING:file particles/tobacco_smoke.prt, line 29: INTERNAL ERROR! particle 'tobacco_smoke' previously defined at particles/tdm_particles.prt:936 innbiz_xdump.txt:WARNING:file sound/urinate.sndshd, line 10: INTERNAL ERROR! sound 'urinate' previously defined at sound/tdm_sfx_world.sndshd:660 iris_xdump.txt:WARNING:file materials/xray.mtr, line 12: INTERNAL ERROR! material 'textures/darkmod/sfx/xray' previously defined at materials/tdm_sfx.mtr:386 iris_xdump.txt:WARNING:file materials/xray.mtr, line 25: INTERNAL ERROR! material 'textures/darkmod/sfx/xray_exclusive' previously defined at materials/tdm_sfx.mtr:404 iris_xdump.txt:WARNING:file materials/xray.mtr, line 38: INTERNAL ERROR! material 'textures/darkmod/sfx/xray_replacing' previously defined at materials/tdm_sfx.mtr:417 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 7: INTERNAL ERROR! material 'xray_glasses_backdrop' previously defined at materials/tdm_sfx.mtr:430 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 27: INTERNAL ERROR! material 'xray_glasses_overlay_mixed' previously defined at materials/tdm_sfx.mtr:439 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 53: INTERNAL ERROR! material 'xray_glasses_overlay_mixed_warped' previously defined at materials/tdm_sfx.mtr:459 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 72: INTERNAL ERROR! material 'xray_glasses_overlay_replacing' previously defined at materials/tdm_sfx.mtr:485 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 97: INTERNAL ERROR! material 'xray_glasses_overlay_replacing_warped' previously defined at materials/tdm_sfx.mtr:504 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 122: INTERNAL ERROR! material 'xray_glasses_overlay_exclusive' previously defined at materials/tdm_sfx.mtr:529 iris_xdump.txt:WARNING:file materials/xray_gui.mtr, line 147: INTERNAL ERROR! material 'xray_glasses_overlay_exclusive_warped' previously defined at materials/tdm_sfx.mtr:554 iris_xdump.txt:WARNING:file skins/xray_skins.skin, line 4: INTERNAL ERROR! skin 'invisible' previously defined at skins/tdm_misc.skin:147 iris_xdump.txt:WARNING:file skins/xray_skins.skin, line 8: INTERNAL ERROR! skin 'visible' previously defined at skins/tdm_misc.skin:152 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 35: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:1 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 71: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_metal' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:26 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 108: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_noshadow' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:53 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_head01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:81 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_hair01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:116 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 703: INTERNAL ERROR! material 'textures/darkmod/volta/volta_commoner_rotting' previously defined at materials/tdm_ai_undead.mtr:531 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 768: INTERNAL ERROR! material 'textures/darkmod/volta/shoulders_rotting' previously defined at materials/tdm_ai_undead.mtr:563 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 835: INTERNAL ERROR! material 'textures/darkmod/volta/head_rotting' previously defined at materials/tdm_ai_undead.mtr:588 nobleaffairs_xdump.txt:WARNING:file materials/volta_character.mtr, line 913: INTERNAL ERROR! material 'textures/darkmod/volta/hand_rotting' previously defined at materials/tdm_ai_undead.mtr:616 nobleaffairs_xdump.txt:WARNING:file materials/volta_objects.mtr, line 1261: INTERNAL ERROR! material 'textures/darkmod/volta/cauldron_relics_sheet01' previously defined at materials/tdm_models_loot.mtr:1219 nobleaffairs_xdump.txt:WARNING:file particles/tobacco_smoke.prt, line 29: INTERNAL ERROR! particle 'tobacco_smoke' previously defined at particles/tdm_particles.prt:936 oldhabits1_xdump.txt:WARNING:file particles/tdm_cauldron_steam.prt, line 31: INTERNAL ERROR! particle 'tdm_cauldron_steam_small' previously defined at particles/tdm_bikerdude.prt:55 oldhabits1_xdump.txt:WARNING:file particles/tdm_cauldron_steam.prt, line 162: INTERNAL ERROR! particle 'tdm_cauldron_steam' previously defined at particles/tdm_bikerdude.prt:84 oldhabits1_xdump.txt:WARNING:file particles/tdm_chimney_smoke_small.prt, line 30: INTERNAL ERROR! particle 'tdm_chimney_smoke_small' previously defined at particles/tdm_bikerdude.prt:313 oldhabits1_xdump.txt:WARNING:file particles/tdm_cookingpot_steam.prt, line 31: INTERNAL ERROR! particle 'tdm_cookingpot_steam' previously defined at particles/tdm_bikerdude.prt:340 oldhabits1_xdump.txt:WARNING:file particles/tdm_fireflames_small_nosmoke.prt, line 54: INTERNAL ERROR! particle 'tdm_fire_flames_small_nosmoke' previously defined at particles/tdm_bikerdude.prt:368 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 53: INTERNAL ERROR! particle 'water_splash' previously defined at particles/tdm_water.prt:1 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 83: INTERNAL ERROR! particle 'water_trail' previously defined at particles/tdm_water.prt:110 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 136: INTERNAL ERROR! particle 'water_splash_small' previously defined at particles/tdm_water.prt:138 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 186: INTERNAL ERROR! particle 'water_splash_tiny' previously defined at particles/tdm_water.prt:192 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 239: INTERNAL ERROR! particle 'water_splash_large' previously defined at particles/tdm_water.prt:248 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 313: INTERNAL ERROR! particle 'water_fall' previously defined at particles/tdm_water.prt:327 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 343: INTERNAL ERROR! particle 'water_waves' previously defined at particles/tdm_water.prt:399 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 372: INTERNAL ERROR! particle 'water_waves_tiny' previously defined at particles/tdm_water.prt:453 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 444: INTERNAL ERROR! particle 'tdm_waterfall_light' previously defined at particles/tdm_water.prt:484 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 497: INTERNAL ERROR! particle 'tdm_waterfall_light_splashes' previously defined at particles/tdm_water.prt:556 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 546: INTERNAL ERROR! particle 'ah_waterfall' previously defined at particles/tdm_water.prt:606 oldhabits1_xdump.txt:WARNING:file particles/tdm_water_bubble_splash.prt, line 595: INTERNAL ERROR! particle 'ah_waterfall_larger' previously defined at particles/tdm_water.prt:655 painterswife_xdump.txt:WARNING:file materials/tdm_windows_city.mtr, line 284: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern04_selflit' previously defined at materials/tdm_windows.mtr:3217 painterswife_xdump.txt:WARNING:file materials/tdm_windows_city.mtr, line 326: INTERNAL ERROR! material 'textures/darkmod/window/roundtop_white01/roundtop_white01_softlit' previously defined at materials/tdm_windows.mtr:2082 painterswife_xdump.txt:WARNING:file materials/tdm_windows_city.mtr, line 367: INTERNAL ERROR! material 'textures/darkmod/window/roundtop_white01/roundtop_white01_brightlit' previously defined at materials/tdm_windows.mtr:2052 painterswife_xdump.txt:WARNING:file particles/tdm_elemental_blue.prt, line 105: INTERNAL ERROR! particle 'tdm_elemental_smoke' previously defined at particles/tdm_elemental.prt:50 penny2_1_xdump.txt:WARNING:file materials/tdm_decals_tdm202.mtr, line 17: INTERNAL ERROR! material 'textures/darkmod/decals/metal/beam' previously defined at materials/tdm_decals_misc.mtr:61 penny2_1_xdump.txt:WARNING:file materials/tdm_melan_carpet5.mtr, line 97: INTERNAL ERROR! material 'textures/darkmod/carpet/rugs/ornate_floral_checker01' previously defined at materials/tdm_carpet.mtr:28 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty' previously defined at materials/tdm_metal_detailed.mtr:1585 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 103: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_moss' previously defined at materials/tdm_metal_detailed.mtr:1613 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white' previously defined at materials/tdm_metal_detailed.mtr:1640 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 201: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white_moss' previously defined at materials/tdm_metal_detailed.mtr:1667 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 250: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty02' previously defined at materials/tdm_metal_detailed.mtr:1694 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets' previously defined at materials/tdm_metal_detailed.mtr:1721 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 348: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets_moss' previously defined at materials/tdm_metal_detailed.mtr:1748 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 397: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim' previously defined at materials/tdm_yan_textures.mtr:1 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 446: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim_moss' previously defined at materials/tdm_yan_textures.mtr:32 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 495: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete' previously defined at materials/tdm_stone_cobblestones.mtr:1609 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 544: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete_moss' previously defined at materials/tdm_stone_cobblestones.mtr:1636 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 598: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian' previously defined at materials/tdm_metal_grate.mtr:90 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 652: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian_moss' previously defined at materials/tdm_metal_grate.mtr:124 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 670: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_moss' previously defined at materials/tdm_yan_textures.mtr:59 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 684: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_red_ivy' previously defined at materials/tdm_yan_textures.mtr:77 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 700: INTERNAL ERROR! material 'textures/darkmod/decals/metal/beam' previously defined at materials/tdm_decals_misc.mtr:61 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 714: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_edges' previously defined at materials/tdm_decals_dirt.mtr:1594 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 728: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_pile' previously defined at materials/tdm_decals_dirt.mtr:1609 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 742: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain04' previously defined at materials/tdm_decals_dirt.mtr:1622 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 756: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain05' previously defined at materials/tdm_decals_dirt.mtr:1635 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 770: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stainwallfade3' previously defined at materials/tdm_decals_dirt.mtr:1648 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 784: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/painting_wall_grime2' previously defined at materials/tdm_decals_dirt.mtr:1661 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 817: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/puddle' previously defined at materials/tdm_yan_textures.mtr:91 penny2_1_xdump.txt:WARNING:file materials/yan_textures.mtr, line 830: INTERNAL ERROR! material 'textures/method/puddle_dry' previously defined at materials/tdm_yan_textures.mtr:125 penny2_1_xdump.txt:WARNING:file particles/tdm_maps_gathers.prt, line 483: INTERNAL ERROR! particle 'tdm_glare_lamp_02' previously defined at particles/tdm_glare_lamp_02.prt:1 penny3_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 29: INTERNAL ERROR! particle 'tdm_floating_moon_dust' previously defined at particles/tdm_bikerdude.prt:444 penny3_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 57: INTERNAL ERROR! particle 'tdm_floating_mood_dust_small' previously defined at particles/tdm_bikerdude.prt:27 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 54: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty' previously defined at materials/tdm_metal_detailed.mtr:1585 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 103: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_moss' previously defined at materials/tdm_metal_detailed.mtr:1613 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white' previously defined at materials/tdm_metal_detailed.mtr:1640 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 201: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty_white_moss' previously defined at materials/tdm_metal_detailed.mtr:1667 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 250: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/panel_rivets_dirty02' previously defined at materials/tdm_metal_detailed.mtr:1694 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets' previously defined at materials/tdm_metal_detailed.mtr:1721 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 348: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/tiling_1d/brown_plate_rivets_moss' previously defined at materials/tdm_metal_detailed.mtr:1748 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 397: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim' previously defined at materials/tdm_yan_textures.mtr:1 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 446: INTERNAL ERROR! material 'textures/darkmod/stone/brick/halfbrick_trim_moss' previously defined at materials/tdm_yan_textures.mtr:32 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 495: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete' previously defined at materials/tdm_stone_cobblestones.mtr:1609 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 544: INTERNAL ERROR! material 'textures/darkmod/stone/cobblestones/sidewalk_concrete_moss' previously defined at materials/tdm_stone_cobblestones.mtr:1636 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 598: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian' previously defined at materials/tdm_metal_grate.mtr:90 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 652: INTERNAL ERROR! material 'textures/darkmod/metal/grate/girder_victorian_moss' previously defined at materials/tdm_metal_grate.mtr:124 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 670: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_moss' previously defined at materials/tdm_yan_textures.mtr:59 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 684: INTERNAL ERROR! material 'textures/darkmod/decals/vegetation/hanging_red_ivy' previously defined at materials/tdm_yan_textures.mtr:77 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 700: INTERNAL ERROR! material 'textures/darkmod/decals/metal/beam' previously defined at materials/tdm_decals_misc.mtr:61 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 714: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_edges' previously defined at materials/tdm_decals_dirt.mtr:1594 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 728: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/dirt_pile' previously defined at materials/tdm_decals_dirt.mtr:1609 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 742: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain04' previously defined at materials/tdm_decals_dirt.mtr:1622 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 756: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stain05' previously defined at materials/tdm_decals_dirt.mtr:1635 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 770: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/stainwallfade3' previously defined at materials/tdm_decals_dirt.mtr:1648 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 784: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/painting_wall_grime2' previously defined at materials/tdm_decals_dirt.mtr:1661 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 817: INTERNAL ERROR! material 'textures/darkmod/decals/dirt/puddle' previously defined at materials/tdm_yan_textures.mtr:91 quinn_xdump.txt:WARNING:file materials/yan_textures.mtr, line 830: INTERNAL ERROR! material 'textures/method/puddle_dry' previously defined at materials/tdm_yan_textures.mtr:125 returntothecity_xdump.txt:WARNING:file materials/tdm_melan_metal.mtr, line 46: INTERNAL ERROR! material 'textures/darkmod/metal/detailed/dynamoplaque/brass_plaque_electric_434' previously defined at materials/tdm_melan_detailedmetal.mtr:30 returntothecity_xdump.txt:WARNING:file materials/tdm_melan_rttc.mtr, line 47: INTERNAL ERROR! material 'textures/darkmod/stone/brick/bricks_darkbrown' previously defined at materials/tdm_melan_brick.mtr:1 returntothecity_xdump.txt:WARNING:file sound/tdm_rttc.sndshd, line 8: INTERNAL ERROR! sound 'bubbling_cauldron_loop' previously defined at sound/tdm_ambient_environmental.sndshd:235 score_to_settle_xdump.txt:WARNING:file materials/windows_springheel.mtr, line 32: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern02/diamond_pattern02_flicker01' previously defined at materials/tdm_windows.mtr:2349 score_to_settle_xdump.txt:WARNING:file materials/windows_springheel.mtr, line 66: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern02/diamond_pattern02_flicker02' previously defined at materials/tdm_windows.mtr:2382 score_to_settle_xdump.txt:WARNING:file materials/windows_springheel.mtr, line 96: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern02/diamond_pattern02_flicker03' previously defined at materials/tdm_windows.mtr:2416 score_to_settle_xdump.txt:WARNING:file materials/windows_springheel.mtr, line 126: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern02/diamond_pattern02_flicker04' previously defined at materials/tdm_windows.mtr:2446 score_to_settle_xdump.txt:WARNING:file materials/windows_springheel.mtr, line 158: INTERNAL ERROR! material 'textures/darkmod/window/diamond_pattern02/diamond_pattern02_flicker05' previously defined at materials/tdm_windows.mtr:2476 sirt_xdump.txt:WARNING:file skins/sirt.skin, line 303: INTERNAL ERROR! skin 'dead1' previously defined at skins/campaign.skin:1 sirt_xdump.txt:WARNING:file skins/sirt.skin, line 324: INTERNAL ERROR! skin 'dead2' previously defined at skins/campaign.skin:20 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 35: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:1 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 71: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_metal' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:26 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 108: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast01_noshadow' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:53 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 152: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_head01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:81 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 299: INTERNAL ERROR! material 'textures/darkmod/volta/manbeast_hair01' previously defined at materials/tdm_ai_monsters_manbeasts.mtr:116 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 702: INTERNAL ERROR! material 'textures/darkmod/volta/volta_commoner_rotting' previously defined at materials/tdm_ai_undead.mtr:531 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 766: INTERNAL ERROR! material 'textures/darkmod/volta/shoulders_rotting' previously defined at materials/tdm_ai_undead.mtr:563 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 833: INTERNAL ERROR! material 'textures/darkmod/volta/head_rotting' previously defined at materials/tdm_ai_undead.mtr:588 snowed_inn_xdump.txt:WARNING:file materials/volta_character.mtr, line 911: INTERNAL ERROR! material 'textures/darkmod/volta/hand_rotting' previously defined at materials/tdm_ai_undead.mtr:616 snowed_inn_xdump.txt:WARNING:file materials/volta_objects.mtr, line 56: INTERNAL ERROR! material 'textures/darkmod/volta/volta_arrows_sheet' previously defined at materials/tdm_models_weapons.mtr:1808 snowed_inn_xdump.txt:WARNING:file materials/volta_objects.mtr, line 1091: INTERNAL ERROR! material 'textures/darkmod/volta/cauldron_relics_sheet01' previously defined at materials/tdm_models_loot.mtr:1219 snowed_inn_xdump.txt:WARNING:file skins/tdm_characters.skin, line 16: INTERNAL ERROR! skin 'commoner/rotting' previously defined at skins/tdm_ai_undead.skin:138 snowed_inn_xdump.txt:WARNING:file skins/tdm_characters.skin, line 42: INTERNAL ERROR! skin 'head_rotting' previously defined at skins/tdm_ai_undead.skin:156 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 71: INTERNAL ERROR! entityDef 'atdm:projectile_spear' previously defined at def/tdm_weapon_throwing_spear.def:1 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 115: INTERNAL ERROR! entityDef 'atdm:result_spear' previously defined at def/tdm_weapon_throwing_spear.def:70 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 143: INTERNAL ERROR! entityDef 'atdm:spear_stuck' previously defined at def/tdm_weapon_throwing_spear.def:114 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 173: INTERNAL ERROR! entityDef 'broken_spear_tip' previously defined at def/tdm_weapon_throwing_spear.def:142 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 203: INTERNAL ERROR! entityDef 'broken_spear_shaft' previously defined at def/tdm_weapon_throwing_spear.def:172 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 215: INTERNAL ERROR! entityDef 'atdm:damage_spear' previously defined at def/tdm_weapon_throwing_spear.def:202 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 249: INTERNAL ERROR! entityDef 'ammo_firearrow_spear' previously defined at def/tdm_weapon_throwing_spear.def:214 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 291: INTERNAL ERROR! entityDef 'projectile_firespear' previously defined at def/tdm_weapon_throwing_spear.def:248 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 310: INTERNAL ERROR! entityDef 'damage_firespearDirect' previously defined at def/tdm_weapon_throwing_spear.def:290 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 332: INTERNAL ERROR! entityDef 'damage_firespearSplash' previously defined at def/tdm_weapon_throwing_spear.def:309 snowed_inn_xdump.txt:WARNING:file def/throwing_spear.def, line 356: INTERNAL ERROR! entityDef 'result_firespear' previously defined at def/tdm_weapon_throwing_spear.def:331 snowed_inn_xdump.txt:WARNING:file def/volta_wearables.def, line 153: INTERNAL ERROR! entityDef 'prop_quiver_spear_bundle' previously defined at def/tdm_weapon_throwing_spear.def:355 snowed_inn_xdump.txt:WARNING:file def/volta_wearables.def, line 193: INTERNAL ERROR! entityDef 'weapon_spear' previously defined at def/tdm_weapon_throwing_spear.def:372 talbot_xdump.txt:WARNING:file materials/tdm_lights_kiss.mtr, line 18: INTERNAL ERROR! material 'lights/tdm_roundtop_window_top' previously defined at materials/tdm_ghouse_lights.mtr:1 talbot_xdump.txt:WARNING:file materials/tdm_lights_kiss.mtr, line 27: INTERNAL ERROR! material 'lights/tdm_roundtop_window_bottom' previously defined at materials/tdm_ghouse_lights.mtr:10 talbot_xdump.txt:WARNING:file materials/tdm_lights_kiss.mtr, line 36: INTERNAL ERROR! material 'lights/tdm_stained_glass_clear' previously defined at materials/tdm_ghouse_lights.mtr:19 talbot_xdump.txt:WARNING:file skins/tdm_lighting_models.skin, line 12: INTERNAL ERROR! skin 'heavy_rust_pocked01' previously defined at skins/tdm_gen_metal.skin:230 talbot_xdump.txt:WARNING:file skins/tdm_lighting_models.skin, line 22: INTERNAL ERROR! skin 'simple_rough_grey01' previously defined at skins/tdm_gen_metal.skin:271 talbot_xdump.txt:WARNING:file skins/tdm_lighting_models.skin, line 32: INTERNAL ERROR! skin 'rusty_crusted_brownish' previously defined at skins/tdm_gen_metal.skin:101 talbot_xdump.txt:WARNING:file skins/tdm_lighting_models.skin, line 58: INTERNAL ERROR! skin 'copper_dirty' previously defined at skins/tdm_gen_metal.skin:593 talbot_xdump.txt:WARNING:file skins/tdm_lighting_models.skin, line 69: INTERNAL ERROR! skin 'blue_metal_rust' previously defined at skins/tdm_gen_metal.skin:138 talbot_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 29: INTERNAL ERROR! particle 'tdm_floating_moon_dust' previously defined at particles/tdm_bikerdude.prt:444 talbot_xdump.txt:WARNING:file particles/tdm_floating_moon_dust.prt, line 57: INTERNAL ERROR! particle 'tdm_floating_mood_dust_small' previously defined at particles/tdm_bikerdude.prt:27 u2_flock_xdump.txt:WARNING:file particles/tobacco_smoke.prt, line 29: INTERNAL ERROR! particle 'tobacco_smoke' previously defined at particles/tdm_particles.prt:936 ulysses_genesis_xdump.txt:WARNING:file sound/tdm_ai_steampunk_automaton.sndshd, line 40: INTERNAL ERROR! sound 'automaton_utilize' previously defined at sound/tdm_ai_automaton.sndshd:22 ulysses_genesis_xdump.txt:WARNING:file sound/urinate.sndshd, line 10: INTERNAL ERROR! sound 'urinate' previously defined at sound/tdm_sfx_world.sndshd:660 ulysses_genesis_xdump.txt:WARNING:file particles/tobacco_smoke.prt, line 29: INTERNAL ERROR! particle 'tobacco_smoke' previously defined at particles/tdm_particles.prt:936 vfat3_xdump.txt:WARNING:file materials/vfat2.mtr, line 9: INTERNAL ERROR! material 'lights/tdm_doublestreetlight' previously defined at materials/lights.mtr:1755 volta1_3_xdump.txt:WARNING:file materials/volta_objects.mtr, line 56: INTERNAL ERROR! material 'textures/darkmod/volta/volta_arrows_sheet' previously defined at materials/tdm_models_weapons.mtr:1808 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 8: INTERNAL ERROR! material 'xray_glasses_backdrop' previously defined at materials/tdm_sfx.mtr:430 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 28: INTERNAL ERROR! material 'xray_glasses_overlay_mixed' previously defined at materials/tdm_sfx.mtr:439 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 54: INTERNAL ERROR! material 'xray_glasses_overlay_mixed_warped' previously defined at materials/tdm_sfx.mtr:459 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 73: INTERNAL ERROR! material 'xray_glasses_overlay_replacing' previously defined at materials/tdm_sfx.mtr:485 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 98: INTERNAL ERROR! material 'xray_glasses_overlay_replacing_warped' previously defined at materials/tdm_sfx.mtr:504 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 123: INTERNAL ERROR! material 'xray_glasses_overlay_exclusive' previously defined at materials/tdm_sfx.mtr:529 written_xdump.txt:WARNING:file materials/xray_glasses.mtr, line 148: INTERNAL ERROR! material 'xray_glasses_overlay_exclusive_warped' previously defined at materials/tdm_sfx.mtr:554 written_xdump.txt:WARNING:file skins/welli_furniture.skin, line 10: INTERNAL ERROR! skin 'desk_old' previously defined at skins/tdm_furniture.skin:528 ws1_north_xdump.txt:WARNING:file skins/tdm_steele_skins.skin, line 35: INTERNAL ERROR! skin 'furnace_small_round_iron' previously defined at skins/tdm_fireplace.skin:74 ws4_warrens_xdump.txt:WARNING:file materials/ws4.mtr, line 614: INTERNAL ERROR! material 'textures/postprocess/rotoedge' previously defined at materials/tdm_postprocess.mtr:1 ws4_warrens_xdump.txt:WARNING:file skins/tdm_steele_skins.skin, line 55: INTERNAL ERROR! skin 'doorframe_wood_brown_dull01' previously defined at skins/tdm_architecture_doorframes.skin:29 ws4_warrens_xdump.txt:WARNING:file particles/ws4.prt, line 477: INTERNAL ERROR! particle 'tdm_rain_splash_drizzle' previously defined at particles/tdm_weather.prt:151 |
|
Here is the same set sorted into directories by FM: xxx_active.txt --- this is the CORE decl which took precedence xxx_disabled.txt --- this is MISSION decl which was overridden xxx_compare.bat --- run this to see diff in TortoiseSVN's diff tool (Windows-only) xxx_same.txt --- a rare case when both decls are exactly the same (bytewise comparison) Note that you need to find where TortoiseSVN is in Program Files and add the directory with TortoiseMerge.exe to PATH. Otherwise, comparison scripts won't work. |
|
This is the Google Sheet for managing the 334 decls affected by this change: https://docs.google.com/spreadsheets/d/1fs_6OjUH-gOIBvu_CNbO5PFnYIb4yKO2Gkp-DMzfZns/edit#gid=0 Using the above comparison scripts, the decls have been sorted into 143 relevant and 191 non-relevant (i.e. whitespace changes only) changes. The 143 relevant decls were checked, with results described in the sheet and in this post: https://forums.thedarkmod.com/index.php?/topic/21543-decls-precedence-mission-vs-core/&do=findComment&comment=477499 A handful missions were updated with announcements (Old Habits 1, Business as Usual v3, A Good Neighbour) or silently if the changes were too minor (Return to the City, Ulysses: Genesis, Inn Business). The Painter's Wife has, besides 1 soon-broken material (textures/darkmod/window/diamond_pattern04_selflit), some more issues that should be fixed as part of a wider update - see ingame console warnings. The ticket can be marked as resolved once kingsal has updated his missions. |
|
Original Excel table in case the Google Sheet is lost: | |
There is one annoying case where game fails to start: https://forums.thedarkmod.com/index.php?/topic/21679-beta-testing-211/page/3/#comment-481259 https://forums.thedarkmod.com/index.php?/topic/21543-decls-precedence-mission-vs-core/&do=findComment&comment=481269 This is caused by a bug in handling of case insensitivity: in a function which returns list of files by filter, deduplication was case-sensitive. Actually, It was partially case-insensitive, which means that it is actually case-sensitive =) So here are a few more commits: r10217 Fixed idFileSystemLocal::AddUnique to be case-insensitive. Note that the comparison is already case-insensitive here, but hash function is not... so this was probably the original intent. r10218 Don't stop people from playing on "registered twice" issue. I seriously hope that r10217 won't break some rare case on Linux or lead to some other delayed problem... |
|
Date Modified | Username | Field | Change |
---|---|---|---|
30.09.2021 09:40 | stgatilov | New Issue | |
30.09.2021 09:40 | stgatilov | Status | new => assigned |
30.09.2021 09:40 | stgatilov | Assigned To | => stgatilov |
30.09.2021 09:40 | stgatilov | Relationship added | related to 0005170 |
03.08.2022 19:49 | stgatilov | Note Added: 0015113 | |
05.08.2022 06:26 | stgatilov | Note Added: 0015119 | |
05.08.2022 06:26 | stgatilov | File Added: _redefines.txt | |
05.08.2022 06:26 | stgatilov | File Added: _raw_output.7z | |
06.08.2022 09:34 | stgatilov | Note Added: 0015128 | |
06.08.2022 09:34 | stgatilov | File Added: fms_redef_compare.7z | |
08.08.2022 01:12 | nbohr1more | Relationship added | related to 0004802 |
08.08.2022 11:42 | Dragofer | Note Added: 0015152 | |
08.08.2022 11:43 | Dragofer | Note Added: 0015153 | |
08.08.2022 11:43 | Dragofer | File Added: overrides.xlsx | |
08.08.2022 11:45 | Dragofer | Note Edited: 0015152 | |
30.10.2022 16:07 | stgatilov | Status | assigned => feedback |
04.12.2022 03:03 | nbohr1more | Status | feedback => resolved |
04.12.2022 03:03 | nbohr1more | Resolution | open => fixed |
04.12.2022 03:03 | nbohr1more | Fixed in Version | => TDM 2.11 |
17.12.2022 18:47 | stgatilov | Note Added: 0015588 | |
02.01.2023 16:17 | nbohr1more | Relationship added | parent of 0005018 |