Search found 4 matches
- Sun Nov 17, 2024 1:22 am
- Forum: Assigned
- Topic: [Raiguard] [2.0.15] Mod scripts interacting with remote view/driving can make a vehicle undrivable
- Replies: 1
- Views: 173
[Raiguard] [2.0.15] Mod scripts interacting with remote view/driving can make a vehicle undrivable
If a mod script executes the following code (given appropriate tank1/tank2/player references): player.set_controller({ type = defines.controllers.remote, position = tank1.position, surface = tank1.surface, }) tank1.set_driver(player) player.set_controller({ type = defines.controllers.remote, positio...
- Fri Mar 31, 2023 4:01 am
- Forum: Ideas and Suggestions
- Topic: Don't interrupt entity follow when using a spidertron remote
- Replies: 0
- Views: 486
Don't interrupt entity follow when using a spidertron remote
TL;DR Be able to stay centered on a spidertron while giving new commands to it with a remote. What ? When following an entity (either the "Open this location in the map" for trains, or a script that calls open_map with an entity), using a remote (spidertron or artillery) will cause you to...
- Sun Sep 18, 2022 1:46 am
- Forum: Modding interface requests
- Topic: Follow vehicle/entity with zoom_to_world / open_map
- Replies: 1
- Views: 1272
Re: Follow vehicle/entity with zoom_to_world / open_map
I'd like to second this request - some way for a mod to initiate a "follow entity" action that would work similar to the current "Open this location in the map" for trains. Ideally this would at least work for any vehicle (including spidertrons), and would be nice if it could wor...
- Sat Aug 13, 2022 11:22 pm
- Forum: Resolved Problems and Bugs
- Topic: [boskid][1.1.65] Lag spike when using copy/upgrade/destruction planner from far away when in map view
- Replies: 1
- Views: 2333
[boskid][1.1.65] Lag spike when using copy/upgrade/destruction planner from far away when in map view
Problem: Copying something far away when in map view causes a temporary freeze. Expected: No freeze when copying. Here's a screenshot just after copying a rail - note the max frame/Update times (>1000): slow.jpg It only happens in map view - zooming in to normal view and doing the same thing has no ...