View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005800 | Spring engine | General | public | 2017-10-07 00:16 | 2017-10-09 13:48 |
| Reporter | abma | Assigned To | Kloot | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | 104.0 +git | ||||
| Target Version | 105.0 | ||||
| Summary | 0005800: animations (?) broken: invulnerable units / turrents not rotating | ||||
| Description | an engine change seems to have introduced this, works in spring 103.0. https://github.com/Balanced-Annihilation/Balanced-Annihilation/issues/79 | ||||
| Steps To Reproduce | download ba:test /cheat /give armstump /give armjanus /give armstump 1 | ||||
| Additional Information | armstump fails, armjanus works as expected, not sure why. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
perhaps this? https://github.com/spring/spring/blob/develop/doc/changelog.txt#L10 |
|
|
not sure if this explains indestructible units, afaik this can happen when the death animation fails. |
|
|
infolog? |
|
|
From the infolog it seems that the lus script (basictankscript.lua) is at least not erroring. Units not dying are usually due to a missing return value in Killed() callin right ? If anything has changed in the way the Killed() callin operates (and what return args are needed) that might be triggering that issue. Another possibility is that it's stucked in the DeathRun() animation, and never get past that. But judging from the way the script is built i don't see any reason it would get stucked in a "while f< 25 do Sleep(x) f= f +1 end" loop. Also if that were the case you'd witness explosion gfxs popping all over the tank (as this is what happens throughout the loop). |
|
|
Killed changes were made in a previous release, your LuaRules environment failed to load ("[f=0000002] LuaRules is not loaded") so the LUS handler gadget did not activate at all. |
|
|
mod bug afaict (gadget errors bringing down LuaRules) |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-10-07 00:16 | abma | New Issue | |
| 2017-10-07 00:18 | hokomoko | Note Added: 0018482 | |
| 2017-10-07 00:20 | abma | Note Added: 0018483 | |
| 2017-10-07 00:21 | hokomoko | Note Added: 0018484 | |
| 2017-10-07 00:27 | abma | File Added: infolog.txt | |
| 2017-10-07 01:07 | Doo | Note Added: 0018485 | |
| 2017-10-07 01:19 | Kloot | Note Added: 0018486 | |
| 2017-10-07 01:21 | Kloot | Note Edited: 0018486 | |
| 2017-10-09 13:48 | Kloot | Assigned To | => Kloot |
| 2017-10-09 13:48 | Kloot | Status | new => closed |
| 2017-10-09 13:48 | Kloot | Resolution | open => no change required |
| 2017-10-09 13:48 | Kloot | Note Added: 0018488 |