Calculator for Factorio

by denubis

Calculator inside of factorio for doing maths in.

Tweaks
7 years ago
0.14
8
Owner:
denubis
Source:
N/A
Homepage:
https://github.com/Denubis/CalcforFactorio
License:
GNU GPLv3
Created:
7 years ago
Latest Version:
0.0.3 (7 years ago)
Factorio version:
0.14
Downloaded by:
8 users

Name: Calculator for Factorio
Version: 0.0.3
Factorio-Version: 0.14
Description: Adds an expression-evaluating calculator to the top GUI
License: GPL v3
Release: 2017-Jan-6
Download-Url: https://github.com/Denubis/CalcforFactorio/raw/master/CalcforFactorio_0.0.1.zip
Website: https://github.com/Denubis/CalcforFactorio
Category: Utility
Tags: Non-Game-Changing, Utility

A tiny mod adding a math expression evaluator to factorio. There's a shortcut key (default ctrl + d) to open the text box, though it currently cannot take focus. Enter the expression, and cause it to evaluate with either a ";" or a "=". Using ";" causes the result to be replaced into the textbox. Using "=" writes the result to the chat log and closes and clears the box. Any expression which is a valid function returning a string in lua is valid, though no state is preserved.