Ingame simple calculator
Moderator: ickputzdirwech
Ingame simple calculator
I know that there are a lot of calculators for recipes and factories, but I'm looking for a simple calculator ingame so I can calculate for example:
how many chests I need to store 100k of ores, of course you can guess with 2,4k per chest, but like to know the exact amount.
I don't like to alt-tab because it will deactivate the info on all the factories and have to hit it multiple times to get it active again after. Hope it's not too much work to get as a mod or even in vanilla.
Thanks,
Jhonny
how many chests I need to store 100k of ores, of course you can guess with 2,4k per chest, but like to know the exact amount.
I don't like to alt-tab because it will deactivate the info on all the factories and have to hit it multiple times to get it active again after. Hope it's not too much work to get as a mod or even in vanilla.
Thanks,
Jhonny
Re: Ingame simple calculator
Use the console? https://forums.factorio.com/wiki/inde ... a_commands
for example
Code: Select all
/c game.player.print(123 * 45678)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Ingame simple calculator
Nice, that's good enough for me Thanks for the help
Also nice to see that the Arrow-up give the last given commands as well
Also nice to see that the Arrow-up give the last given commands as well
Re: Ingame simple calculator
I change this suggestion like so:
A new command in the console:
Which is equal to:
So this should work, too:
instead of
A new command in the console:
Code: Select all
/p 1234 * 5678
Code: Select all
/c game.player.print(1234 * 5678)
Code: Select all
/p game.evolutionfactor
Code: Select all
/c game.player.print(game.evolutionfactor)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Ingame simple calculator
Except there's the question if game.player.print even works anymore, because game.player was replaced with an array, game.players, the equivelent command would be game.players[1].print in a single player game.
Though, does game.player still work when used in the console?
Though, does game.player still work when used in the console?
Re: Ingame simple calculator
/c game.player works ok in console - it defaults to you. It doesn't work in scripts.bobingabout wrote:Except there's the question if game.player.print even works anymore, because game.player was replaced with an array, game.players, the equivelent command would be game.players[1].print in a single player game.
Though, does game.player still work when used in the console?
And I second the suggestion of adding /p - would make it much more handy.
-
- Manual Inserter
- Posts: 4
- Joined: Thu Jan 04, 2018 4:14 pm
- Contact:
Ingame Calculator
Ingame Calculator
I would like to have an in-game Calculator.This could maybe be solved by typing an mathematical formula in the chat, or more elegant and easier accessible by adding an extra button like the ones above the minimap, which then opens a calculator menu.
Why?
It would make it easier when you are playing Factorio at times like 2 o'clock and you can't think about the answer to 14*3, which I do sometimes need in-game.Re: Ingame Calculator
In my experience, Factorio handles alt+tab really well. In no way is it going to have a better calculator than an external program can provide.
Re: Ingame simple calculator
[Koub] Merged into older topic with same suggestion
Koub - Please consider English is not my native language.
-
- Manual Inserter
- Posts: 4
- Joined: Thu Jan 04, 2018 4:14 pm
- Contact:
Re: Ingame simple calculator
Yea, but my PC's hard drive is not the fastest and when you are using single monitor it's really annoying to tab out every here and there. An in-game calculator would make this redundant and often when it's really late (or early, depends on your definition) you have to tab out and in more than once, because while you tabbed out, you forgot the answer.
It would also be a nice gimmick which would make Factorio more awesome than it's now.
And would be much handier than the console.
It would also be a nice gimmick which would make Factorio more awesome than it's now.
And would be much handier than the console.
Re: Ingame simple calculator
If you have a smartphone, it almost certainly includes a calculator app as well.
- olafthecat
- Filter Inserter
- Posts: 476
- Joined: Fri Jul 07, 2017 4:37 pm
Re: Ingame simple calculator
I have a Casio scientific calculator and that seems to do the trick.
Gonna start playing again with 0.16 build.
That's all.
That's all.
-
- Fast Inserter
- Posts: 133
- Joined: Fri Sep 14, 2018 2:06 am
- Contact:
Re: Ingame simple calculator
Sorry for necro'ing old thread, but it's still missing.
/c game.player.print(1234 * 5678)
disables achievments..
/c game.player.print(1234 * 5678)
disables achievments..
Re: Ingame simple calculator
You can also use the Arithmetic combinator to do
your calculations. It doesn't display results with large numbers with all digits but would work in many instances and won't disable achievements.-
- Long Handed Inserter
- Posts: 70
- Joined: Mon Oct 21, 2024 12:29 pm
- Contact:
Re: Ingame simple calculator
You can use any text field for it. Was introduced in https://www.factorio.com/blog/post/fff-388