Search found 167 matches
- Fri Sep 01, 2023 11:53 am
- Forum: News
- Topic: Friday Facts #374 - Smarter robots
- Replies: 210
- Views: 54773
Re: Friday Facts #374 - Smarter robots
- Also the repair mechanism for bots isn't the best: Walls get attacked, flame throwers put biters and the walls on fire, bots come in to repair / rebuild walls immediately and die in the fire or to the biters themselves. Maybe you could solve that by not assigning any construction bots to tasks in...
- Fri Sep 01, 2023 11:52 am
- Forum: News
- Topic: Friday Facts #374 - Smarter robots
- Replies: 210
- Views: 54773
Re: Friday Facts #374 - Smarter robots
Personally, I always struggle with the following bots' behaviour: 1. Bots returning to recharge Construction robot has a task that's near the edge of the construction area Bot flies from afar, losing its charge when near the destination Bot slowly returns to the dock station, then proceeds to comple...
- Sat May 27, 2023 8:09 pm
- Forum: Modding discussion
- Topic: Factorio Lua API Docs
- Replies: 3
- Views: 1623
Re: Factorio Lua API Docs
Thanks for the suggestion. I've seen this one before, but it exists only for VSCode which I personally don't like.
However, even Factorio Modding Tool Kit can't export Lua API in external format so other apps can use it.
However, even Factorio Modding Tool Kit can't export Lua API in external format so other apps can use it.
- Tue May 23, 2023 8:44 pm
- Forum: Modding discussion
- Topic: Factorio Lua API Docs
- Replies: 3
- Views: 1623
Factorio Lua API Docs
The Factorio provides documentation for its API in the two formats -- HTML (Web) and JSON. However, most IDEs require specific format for the built-in functions, and for Lua it's LuaDoc or LDoc (which is newer version of LuaDoc). I was unable to find any on the Internet, so I've created parser for t...
- Sat Apr 15, 2023 10:10 am
- Forum: Modding interface requests
- Topic: LuaCircuitNetwork.signals_changed
- Replies: 8
- Views: 2041
Re: LuaCircuitNetwork.signals_changed
Great suggestion.
+1 on that
+1 on that
- Wed Nov 30, 2022 11:04 am
- Forum: Pending
- Topic: [1.1.72] Crash drawing font
- Replies: 2
- Views: 990
[1.1.72] Crash drawing font
What Happened I queued a bunch of researches and went to sleep. On the morning I've found that Factorio crashed (not a map crash with return to the main menu, a complete app crash with core dump). The game was running without any user interaction. My PC is configured to not go sleep mode while the ...
- Sat Oct 22, 2022 8:16 pm
- Forum: Combinator Creations
- Topic: Unit Tests for your combinators!
- Replies: 0
- Views: 1339
Unit Tests for your combinators!
Factorio Blueprint: Unit Tests Module I've desigined a number of compact processors from Compact Circuits (https://mods.factorio.com/mod/compaktcircuit) mod to test other Compact Circuits. Video Preview https://youtu.be/TCxIghf4Z_0 How it Works It uses 3 separate modules: Test Runner module to cont...