I always repeat search mods when i play on a new pc.
If there is a favorite function, I can collect my favorite mods.
Can you add a favorite function on mods.factorio.com?
- 5thHorseman
- Smart Inserter
- Posts: 1193
- Joined: Fri Jun 10, 2016 11:21 pm
- Contact:
Re: Can you add a favorite function on mods.factorio.com?
I agree with you, but as a workaround I have a bookmarks tab in my browser with all my favorite mods. Syncing then makes them available anywhere.
Re: Can you add a favorite function on mods.factorio.com?
moved from suggestions — ssilk
BTN: You can copy the mod list.json file from the mods folder. It helps to copy/paste the modnames.
In general I find that a really cool thing: upload the current mod list to mods.factorio.com and you can download it everywhere and sync it.
Upload many of these lists, give them names like “horror”, “good rail setup” etc. and you can switch between the lists.
Enable special edit features like fixing to one version of a mod. Or two equal sets, but different mods turned on/off.
Share your lists with others.
See those lists, which are most similar lists to your list.
Make more relevant statistics (than downloads) of really/most used mods.
Endless possibilities...
BTN: You can copy the mod list.json file from the mods folder. It helps to copy/paste the modnames.
In general I find that a really cool thing: upload the current mod list to mods.factorio.com and you can download it everywhere and sync it.
Upload many of these lists, give them names like “horror”, “good rail setup” etc. and you can switch between the lists.
Enable special edit features like fixing to one version of a mod. Or two equal sets, but different mods turned on/off.
Share your lists with others.
See those lists, which are most similar lists to your list.
Make more relevant statistics (than downloads) of really/most used mods.
Endless possibilities...
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Can you add a favorite function on mods.factorio.com?
Well, you can make a meta-mod that contains dependencies on all mods you need. It was done for SeaBlock, there is even special tag for such mod packs.
It's not as user friendly as a proper UI, though. But, maybe, we just need a tool (or a mod?) that can generate meta-mods by current factorio configuration?
Re: Can you add a favorite function on mods.factorio.com?
No, we just need a simple mark as favorite function.bormand wrote: Thu Jul 16, 2020 5:57 amWell, you can make a meta-mod that contains dependencies on all mods you need. It was done for SeaBlock, there is even special tag for such mod packs.
It's not as user friendly as a proper UI, though. But, maybe, we just need a tool (or a mod?) that can generate meta-mods by current factorio configuration?
Keep it simply stupid
- 5thHorseman
- Smart Inserter
- Posts: 1193
- Joined: Fri Jun 10, 2016 11:21 pm
- Contact:
Re: Can you add a favorite function on mods.factorio.com?
How would one do this? All I get is the option to upload a zip of a mod.ssilk wrote: Tue Jul 14, 2020 5:18 am upload the current mod list to mods.factorio.com and you can download it everywhere and sync it.
I'll say. I can't even see how to do it!
Re: Can you add a favorite function on mods.factorio.com?
Make a directory "my mod pack_0.0.1" in your factorio mods folder. Create an info.json file with content like this:
Code: Select all
{
"name": "my mod pack",
"version": "0.0.1",
"factorio_version": "0.18",
"title": "my mod pack",
"author": "me",
"description": "My favorite mods",
"dependencies": [
"base",
"FNEI",
"helmod"
]
}
You can even zip it and share with other users if you think that this particular mod pack would be useful to them. Here is a SeaBlock example: https://mods.factorio.com/mod/SeaBlockMetaPack
Re: Can you add a favorite function on mods.factorio.com?
You can sync your mods to a save (a little button in top right corner in the load save file GUI). So you can use save files as "mod lists". Then you just need to send those save files to wherever you need the list. The saves will be fairly small if they are just empty worlds with no playtime.tomoya92 wrote: Tue Jul 14, 2020 2:59 am I always repeat search mods when i play on a new pc.
If there is a favorite function, I can collect my favorite mods.
A mod that makes meta mod packs (as mods) from your mod list is "simple" in that it utilises already existing and robust behaviour. And it makes it possible to have multiple separate list for each user. And you can upload them to the portal as mod packs for easy sharing with your friends in multiplayer with a single dependency on the server etc. And it reduces work for Wube since the meta mod is a mod that could be made by anyone.steinio wrote: Thu Jul 16, 2020 6:48 amNo, we just need a simple mark as favorite function.bormand wrote: Thu Jul 16, 2020 5:57 amWell, you can make a meta-mod that contains dependencies on all mods you need. It was done for SeaBlock, there is even special tag for such mod packs.
It's not as user friendly as a proper UI, though. But, maybe, we just need a tool (or a mod?) that can generate meta-mods by current factorio configuration?
Keep it simply stupid
It will just be a button click or something for the end user to export their mod list as a mod that has all the dependencies on their installed mods, so it's fairly user friendly too.
My mods: Capsule Ammo | HandyHands - Automatic handcrafting | ChunkyChunks - Configurable Gridlines
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser