sp-tarkov / server

University of Illinois/NCSA Open Source License
15 stars 4 forks source link

Transits not popping out near the corresponding transit point on the map you transit to #85

Open refringe opened 2 days ago

refringe commented 2 days ago

SPT Version

3.10-BE

Project Type

Server

Expected Result

Using a transit from Factory to Customs should pop you out near the corresponding transit point on customs which would be the old gas station.

Actual Result

Taking transit from Factory to Customs spawned me near directors office building on the opposite side of the map from the Factory transit. Not sure if maybe this just hasn't been accounted for in SPT yet.

Steps To Reproduce

Transit from Factory to Customs

Server Log

Click and attach file. ↓

BepinEx Log

Click and attach file. ↓

Client Log

Click and attach file. ↓

Player Profile

No response

Screenshots

No response


Attachments


Originally written by atlas1337

refringe commented 2 days ago

I confirmed this.

I went to interchange and transitioned to customs. I did this in LIVE and it put me where I expected it to. However in BE it seems to just spawn you randomly.

I took the transition back to Interchange just to make sure, and same thing.


Originally written by Stealthsuit

refringe commented 2 days ago

Hopefully improved with: https://github.com/sp-tarkov/server/commit/84f8bb8711143210306dcbf3f382f9e1f50301ce


Originally written by chomp

refringe commented 2 days ago

Confirmed with today's release (060c7f) when transitioning from shoreline to lighthouse. Transitioned from the only available point on shoreline and spawned on the PMC spawn closest to the lighthouse bridge.


Attachments


Originally written by Studentech

refringe commented 2 days ago

Taking a look at both logs, in the first one from @atlas1337: 2024-11-06 14:31:33.227 -05:00|0.15.5.1.33420|Error|Default|[Transit] Flag:False, RaidId:66f5750951530ca5ae09876d, Count:0, Locations:factory4_day ->
2024-11-06 14:39:30.353 -05:00|0.15.5.1.33420|Error|Default|[Transit] Flag:True, RaidId:66f5750951530ca5ae09876d, Count:1, Locations:bigmap -> bigmap ->

It didn't seem to remember where he was first, which was factory. With chomps commit it's now (from @Studentech logs): 2024-11-11 14:00:13.620 -08:00|0.15.5.1.33420|Error|Default|[Transit] Flag:False, RaidId:67327e6ccde56104e80328a6, Count:0, Locations:Shoreline -> 2024-11-11 14:09:37.835 -08:00|0.15.5.1.33420|Error|Default|[Transit] Flag:True, RaidId:67327e6ccde56104e80328a6, Count:1, Locations:shoreline -> Lighthouse ->

These log entries are done by this code in the client: image


Attachments


Originally written by TetrisGG