Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Railroad track tiles block movement of vehicle #29743

Closed
egorzaderiy opened this issue Apr 19, 2019 · 6 comments

Comments

Projects
None yet
5 participants
@egorzaderiy
Copy link
Contributor

commented Apr 19, 2019

Describe the bug
Railroad track tiles prevent movement of vehicle. It produces message " collides with the railroad track"

To Reproduce
Steps to reproduce the behavior:

  1. Teleport to railroad station
  2. Spawn any vehicle
  3. Move or drive vehicle to railroad truck tile

Expected behavior
Vehicle can move over these tiles.

Versions and configuration(please complete the following information):

  • OS: Windows 7
  • Game Version: 0.D-1963-gf689218
  • Graphics version: Tiles
  • Mods loaded: None

Additional context
On build # 8806 it worked fine, on build # 8807 it started happening. I'm sure it's related to #29628

@ZhilkinSerg

This comment has been minimized.

Copy link
Contributor

commented Apr 22, 2019

I would say it is an accurate behavior and non issue - most vehicles cannot drive over railroad tracks in real life.

@egorzaderiy

This comment has been minimized.

Copy link
Contributor Author

commented Apr 22, 2019

Hmm.. But how trains(when they will be implemented) are supposed to work then?

I have used these tunnels with my portable car what i bring here to go from lab to lab. If I could build a train, i would do it. But until that, can we have a workaround with allowed movement on track tiles?

@Night-Pryanik

This comment has been minimized.

Copy link
Member

commented Apr 22, 2019

But how trains(when they will be implemented) are supposed to work then?

Their wheels could have a flag that would allow them to move only on rails.

@kevingranade

This comment has been minimized.

Copy link
Member

commented Apr 22, 2019

I have used these tunnels with my portable car what i bring here to go from lab to lab. If I could build a train, i would do it. But until that, can we have a workaround with allowed movement on track tiles?

I'm not interested in throwing out correct definitions of rails for some arbitrary workarounds. If you want to patch in something like this locally, feel free, but rails work as intended right now.

What is the state of railroad crossings, do we have a different terrain for those? If we don't, we need to address that. If we have that already there's nothing to address here.

@ZhilkinSerg

This comment has been minimized.

Copy link
Contributor

commented Apr 22, 2019

What is the state of railroad crossings, do we have a different terrain for those? If we don't, we need to address that. If we have that already there's nothing to address here.

Yes, it needs to be addressed - they use basic rails now and that would be an issue when overmap railroads spawn would be in.

@ZhilkinSerg

This comment has been minimized.

Copy link
Contributor

commented Apr 22, 2019

I guess we could also add some makeshift ramp construction which can be built over rails and allow vehicle movement. This should be achievable with json-only modification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.