Search found 63 matches

by Shirasik
Fri Oct 31, 2025 5:05 am
Forum: Translations
Topic: [2.0.72] Map search is giving inconsistent result
Replies: 5
Views: 485

Re: [2.0.72] Map search is giving inconsistent result

Search engine looks for specified string. You specified single quote character so search engine does look for it too. How this is a bug?
by Shirasik
Thu Oct 23, 2025 1:43 pm
Forum: General discussion
Topic: WASM instead of Lua
Replies: 10
Views: 1509

Re: WASM instead of Lua


I would be interested in trying C# as a modding language alternative, but I haven’t looked into the cons of it, and I’m unsure if it supports running on non-windows.

If you want to use C# syntax while leaving you modding API just a wrapper for core functions then it's same as Lua.
If you want to ...
by Shirasik
Mon Oct 20, 2025 9:05 am
Forum: Releases
Topic: Version 2.0.71
Replies: 10
Views: 6503

Re: Version 2.0.71


no they added nothing lol, it's probably a weird bug that either come from compiler, or come from code that would invoke undefined behavior, both are very hard to track and since there is no repro except for 2.0.70 without space age... they basically said well as long as it's gone and doesn't come ...
by Shirasik
Mon Oct 20, 2025 7:27 am
Forum: Releases
Topic: Version 2.0.71
Replies: 10
Views: 6503

Re: Version 2.0.71


> Fixed freeze with unknown cause

Long story short: Wube didn't discover (yet) exact circumstances why working-fine-everywhere-else code freezes at some known point but they discovered exact game state which causes freeze. Most likely they added some condition check or exception handler to that ...
by Shirasik
Mon Oct 06, 2025 9:10 pm
Forum: General discussion
Topic: The Kids have won.
Replies: 21
Views: 2795

Re: The Kids have won.


Well after along hiatus from the game I decided to return. To my surprises and disgust I fond that the classic oil processing mod no longer works. Well the game is now just of those that no longer think, The dumbing down for the kids is now complete. So it is great reluctance and profound sadness ...
by Shirasik
Mon Oct 06, 2025 6:47 pm
Forum: Releases
Topic: Version 2.0.69
Replies: 19
Views: 10048

Re: Version 2.0.69

According to this https://www.youtube.com/watch?v=NpuwXt-A3QQ 2.0.69 also introduced neat optimization not being mentioned in the patchnotes. tl;dw if a platform has every request being satisfied then it don't scan surface it orbiting making silochesting quite viable thing in megabasing
by Shirasik
Mon Sep 29, 2025 9:40 am
Forum: General discussion
Topic: Discussion on Robot Pathing
Replies: 6
Views: 892

Re: Discussion on Robot Pathing


But is there any *technical* reason why roboports couldn't make a "linked-list" type of pathing?
I was thinking something along the lines of:
1) use the closest roboport (R1) to try to fulfill the request activating bots
2) If that's not enough, expand to next linked roboport(R2) and try to ...
by Shirasik
Thu Sep 25, 2025 11:23 am
Forum: Releases
Topic: Version 2.0.67
Replies: 19
Views: 9256

Re: Version 2.0.67

FactorioBot wrote: Mon Sep 22, 2025 3:09 pm
  • Splitters can be connected to circuit network.
Looking forward to see BP websites being clogged by circuitry-managed balancer blueprints with all sorts of overengineering practices.
by Shirasik
Sat Sep 06, 2025 6:08 am
Forum: Gameplay Help
Topic: Out of ammo notification
Replies: 11
Views: 1652

Re: Out of ammo notification

_aD wrote: Sat Sep 06, 2025 1:24 am The "Ammo turrets have at least two ammo slots" mod has solved this for me.
For anyone clicking the link and receiving 404 all you need to do is to delete slash at the end of the link in browser's address bar.
by Shirasik
Fri Aug 29, 2025 3:29 am
Forum: Ideas and Suggestions
Topic: Atomic bomb should destroy ore patches in the explosion area
Replies: 15
Views: 1662

Re: Atomic bomb should destroy ore patches in the explosion area

ufaweb wrote: Mon Aug 25, 2025 5:17 pmI only suggest extending the existing mechanics (Vulcanus/Aquilo) to Nauvis (for example, a crater with water)
An option to generate water source legally anywhere I please to? GIVE IT TO ME.
by Shirasik
Fri Aug 29, 2025 3:25 am
Forum: Ideas and Suggestions
Topic: Bots: automatical side job, press button due to fps/ups (maybe)
Replies: 5
Views: 666

