Please add signals to supported types for renaming during migration.
Some of my mods use signal names from my early days of modding which are rather ambiguous and could easily conflict with other mods.
I'd love to migrate those to use a naming scheme, but so far didn't do it as it'd break all players constructions using those signals.
In case they are already supported, please add a complete list of supported types to the documentation.
migrate virtual-signals
migrate virtual-signals
My Mods: mods.factorio.com
Re: migrate virtual-signals
virtual-signals are already supported in migrations.
If you want to get ahold of me I'm almost always on Discord.
Re: migrate virtual-signals
What's the syntax?
I tried "signal", "signals", "virtual-signal", "virtual-signals". Nothing worked, combinators always loose "old" instead of being migrated to "new".
Code: Select all
{
"virtual-signal":
[
["old", "new"]
]
}
My Mods: mods.factorio.com
Re: migrate virtual-signals
Huh, so they're actually not. I was mistaken and confused fluids with virtual signals.
I'll add support for migrating virtual signals.
I'll add support for migrating virtual signals.
If you want to get ahold of me I'm almost always on Discord.