View Issue Details

IDProjectCategoryView StatusLast Update
0003937Spring engineGeneralpublic2013-08-13 20:21
ReporterPepeAmpere Assigned ToKloot  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version94.1.1+git 
Summary0003937: still not possible to unload on flat unit (=concrete texture unit) or walk over it
Description- discribed here year ago: http://springrts.com/phpbb/viewtopic.php?p=528330#p528330
- tested on last release announced here: http://springrts.com/phpbb/viewtopic.php?f=12&t=30793
- tried:
    - set hitspehere to 0 and move it underground
Spring.SetUnitCollisionVolumeData(unitID,0,0,0,0,-150,0,-1,0,0)
Spring.SetUnitCollisionVolumeData(unitID,0,0,0,0,-150,0,0,0,0)
    - set modelshpere to 0 and set model height to 0 or -150
spSetUnitRadiusAndHeight(unitID,0,0)
spSetUnitRadiusAndHeight(unitID,0,-150)
    - lower spheres of altas and peewee
Steps To ReproducePlay NOTA 1.76

1) /cheat
2) /give 1 concrete
3) /give 1 armatlas
4) /give 1 armpw
5) load peewee by atlas
6) try to land in the middle of concrete box
TagsNo tags attached.
Attached Files
unload_on_the_concrete_tile.jpg (Attachment missing)
concrete.fbi (Attachment missing)
Checked infolog.txt for Errors

Activities

Beherith

2013-08-13 17:48

reporter   ~0011308

Could you please post the fbi/lua of the concrete tile? Is the yardmap fully open?

Kloot

2013-08-13 17:50

developer   ~0011309

Spring.SetUnitBlocking(unitID, false, false)

PepeAmpere

2013-08-13 19:51

reporter   ~0011310

ok, lets repeat the same testing circle like in winter when we were trying to solve it:

beherith:
yardmap=yyyyyy yyyyyy yyyyyy yyyyyy yyyyyy yyyyyy;
(fbi uploaded)

Kloot: Spring.SetUnitBlocking(unitID, false, false)
do nothing
(in gadget:UnitCreated callin i use it, sure i use it correct way ;)

Kloot

2013-08-13 20:21

developer   ~0011311

Problem isn't where I thought it was.

SetUnitBlocking has an effect, but transports do not care about it currently. Wait for 95.0 or a new test build.

Issue History

Date Modified Username Field Change
2013-08-13 16:59 PepeAmpere New Issue
2013-08-13 16:59 PepeAmpere File Added: unload_on_the_concrete_tile.jpg
2013-08-13 17:48 Beherith Note Added: 0011308
2013-08-13 17:50 Kloot Note Added: 0011309
2013-08-13 19:48 PepeAmpere File Added: concrete.fbi
2013-08-13 19:51 PepeAmpere Note Added: 0011310
2013-08-13 20:21 Kloot Note Added: 0011311
2013-08-13 20:21 Kloot Changeset attached => spring develop ae9c92e6
2013-08-13 20:21 Kloot Assigned To => Kloot
2013-08-13 20:21 Kloot Status new => resolved
2013-08-13 20:21 Kloot Resolution open => fixed