View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003248 | Spring engine | General | public | 2012-08-25 13:35 | 2012-08-28 16:17 |
| Reporter | Beherith | Assigned To | Kloot | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 89.0 | ||||
| Summary | 0003248: Units with low heights fail to load and unload from transports 89.0.1-281-g400427a develop | ||||
| Description | An atlas can load a samson, but cant unload it. An atlas cant even load stumpy or flash (low height units). The transport just hovers above the unit without loading it. Atlases can load and unload commanders (high height units) fine. | ||||
| Steps To Reproduce | Load samson, fails to unload. Fails to load stumpy. Replay not included because it is a develop build from buildbot. | ||||
| Additional Information | Tested with BA 7.70 on multiple maps 89.0.1-281-g400427a develop | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
The problem is the huegliekxbox radius of BA's armatlas model (see gray sphere in alt+B), which prevents it from getting close enough to the ground to pick up low-height units like armflash because aircraft<-->ground collision takes radius into account now. |
|
|
Thanks for clearing that up, can I make transports get nocollide? Or is that a global setting? If not, ill just shrink their radii in unitdefs post. |
|
|
model radii cannot be adjusted from unitdefs_post, but you can use the Spring.SetRadiusAndHeight callout if you don't want to edit them. (nocollide is only for making aircraft clip through each other, so that won't work either) |
|
|
Model radius for 3do cannot be adjusted at all, as far as I know. Ill just make a gadget that calls Spring.SetUnitRadiusAndHeight for each transport on unitcreated. |
|
|
kk |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-08-25 13:35 | Beherith | New Issue | |
| 2012-08-25 16:36 | Kloot | Note Added: 0009126 | |
| 2012-08-25 16:36 | Kloot | Status | new => feedback |
| 2012-08-27 19:31 | Beherith | Note Added: 0009135 | |
| 2012-08-27 19:31 | Beherith | Status | feedback => new |
| 2012-08-27 22:07 | Kloot | Note Added: 0009136 | |
| 2012-08-28 11:57 | Beherith | Note Added: 0009137 | |
| 2012-08-28 16:17 | Kloot | Note Added: 0009138 | |
| 2012-08-28 16:17 | Kloot | Status | new => closed |
| 2012-08-28 16:17 | Kloot | Assigned To | => Kloot |
| 2012-08-28 16:17 | Kloot | Resolution | open => no change required |