
Originally Posted by
TJSTRONG87
Hey man what file do you go to in order to edit arrows to dissapear?
descr_effects_impacts
in Medieval 2 Total War/mods/EBII/Data
Look for 'effect arrow_ground_impact' ..once opened, use CTRL + F and type it in there for quicker searching.
Edit the number where it says fade_time 300 change the 300 to something smaller, like 3 (which is 3 seconds before they start to fade away) or whatever number you like.
So it would look something like this
Code:
effect arrow_ground_impact
{
type projectile
{
model models_effects/arrow_projectile_ground_impact.CAS
sort_for_speed
clr_adjust_by_ambient_intensity
fade_time 3
}
}
effect arrow_wall_impact
{
type projectile
{
model models_effects/arrow_projectile_wall_impact.CAS
sort_for_speed
clr_adjust_by_ambient_intensity
fade_time 3
I changed the Javelins as well in my own which is further down the text file.