[0.16.51] item-request-proxy collides with trains

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

[0.16.51] item-request-proxy collides with trains

Post by DaveMcW »

I made a flying car by removing the collision_mask.

Code: Select all

data.raw["car"]["car"].collision_mask = {}
data.raw["item-request-proxy"]["item-request-proxy"].collision_mask = {}
It works great, it doesn't collide with anything. Even if I run out of fuel while on top of a railroad.




I also made a mod to request fuel when the car runs out.

Code: Select all

car.surface.create_entity{ name = "item-request-proxy", position = car.position, target = car, force = car.force, modules = {["nuclear-fuel"] = 1} }
Unfortunately the train collides with the item-request-proxy. :cry:
collision.jpg
collision.jpg (343.69 KiB) Viewed 3288 times

posila
Factorio Staff
Factorio Staff
Posts: 5201
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.16.51] item-request-proxy collides with trains

Post by posila »

Lol, that's pretty hilarious, if you ask me :D :D :D

Thanks for the report.
Fixed for 0.17

Post Reply

Return to “Resolved Problems and Bugs”