Page MenuHomeFeedback Tracker

Admin log -player positions in EXP
Closed, ResolvedPublic

Description

The details say that player positions logged will be rounded to 2 places, but the output is rounded to 1 place.

Please make it 2 :)

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Do something that logged - die, kill another player etc

Event Timeline

sileed created this task.Feb 4 2019, 7:39 PM
Geez added a subscriber: Geez.Feb 5 2019, 2:19 PM

Hello sileed.
Which details do mention that the positions will be rounded to 2 places?
Regards,
Geez

Geez changed the task status from New to Need More Info.Feb 5 2019, 2:19 PM
rVn added a subscriber: rVn.Feb 6 2019, 12:04 PM

Code works as intended, the decimal point is also a char which is why you need to substring two chars from the number instead of one to get one decimal place precision

Is this feedback related to the code only or do you feel like one decimal point is not enough?

sileed added a comment.Feb 6 2019, 2:52 PM

well I originally I was thinking it wouldn't be enough also since the default was 5 decimals, but testing it on a map moving from (3000, 3000.1) to (3000, 3000.2) is not even noticeable. As long the information is valuable enough to make decisions I guess it works :)

sileed added a comment.Feb 6 2019, 2:57 PM

ie if we plot points on a map and zoom in - can we tell if the location was in an inaccessible room - so you'd be able to confirm the person was glitching etc

rVn added a comment.Feb 6 2019, 4:51 PM

You definitely should be able to do so since 0.1 meters of movement should roughly translate to one small step of the player

Geez closed this task as Resolved.Feb 6 2019, 5:07 PM
Geez claimed this task.