View Issue Details

IDProjectCategoryView StatusLast Update
0003248Spring engineGeneralpublic2012-08-28 16:17
ReporterBeherith Assigned ToKloot  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version89.0 
Summary0003248: Units with low heights fail to load and unload from transports 89.0.1-281-g400427a develop
DescriptionAn 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 ReproduceLoad samson, fails to unload.
Fails to load stumpy.

Replay not included because it is a develop build from buildbot.
Additional InformationTested with BA 7.70 on multiple maps
89.0.1-281-g400427a develop
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2012-08-25 16:36

developer   ~0009126

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.

Beherith

2012-08-27 19:31

reporter   ~0009135

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.

Kloot

2012-08-27 22:07

developer   ~0009136

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)

Beherith

2012-08-28 11:57

reporter   ~0009137

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.

Kloot

2012-08-28 16:17

developer   ~0009138

kk

Issue History

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