• R/O
  • SSH

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A simple mod for the game "Factorio" that does what it's name implies.


Commit MetaInfo

Revision9408446f25a48c0f44e4ace3ff851d75b36fb37f (tree)
Zeit2020-02-01 06:49:12
AutorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Update for 0.18.

Ändern Zusammenfassung

Diff

diff -r 2d8f11993114 -r 9408446f25a4 changelog.txt
--- a/changelog.txt Tue Feb 26 19:40:06 2019 -0800
+++ b/changelog.txt Fri Jan 31 13:49:12 2020 -0800
@@ -1,3 +1,9 @@
1+---------------------------------------------------------------------------------------------------
2+Version: 0.2.0
3+Date: 31. 01. 2020
4+ Features:
5+ - Updated for 0.18, some changes may be backported to 0.17 on 0.1.x
6+ versions.
17 ---------------------------------------------------------------------------------------------------
28 Version: 0.1.4
39 Date: 26. 02. 2018
diff -r 2d8f11993114 -r 9408446f25a4 info.json
--- a/info.json Tue Feb 26 19:40:06 2019 -0800
+++ b/info.json Fri Jan 31 13:49:12 2020 -0800
@@ -1,11 +1,11 @@
11 {
22 "name": "RunSpeedToggle",
3- "version": "0.1.4",
3+ "version": "0.2.0",
44 "title": "Run Speed Toggle",
55 "author": "Omnifarious",
66 "contact": "eric-factorio@omnifarious.org",
77 "homepage": "",
8- "factorio_version": "0.17",
8+ "factorio_version": "0.18",
99 "dependencies": ["base >= 0.17"],
1010 "description": "This mod will toggle the player's run speed multiplier (applied after all bonuses) to one of three configurable values with a keypress."
1111 }