Done.
Ok its fixed
Done.
Ok its fixed
The changelog for 1.1.9 said
Tooltip for empty ammo, gun and module slots that show all possible items that can be inserted into it.
I can't get this to work for building module slots with the full Py mod suite. I only get a tiny blurry rectangle for tooltip with nothing useful in it. Does it work in vanilla? Does anyone have it working with Py?
please make a bug report and attach a save game
This might be the stable candidate.
Would be great to have this as a toggle in the same place as alt mode, personal roboport, etc!
Optionally with a push to disable hotkey?
Try Cntrl
Use the automatic updater if you can (check experimental updates in other settings) or download full installation at ...
Read more External link →You might be able to do some shenanigans by copying the file from \AppData\Roaming\Factorio\temp\ before it gets deleted.
I believe it's called mp-download.zip
Use the automatic updater if you can (check experimental updates in other settings) or download full installation at http://www.factorio.com/download/experimental.
External link →Is it possible to make the belt locking thing allow you to build perpendicular to the belt direction??
Example: belt is in hand pin the north direction, I want to build east/west across multiple lanes, but each lane pointing north.
Not possible with the belt line locking. That is the price paid for it (and the smart belt building), that is why it is an option, as some people might prefer free building.
Automatic underground belt placement when obstacle is encountered.
Does it works for underground pipes?
No, it doesn't maybe some day it could :)
Heads up: the Linux version seems to be broken. Can't start or load vanilla games, game just crashes. Not sure if it's only on my system though!
edit: I'm not the only one
It is not related only to linux, hotfix is on the way!
WTF it's actually not a joke XD LOL.
well yeah i mean that's the internet in general, right? when i was a kid i was king shit of the neighborhood because nobody was better at me at goldeneye or poker. my friends were king shits at baseball or skateboarding or whatever they were in to. but then the internet shows up and it takes that veil off and you realize just how mediocre you really are. not only are people out there better than you, but there are thousands of people out there who are better than you.
but hey, we persevere. just remember --- you are mediocre at everything you do so you might as well enjoy it!
I can remember very clearly the confusion when I, the best Starcraft player in my circle entered battlenet for the first time and tried to show my superiority :)
Which is strange. These projectiles can only be generated by firing an explosive shell using a cannon, and I have zero cannons built.
Found the history. It shows base 1.1.8, RampantArsenal 1.0.2 and RealisticFusionWeaponry as the only and last 3 Mods accessing it.
I will look into Rampart first
Projectiles can be creates by scripts directly, using surface.create_entity{}
The entity listed when running the print command is explosive-cannon-projectile. Makes no sense, these are shells I produce somewhere in a factory, and I am sure the projectile type just ends on the list as last item by accident, and the rest is supressed.
Thats not how it works, the print is correct, some mod is creating lots of artillery projectiles somewhere
I tried the following:
/c local surface=game.player.surface
local count=0
for key, entity in pairs(surface.find_entities_filtered({type="projectile"})) do
game.print(entity.name)
count=count+1
end
game.player.print(count)
But the script only spits out one line for a more or less random entity name while still showing an always increasing amount of projectiles which are generated. Any idea what I wrote wrong here?
The output has some spam prevention, if the name is the same it will only print it once, instead of 3409 times
What is the random entity name? You can look it up in the prototype browser (CTRL + SHIFT + E in game), and 'Prototype history' should show which mods have added/touched the prototype.
Probably a mod making them and not destroying them when their time is up.
You can print their name with game.print(entity.name)
and try to see which mod it might be
I wonder what u/V453000 feels about all this...
All of my railway networks looked like I was pooping when building them. Legit.
devtrackers.gg