Re: Bots: automatical side job, press button due to fps/ups (maybe)


There are many mods who do exactly what i will write here so i don't get why they are not in the main game by default.

What you described is just a tonload of options never needed by new players.


As we have alt and all the other buttons, i suggest a new one. This new one essentially tells the ...
by Shirasik
Thu Aug 28, 2025 12:37 am
Forum: Gameplay Help
Topic: Astroid build-up at low speed on trip to shattered planet
Replies: 7
Views: 1140

Re: Astroid build-up at low speed on trip to shattered planet


Maximum platform speed can be determined by some formula. Somebody posted it, unfortunately I didn't kept a link.

\data\core\prototypes\utility-constants.lua
as of 2.0.55, lines from 519 to 523

-- drag_coefficient = width * 0.5
-- drag = ((1500 * speed * speed + 1500 * abs(speed)) * drag ...
by Shirasik
Wed Aug 27, 2025 1:43 pm
Forum: Ideas and Suggestions
Topic: Belt Imunity rework if not redone
Replies: 7
Views: 1021

Re: Belt Imunity rework if not redone

All in all you ask for couple of new items not to change game mechanic or introduce a new one. You suggestion better fits to mod request. Plus, mod's page will accumulate usage statistics clearly showing if the feature is demanded by players or not.
by Shirasik
Wed Aug 27, 2025 12:23 am
Forum: Pending
Topic: Entity ghost in decon planners ignore quality
Replies: 2
Views: 888

Re: Entity ghost in decon planners ignore quality


What happened?
When hovering over the various buildings with the decon planner, only the ghost buildings of normal quality was selected for deconstruction.
When i set the blacklist of the deconstruction planner, it selects both ghosted quality buildings & placed quality buildings, but ignores ...
by Shirasik
Tue Aug 26, 2025 6:54 pm
Forum: Modding discussion
Topic: Reached id limit for quality
Replies: 5
Views: 734

Re: Reached id limit for quality


We have no interest in allowing more than 255 qualities. Given that items have quality, if the variable holding quality of items would be 2 bytes that already messes up alignment of all inventories and would increase memory from 24 bytes per item stack to 32 bytes per item stack. So you will move ...
by Shirasik
Mon Aug 25, 2025 4:58 pm
Forum: Technical Help
Topic: Is it possible to update to 2.0 in parts?
Replies: 7
Views: 947

Re: Is it possible to update to 2.0 in parts?

000 wrote: Sun Aug 24, 2025 3:45 pm My internet is very slow because of where I live.
May be you will finish download faster if you simply trip to somewhere where internet is modern broadband and download files there? Relatives, friends, internet cafe, whatever.
by Shirasik
Fri Aug 22, 2025 10:34 pm
Forum: General discussion
Topic: People who have just one save file...why?
Replies: 34
Views: 4444

Re: People who have just one save file...why?


The main reason not to use Steam is its mandate to update games to launch them.
Today, in "Falsehoods users spread about content distribution networks" !

08-22-2025, 13-14-24.png
For most games this might be a valid criticism. In addition to the complete lack of DRM, Factorio makes extensive ...
by Shirasik
Fri Aug 22, 2025 10:23 pm
Forum: General discussion
Topic: People who have just one save file...why?
Replies: 34
Views: 4444

Re: People who have just one save file...why?

Mods are downloaded in-game directly from the Mod Portal . To make a local backup you need to save the User Data Directory , and archive it alongside the correct version of the installer - which is accessible for Steam users too . :roll:

This is the Factorio Forums . Steam suddenly updates ...
by Shirasik
Fri Aug 22, 2025 8:27 pm
Forum: General discussion
Topic: People who have just one save file...why?
Replies: 34
Views: 4444

Re: People who have just one save file...why?


The main reason not to use Steam is its mandate to update games to launch them.
Today, in "Falsehoods users spread about content distribution networks" !

08-22-2025, 13-14-24.png
For most games this might be a valid criticism. In addition to the complete lack of DRM, Factorio makes extensive ...
by Shirasik
Fri Aug 22, 2025 11:32 am
Forum: General discussion
Topic: People who have just one save file...why?
Replies: 34
Views: 4444

Re: People who have just one save file...why?


Based on what others say here, apparently it's from not using Steam.

The main reason not to use Steam is its mandate to update games to launch them.


I have a 1 TB SSD and a 2 TB conventional drive. The biggest save I see on my machine is 190 MB. 3 TB can hold over 15000 saves, so I think it's ...

Go to advanced search