I didn't know static charge lasted for several month or had that effect, the internet usually suggests to open up the mouse and clean it (but i didn't want to break the sliders to get to the screws). Whatever actual effect blowing into the mouse did have...it seems to have worked though, at least temporarily. I'll see about long term :D. Thanks for the tip.dog80 wrote:see "static charge" -- try blowing into your mouse, so moisture gets to the contact - works for me
Friday Facts #256 - The little things 3
- eradicator
- Smart Inserter
- Posts: 5207
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Friday Facts #256 - The little things 3
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: Friday Facts #256 - The little things 3
Any eta for 0.17?
Re: Friday Facts #256 - The little things 3
That belt immunity item feels like a rather hacky thing. It would make a lot more sense to grandfather this feature into robolegs, or make a whole new item that lets you hover over the gamefield, ignoring belt movement and letting you effectively phase through buildings.
Re: Friday Facts #256 - The little things 3
It's just a "Heely" that snaps on the exoskeleton. The only reason they would be expensive is if you had to build the Walmart to get themdog80 wrote:how does the belt-immunity-equipment actually work? is it a hoverboard, a machine that you can fly? or sth that pushes you accordingly in the opposite direction while you stand on a belt, which would look super weird... please provide a realistic scetch regards
Re: Friday Facts #256 - The little things 3
So many nice additions! It looks really like 0.17 will have many fun things. It's like when Minecraft in its earlier days got new stuff, but without all the bugs and unfixed stuff.
Re: Friday Facts #256 - The little things 3
Does anyone know what is the pink icon on the edge of dropped item square?
Re: Friday Facts #256 - The little things 3
Wouldn't this problem be completely solved by simply inserting new ghosts to the head of whatever part of the list will be checked the next turn, rather than at tail? That way new orders effectively pre-empt old ones, which are resumed afterwards, leading to zero latency regardless of list size.The problem is that for performance reasons, we only process a small number of these orders each tick, and with a list that is quite large, it can take quite some time to process the new blueprint you just placed down.
Re: Friday Facts #256 - The little things 3
+1 to the general idea. (Although maybe implement it with an additional research that adds belt immunity to exoskeletons).Koub wrote:I also +1 the suggestion that belt immunity should be a feature of the exoskeleton. Once you are able to crank exoskeletons in your power armor, you don't need the small boost the belts can provide you that much any more.
Re: Friday Facts #256 - The little things 3
infinity chestrcbrito91 wrote:Does anyone know what is the pink icon on the edge of dropped item square?
My native language is russian. Sorry if my messages are difficult to read.
Re: Friday Facts #256 - The little things 3
All good!
Only thing I don't like on this FFF is the name, 'Belt immunity'. Can we make better name for it? Like 'Smart boots', 'Hover shoes', etc,? Well I don't really serious about it anyway.
Only thing I don't like on this FFF is the name, 'Belt immunity'. Can we make better name for it? Like 'Smart boots', 'Hover shoes', etc,? Well I don't really serious about it anyway.
Re: Friday Facts #256 - The little things 3
Items not spilling on belts:
- so no more reloading last save? )
Tile ghost tweak:
- can u create 3rd list for deconstructing things - and make that list priority? - because often i found bot hovering over tree marked for deconstruction, to place item ... which can lead to all bots chilling in forest and nothing gets build ...
Belt Immunity Equipment:
- as others wrote here: make this as exosceleton MK2 (add exosceleton to your recipe and call it a day) so it will not drive ocd people crazy
- also: belt running speed bonus should be be removed if using this - so it also has some drawback ...
- so no more reloading last save? )
Tile ghost tweak:
- can u create 3rd list for deconstructing things - and make that list priority? - because often i found bot hovering over tree marked for deconstruction, to place item ... which can lead to all bots chilling in forest and nothing gets build ...
Belt Immunity Equipment:
- as others wrote here: make this as exosceleton MK2 (add exosceleton to your recipe and call it a day) so it will not drive ocd people crazy
- also: belt running speed bonus should be be removed if using this - so it also has some drawback ...
Re: Friday Facts #256 - The little things 3
Hello devs,
Speaking to little things, can you include the blueprints library in the steam cloud because it is very annoying to have two different libraries when playing on 2 computers
Thx
Speaking to little things, can you include the blueprints library in the steam cloud because it is very annoying to have two different libraries when playing on 2 computers
Thx
Just a big fan of Factorio and all its mods
- BlueTemplar
- Smart Inserter
- Posts: 3077
- Joined: Fri Jun 08, 2018 2:16 pm
- Contact:
Re: Friday Facts #256 - The little things 3
Hover BeltKalamel wrote:All good!
Only thing I don't like on this FFF is the name, 'Belt immunity'. Can we make better name for it? Like 'Smart boots', 'Hover shoes', etc,? Well I don't really serious about it anyway.
BobDiggity (mod-scenario-pack)
Re: Friday Facts #256 - The little things 3
One thing i would like to see in 1.17 is the trees and inserters shadows fixed.
-
- Burner Inserter
- Posts: 5
- Joined: Mon May 29, 2017 11:37 pm
- Contact:
Re: Friday Facts #256 - The little things 3
give credit to the modders that have had the belt immunity item since .016 or even earlier
Re: Friday Facts #256 - The little things 3
Is that an icon from Diablo 2 made by Blizzard?BlueTemplar wrote:
Re: Friday Facts #256 - The little things 3
Modders didn't create belt immunity[Moderated by Koub].Enricthered wrote:give credit to the modders that have had the belt immunity item since .016 or even earlier
- Beuteschema
- Inserter
- Posts: 26
- Joined: Mon Aug 14, 2017 12:45 pm
- Contact:
Re: Friday Facts #256 - The little things 3
the last two fffs were so amazing i cant decide what i want more: the next fff or 0.17!
Re: Friday Facts #256 - The little things 3
Ghost build priority is solved if new ghosts go on top of the stack in a LIFO system.
Edit: Btw. any updates on the official implementation of early game logi/con bots?
Edit: Btw. any updates on the official implementation of early game logi/con bots?
Re: Friday Facts #256 - The little things 3
Construction zones can overlap and then you have to deal with items in multiple queues. Would make the code more complex.Faark wrote:Does that "stabilizer" only apply when standing or do we also loose the "running on belt" speed bonus?Belt Immunity
I always wondered why different logistic networks don't have separate queues. That basically prevents critical modifications on my outpost while having huge long term projects (concrete solar farm) queued. Per network just seems so natural. A per force limit could still apply, if necessary.Tile ghost tweak