MantisBT - Soldat Dedicated Server
View Issue Details
0000037Soldat Dedicated ServerScripting Corepublic2011-09-17 19:052012-08-23 21:19
DorkeyDear 
Falcon 
lowtrivialalways
closedno change required 
x86Windows7
2.7.0 
 
0000037: MovePlayer position is not 100% accurate
It appears as though using the MovePlayer function to move the player into the same location moves the player roughly <2,1> off (slightly to the left and down).
No tags attached.
Issue History
2011-09-17 19:05DorkeyDearNew Issue
2011-09-17 19:08DorkeyDearNote Added: 0001129
2012-02-29 20:31FalconAssigned To => Falcon
2012-02-29 20:31FalconStatusnew => assigned
2012-05-24 20:42FalconNote Added: 0001516
2012-05-24 20:42FalconStatusassigned => feedback
2012-05-25 09:08DorkeyDearNote Added: 0001527
2012-05-25 09:08DorkeyDearStatusfeedback => assigned
2012-05-25 18:48FalconNote Added: 0001529
2012-08-23 21:19FalconStatusassigned => closed
2012-08-23 21:19FalconResolutionopen => no change required

Notes
(0001129)
DorkeyDear   
2011-09-17 19:08   
right* -- not left.
(0001516)
Falcon   
2012-05-24 20:42   
This is result of fact that gostek's 0,0 coordinates are in lower back corner (back depends on which side you're turned). Not sure if it's a bug then
(0001527)
DorkeyDear   
2012-05-25 09:08   
Is it possible for this observed offset is due to an inconsistency between MovePlayer's coordinates (relative to the gostek) and GetPlayerXY (or GetPlayerStat on stat 'X' or 'Y') coordinates?
(0001529)
Falcon   
2012-05-25 18:48   
both GetPlayerXY and GetPlayerStat also return coordinates of lower back corner of gostek, there should be no inconsistency.