https://github.com/diordany/factorio-speed-settings
Adds the ability to set the game speed in the mod settings.
https://github.com/diordany/factorio-speed-settings
addon cheat cheating-mod config crafting customization events factorio factorio-mod lua mining mod plugin running settings small speed tweak
Last synced: about 1 month ago
JSON representation
Adds the ability to set the game speed in the mod settings.
- Host: GitHub
- URL: https://github.com/diordany/factorio-speed-settings
- Owner: Diordany
- License: unlicense
- Created: 2024-03-12T20:06:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T19:29:23.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:47:31.005Z (over 1 year ago)
- Topics: addon, cheat, cheating-mod, config, crafting, customization, events, factorio, factorio-mod, lua, mining, mod, plugin, running, settings, small, speed, tweak
- Language: Lua
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# Speed Settings II

[](http://unlicense.org/)
Adds the ability to configure the following speeds in the mod settings:
- Game speed
- Player running speed
- Player mining speed
- player crafting speed
- worker robot speed
- research lab speed.
# Installation
You can install this mod through the built-in modloader of Factorio under the name "Speed Settings". Alternatively, you can manually install it using git or by downloading the source code in .zip format.
***Mod folder (Windows):*** `%appdata%\Factorio\mods`
***Mod folder (Mac OS X):*** `~/Library/Application\ Support/factorio/mods`
***Mod folder (Linux):*** `~/.factorio/mods`
## Installation with Git
```
cd
git clone https://github.com/Diordany/factorio-speed-settings.git speed-settings_2.0.0
```
## Installation from ZIP
Just save the **.zip** file to the mod directory of Factorio as `speed-settings_2.0.0.zip` (or leave the name as it is if downloading from the releases page).
# Usage
Open the mod settings and you'll be able to change the speed settings.
**WARNING:** keep in mind that a higher game speed will be more demanding for your system!

The following settings can be changed:
**Override Mode**
Forces the speed modifiers to take the values entered through the settings. This means that the mod attempts to keep the same values for the modifiers, even if it should be affected by research or other mods/sources. Also use this if you want the speed modifiers to be applied immediately for a new save.
**Tracking Interval**
The interval in ticks for tracking. The mod will check the modifiers again after the amount of ticks has passed.
**Game Speed**
Sets the game speed factor. The minimum value is 0.1.
**Additional Player Running Speed**
Give the player additional running speed. The minimum value is -1.0 (corresponding to -100 % of the base speed).
**Additional Player Mining Speed**
Give the player additional mining speed. The minimum value is -1.0 (corresponding to -100 % of the base speed).
**Additional Player Running Speed**
Give the player additional running speed. The minimum value is -1.0 (corresponding to -100 % of the base speed).
**Additional Worker Robot Speed**
Set additional speed for the worker robots that belong to the player force. The minimum value is -1.0 (corresponding to -100 % of the base speed).
**Additional Lab Speed**
Set additional speed for the research labs that belong to the player force. The minimum value is -1.0 (corresponding to -100 % of the base speed).