View Issue Details

IDProjectCategoryView StatusLast Update
0000575Spring engineGeneralpublic2007-08-31 09:17
Reporteryuritch Assigned Toimbaczek  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000575: [patch] Allow some control over fire at crashing planes
DescriptionThis allows for the modder to define whether the crashing planes (and/or units running long Killed() scripts) can be fired on via modrules.tdf new section:
[FIREATDEAD]
{
  fireAtKilled=0;
  fireAtCrashing=0;
}
The defaults are to disallow both (Spring 0.75 behaviour, both variables set to 0). Spring 0.74 behaviour (allow both) can be emulated by setting both variables to 1.
TagsNo tags attached.
Attached Files
fireAtDead.patch (Attachment missing)
Checked infolog.txt for Errors

Activities

imbaczek

2007-08-31 09:17

reporter   ~0001195

committed in r4268, thanks.

Issue History

Date Modified Username Field Change
2007-08-02 08:25 yuritch New Issue
2007-08-02 08:25 yuritch File Added: fireAtDead.patch
2007-08-31 09:17 imbaczek Status new => resolved
2007-08-31 09:17 imbaczek Resolution open => fixed
2007-08-31 09:17 imbaczek Assigned To => imbaczek
2007-08-31 09:17 imbaczek Note Added: 0001195