In the case of using pumps to achieve high throughput 3000+ there are some abnormalities.
When converting 2 pipes of 3000 p/s to 1 6000 p/s line, the order of placement can't result is only 4800 fluids being moved.
pipes-default.png
Note the throughput of 4800
pipes-placebotfirst.png ...
Search found 4 matches
- Sat Jan 13, 2024 6:26 pm
- Forum: Duplicates
- Topic: [1.1.101] Fluid structure build order can affect throughput
- Replies: 1
- Views: 545
- Tue Oct 06, 2020 6:33 pm
- Forum: Resolved Problems and Bugs
- Topic: [Oxyd] [1.0.0] Crash calling `request_path` with LuaEntity.bounding_box (PathFindAlgorithm check fails)
- Replies: 5
- Views: 4306
Re: [1.0.0] Crash calling `request_path` with LuaEntity.bounding_box (PathFindAlgorithm check fails)
game.get_surface(1).request_path{
bounding_box = {
left_top = {
x = -8.5625,
y = 11.34765625
},
right_bottom = {
x = -7.1640625,
y = 12.74609375
}
},
collision_mask = {"player-layer"},
start = {-20, 0},
goal = {70, 0},
force = game.players[1].force,
radius = 1,
pathfind_flags ...
- Tue Oct 06, 2020 2:23 pm
- Forum: Resolved Problems and Bugs
- Topic: [Oxyd] [1.0.0] Crash calling `request_path` with LuaEntity.bounding_box (PathFindAlgorithm check fails)
- Replies: 5
- Views: 4306
[Oxyd] [1.0.0] Crash calling `request_path` with LuaEntity.bounding_box (PathFindAlgorithm check fails)
playerSurface.request_path{
bounding_box = unit.bounding_box,
collision_mask = {"player-layer"},
start = unit.position,
goal = next_pos,
force = game.players[event.player_index].force,
radius = 1,
pathfind_flags = {prefer_straight_paths = true, cache = false, no_break = false},
can ...
- Mon Sep 28, 2020 11:51 am
- Forum: Modding interface requests
- Topic: Add Mouse surface position as CustomInput attribute
- Replies: 0
- Views: 646
Add Mouse surface position as CustomInput attribute
what
Add mouse_surface_position & surface_index as attribute to the CustomInput event
These would be the same params found in the on_script_trigger_effect surface_index & source_position .
note: surface_index is likely not needed, but certain mods allow you to view different surfaces, where ...
Add mouse_surface_position & surface_index as attribute to the CustomInput event
These would be the same params found in the on_script_trigger_effect surface_index & source_position .
note: surface_index is likely not needed, but certain mods allow you to view different surfaces, where ...