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 · Fixed by #30232
Closed

Railroad track tiles block movement of vehicle #29743

egorzaderiy opened this issue Apr 19, 2019 · 6 comments · Fixed by #30232
Labels
<Bug> This needs to be fixed Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Good First Issue This is a good first issue for a new contributor Vehicles Vehicles, parts, mechanics & interactions

Comments

@egorzaderiy
Copy link
Contributor

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

@ifreund ifreund added <Bug> This needs to be fixed Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Vehicles Vehicles, parts, mechanics & interactions Good First Issue This is a good first issue for a new contributor labels Apr 19, 2019
@ZhilkinSerg
Copy link
Contributor

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

@egorzaderiy
Copy link
Contributor Author

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
Copy link
Contributor

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
Copy link
Member

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
Copy link
Contributor

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
Copy link
Contributor

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
Labels
<Bug> This needs to be fixed Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Good First Issue This is a good first issue for a new contributor Vehicles Vehicles, parts, mechanics & interactions
Projects
None yet
5 participants