Search found 47 matches

by wanne
Thu Jun 11, 2026 5:23 pm
Forum: Angels Mods
Topic: Bugs & FAQ
Replies: 3958
Views: 2457390

Re: Bugs & FAQ

I think this is there since the early days of the mod: wood-sawing-2 and 3 are just more expensive than the first recipe in every perspective. Alone the grindstone is more expensive in iron plates than the additional amount of sawblades you need for wood-sawing-1 lat alone the horrible long crafting ...
by wanne
Mon Jun 08, 2026 4:56 am
Forum: Angels Mods
Topic: Bugs & FAQ
Replies: 3958
Views: 2457390

Re: Bugs & FAQ

Is there a reason why angels-bio-wood-processing-2 requires angels-coal-processing?
by wanne
Wed Jun 03, 2026 7:24 pm
Forum: Wiki Talk
Topic: Wiki dump
Replies: 3
Views: 1730

Re: Wiki dump

I rather extract the MD from html than dealing with the XML.

CloudFlare is there to keep out unwanted humans. Crawlers that do not execute javasrtipt, do not keep cookies and can change their IP do not tend to have that much of a problem.
But it was kind of the reason why I was asking. If it would ...
by wanne
Tue Jun 02, 2026 8:38 pm
Forum: Wiki Talk
Topic: Wiki dump
Replies: 3
Views: 1730

Wiki dump

I know that it isn't that easy to do dumps with media wiki. So I ask: Am I allowed to do a dump it with httrack myself? Could do it gently with a few hundred kbit/s. Should I provide dumps so that other crawlers do not need to crawl over it again?
by wanne
Mon May 25, 2026 7:39 am
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

All of which you could probably reach out to the developers and have a conversation about the incompatibilities instead of straight forking it.
As I mentioned: It is impossible to do for them, since there are no boolean expressions for dependencies.
As I mentioned: It is impossible to do for them ...
by wanne
Sun May 24, 2026 4:55 pm
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

The only case where the proposal might have value is for abandoned mods with restrictive licenses that forbid forks even for the sake of compatibility and redistribution on the mod portal, of which there are very few. Out of the top 50 mods there are literally only 2 mods that allow forks and have ...
by wanne
Wed May 20, 2026 9:46 pm
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

Ultimately this entire request is purely for multiplayer purposes since in single player anyone can as you've mentioned modify the mods however they want. No. I bet 99% of single player mod users never edited any mod and do not like to learn how to do that. Even if it is only unzipping and editing ...
by wanne
Mon May 18, 2026 10:24 am
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

When installing or updating a mod off the mod portal it automatically installs the dependencies for that mod using the dependency list the mod provides - recursively. Currently that's it - that's the entire set of logic.
If you want the interface to work, it is a little more complicated.


Here is ...
by wanne
Wed May 13, 2026 5:17 pm
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

Exactly where can you 'see that'? inotifywait, your favourite malware scanner or just: Delete the file after the game says: Loading mod.... Won't make a difference.
I dont think anyone but them are qualified to say that. Baseless assumptions like that should not be used to attempt to prove your ...
by wanne
Tue May 12, 2026 5:24 am
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

if enabling or disabling a given mod Dependency management doesn't work in this case anyway. If you disable a dependency the interface won't complain or mark your dependencies as red until you press commit. So "tries to" is a nice description. Citing the change in a feature that that isn't ...
by wanne
Mon May 11, 2026 5:06 am
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

Bump...
by wanne
Wed May 06, 2026 6:47 pm
Forum: Modding help
Topic: Cryptic error help
Replies: 7
Views: 927

Re: Cryptic error help

KyuVulpes wrote: Wed May 06, 2026 1:20 ambecause I am not seeing it.
yes. fixed.
by wanne
Wed May 06, 2026 6:18 am
Forum: Modding help
Topic: Fast hash in lua
Replies: 6
Views: 616

Re: Fast hash in lua

If you are just managing data during the prototype stage, the performance does not really matter, Like I said. In reality it is not a problem. I just do not like it.
concatenating with e.g. ':' or '|' and leaving the hashing to the actual table (which will hash the string as a key) should be good ...
by wanne
Wed May 06, 2026 4:07 am
Forum: Ideas and Requests For Mods
Topic: A mod that disables hand crafting of intermedite items
Replies: 5
Views: 1071

Re: A mod that disables hand crafting of intermedite items

Has a setting for your mode. (settings->mod settings) (you have to restart the game that it takes effect.) Would be nice if someone provides a nice picture for the burner assembler under a free licence. Then the mod would be ready to be uploaded.
Including that would also add enough code to break ...
by wanne
Wed May 06, 2026 1:13 am
Forum: Modding help
Topic: Cryptic error help
Replies: 7
Views: 927

Re: Cryptic error help

advertise_address is set wrong in your config.toml. This doesn't affect a lot since gitlab usually uses relative addresses and TLS is handled by your proxy.
But if you press clone you get the wrong address.
See also: https://gitlab-docs-d6a9bb.gitlab.io/ru ... ation.html
by wanne
Tue May 05, 2026 9:38 pm
Forum: Modding help
Topic: Cryptic error help
Replies: 7
Views: 927

Re: Cryptic error help

Your master branch seems to be in the middle of variable refactoring. Can you five a branch that runs until you get the error?
Btw: the http link-domain in your gitlab are broken. Replacing a29384eee068 with git.kyuvulpes.com works.
by wanne
Tue May 05, 2026 8:47 pm
Forum: Modding help
Topic: Fast hash in lua
Replies: 6
Views: 616

Re: Fast hash in lua

What are you trying to hash? With entity unit numbers being unique and tables taking string keys, I rarely found a reason to hash anything. Curious what you are trying to do.
I am generating categories and have to find them again later in the data.raw. So yes. I am using the hash as an string ...
by wanne
Tue May 05, 2026 8:38 pm
Forum: Modding help
Topic: Fast hash in lua
Replies: 6
Views: 616

Re: Fast hash in lua

Bringing your own seems to be the standard practice
They are either horribly slow or require luajit 5.3. Even so bit32 lib speeds up things a lot.
For comparison this is a variant that supports 5.3: https://github.com/Egor-Skriptunoff/pure_lua_SHA/blob/master/README.md
time sha256sum ~/factorio ...
by wanne
Tue May 05, 2026 2:43 pm
Forum: Modding help
Topic: Fast hash in lua
Replies: 6
Views: 616

Fast hash in lua

Is there a way to get a fast hash of something? SE has it's own implementation of CRC32. But doing something in a lua5.2 interpreter feels really wrong.
And there has to be a native hash function for the tables. I just do not see a way to access it.
by wanne
Tue May 05, 2026 2:29 pm
Forum: Won't implement
Topic: Overwrite dependency incompatibility
Replies: 31
Views: 2991

Re: Overwrite dependency incompatibility

But also, you can ask the author to remove the incompatibility But there is a reason why they have these.
Originally I wanted also ask for proper boolean expressions in dependencies.
Here is a nice example:
For example aai-containers and 5dim-core won't even load together.
So I'm pretty sure ...

Go to advanced search