How would you make everything on a certain surface go twice as fast?
Like assembling machine 1 has a crafting speed of 1 on nauvis, and then on surface x it has a crafting speed of 2.
Or a blue belt can transport 40 items/sec on nauvis ,then it transports 80 items/sec on surface x.
How to make everything on a certian surface go twice as fast
Re: How to make everything on a certian surface go twice as fast
There is no property that directly allows this.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: How to make everything on a certian surface go twice as fast
Is there a way to do it by replacing an entity on surface x with an entity twice as fast?There is no property that directly allows this.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: How to make everything on a certian surface go twice as fast
Possibly, but then you have to worry about things like entity inventories or equipment grids. Simply replacing the entity from one type to another doesn't guarantee that the inventories will be moved.tat3rjr wrote:Is there a way to do it by replacing an entity on surface x with an entity twice as fast?There is no property that directly allows this.
However, most entities (including the player in later 0.16.x) are allowed to be fast replaced, you just have to create an entity with the same co-ordinates as the one you want to replace, with the fast replace option selected.
I'm not currently looking at code, I don't know the exact tag names without looking them up.
Re: How to make everything on a certian surface go twice as fast
Thank you for helping me.bobingabout wrote:Possibly, but then you have to worry about things like entity inventories or equipment grids. Simply replacing the entity from one type to another doesn't guarantee that the inventories will be moved.tat3rjr wrote:Is there a way to do it by replacing an entity on surface x with an entity twice as fast?There is no property that directly allows this.
However, most entities (including the player in later 0.16.x) are allowed to be fast replaced, you just have to create an entity with the same co-ordinates as the one you want to replace, with the fast replace option selected.
I'm not currently looking at code, I don't know the exact tag names without looking them up.