Okay, having an odd issue here.. When mapping the D.T.T Manta, I made the "wings" sub-entities to make the texture mapping easier on this one... However, something isn't working when it comes to the emission maps... You
can have emission maps on sub-entities right? I am pretty sure that is what I did with Heavy Metals aft laser... but in this picture...:
...The blue/green designs on the wings should be glowing, and obviously are not... I have checked and double checked file names, even copying and pasting the names of the files directly. So, next thought, is a nasty wild syntax might be the cause (No errors in the log however...). Here is the code... Can anyone see a reason here that might be the cause?
Code: Select all
{
// ++++++ D.T.T. Manta ++++++
"dttmanta" =
{
aft_eject_position = "0.0 -4.0016 -17.3695";
aft_weapon_type = "WEAPON_BEAM_LASER";
ai_type = "pirateAI.plist";
auto_ai = yes;
cargo_type = "CARGO_NOT_CARGO";
energy_recharge_rate = 4.0;
exhaust = (
"0.0 3.3252 -32.9378 5.0 2.0"
);
forward_weapon_type = "WEAPON_BEAM_LASER";
has_ecm = .75;
has_escape_pod = 0.75;
has_fuel_injection = .5;
has_scoop = YES;
has_shield_booster = .25;
likely_cargo = 3;
materials =
{
"MantaBodyTexture.png" =
{
emission_map = "MantaBodyEmissions.png";
shininess = 10;
specular_color = (0.3, 0.3, 0.3, 0.5);
};
};
max_cargo = 18;
max_energy = 255;
max_flight_pitch = 1.0;
max_flight_roll = 2.0;
max_flight_speed = 320;
max_missiles = 3;
missile_launch_position = "0.0 3.0339 16.5348";
model = "dttmantabody.dat";
name = "DTT Manta";
roles = "hunter pirate trader sunskim-trader";
thrust = 32;
scoop_position = "0.0 3.0339 16.5348";
smooth = yes;
subentities =
(
"manta_wings 0 0 0 1 0 0 0"
);
weapon_facings = "3";
weapon_position_aft = "0.0 -2.091 -29.6228";
weapon_position_forward = "0.0 9.4443 20.153";
};
//########################################################################
"dttmanta_player" =
{
aft_weapon_type = "WEAPON_PULSE_LASER";
"like_ship" = "dttmanta";
custom_views =
(
{
view_description = "Scoop View";
view_orientation = "1.0 0.0 0.0 0.0";
view_position = "0.0 3.0339 16.5348";
weapon_facing = "FORWARD";
},
{
view_description = "Rear View";
view_orientation = "1.0 0.0 0.0 0.0";
view_position = "0.0 10.0 -150.0";
weapon_facing = "FORWARD";
},
{
view_description = "Rear Right View";
view_orientation = "0.9239 0.0 0.3827 0.0";
view_position = "106.06 10.0 -106.06";
weapon_facing = "AFT";
},
{
view_description = "Right View";
view_orientation = "0.7071 0.0 0.7071 0.0";
view_position = "150.0 10.0 0.0";
weapon_facing = "FORWARD";
},
{
view_description = "Front Right View";
view_orientation = "0.3827 0.0 0.9239 0.0";
view_position = "106.06 10.0 106.06";
weapon_facing = "FORWARD";
},
{
view_description = "Front View";
view_orientation = "0.0 0.0 1.0 0.0";
view_position = "0.0 10.0 150.0";
weapon_facing = "FORWARD";
},
{
view_description = "Front Left View";
view_orientation = "0.3827 0.0 -0.9239 0.0";
view_position = "-106.06 10.0 106.06";
weapon_facing = "AFT";
},
{
view_description = "Left View";
view_orientation = "0.7071 0.0 -0.7071 0.0";
view_position = "-150.0 10.0 0.0";
weapon_facing = "FORWARD";
},
{
view_description = "Rear Left View";
view_orientation = "0.9239 0.0 -0.3827 0.0";
view_position = "-106.06 10.0 -106.06";
weapon_facing = "FORWARD";
},
{
view_description = "Top View";
view_orientation = "-0.7071 0.7071 0.0 0.0";
view_position = "0.0 165.0 0.0";
weapon_facing = "FORWARD";
},
{
view_description = "Bottom View";
view_orientation = "0.0 0.0 0.7071 0.7071";
view_position = "0.0 -165.0 0.0";
weapon_facing = "FORWARD";
}
);
forward_weapon_type = "WEAPON_PULSE_LASER";
roles = "player";
view_position_aft = "0.0 -1.3634 -27.7206 ";
view_position_forward = "0.0 7.4283 20.7643";
view_position_port = "-1.9831 7.4919 19.1639";
view_position_starboard = "1.9831 7.4919 19.1639";
};
//########################################################################
"manta_wings" =
{
ai_type = "nullAI.plist";
materials =
{
"MantaWingsTexture.png.png" =
{
emission_map = "MantaWingsEmissions.png";
shininess = 10;
specular_color = (0.3, 0.3, 0.3, 0.5);
};
};
model = "dttmantawings.dat";
roles = "dttmanta_subent";
smooth = "yes";
};
}