Time: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
When hovering over an item recipe, you may see a clock symbol and a number. This is the amount of time in seconds needed to craft an item in [[Game-second|game seconds]]. [[Assembling machine|Assembling machines]] have a multiplier that determines their crafting speed. [[Module|Modules]] may also affect crafting time, either speeding it up or slowing it down for some other benefit. | |||
Time in Factorio | Time in Factorio may also refer to: | ||
* [[Lua/Game#tick|game time]]: measured in [[Game-tick]]s or [[Game-second]]s. This is very important. | |||
* [[Lua/Game#speed|game speed factor]]: the factor that is used to multiply real time to achieve game time. | |||
* [[Lua/Game#tick|game time]] | |||
* [[Lua/Game#speed|game speed factor]] | |||
Real time and game time is normally equal, so the factor is normally 1. | Real time and game time is normally equal, so the factor is normally 1. It can be changed using the [[console]] and setting [[Lua/Game#speed]]. | ||
This is also influenced by the speed of your CPU. If your computer us too slow, the game time automatically decreases to the needed amount, which results in stuttering gameplay. | This is also influenced by the speed of your CPU. If your computer us too slow, the game time automatically decreases to the needed amount, which results in stuttering gameplay. |
Revision as of 13:12, 13 August 2014
When hovering over an item recipe, you may see a clock symbol and a number. This is the amount of time in seconds needed to craft an item in game seconds. Assembling machines have a multiplier that determines their crafting speed. Modules may also affect crafting time, either speeding it up or slowing it down for some other benefit.
Time in Factorio may also refer to:
- game time: measured in Game-ticks or Game-seconds. This is very important.
- game speed factor: the factor that is used to multiply real time to achieve game time.
Real time and game time is normally equal, so the factor is normally 1. It can be changed using the console and setting Lua/Game#speed.
This is also influenced by the speed of your CPU. If your computer us too slow, the game time automatically decreases to the needed amount, which results in stuttering gameplay.