I had no idea this list was not scrollable. It's fixed now.Anson wrote:but that list showed only 18 mods and the top of another checkbox at the bottom, with no option to scroll the list or change the window's size.
ModMyFactory - mod manager and more
Re: ModMyFactory - mod manager and more
Version 1.5.0pre3 released
Changelog:
- Improved context menues.
- Added scrollbar to mod update list.
- Changing locations in the settings will now ask to move the files and reload all Factorio versions and mods.
Re: ModMyFactory - mod manager and more
why does it have to move mods? what the hell does it do to the factorio Appdata folder? why can't I import existing mod selections via drag and drop mod-list.json files? where the hell do my unpacked mod configs go?
Re: ModMyFactory - mod manager and more
Please read the Wiki: https://github.com/Artentus/ModMyFactory/wiki
Re: ModMyFactory - mod manager and more
Feature request -- Link support for launching servers.
E.g. to run my server now, I have a batch file that iterates through my save list, and then calls the game through
I actually have it set up as a separate, portable installation of the game, but the current lack of support for multiple copies of the same version of the game is no matter, I just symlinked it myself.
If there were even just a way to pass those commandline arguments straight through, that would be good enough for me.
E.g. to run my server now, I have a batch file that iterates through my save list, and then calls the game through
Code: Select all
Factorio.exe --start-server "../../saves/%file_name%" --mod-directory ../../mods --server-settings server-settings.json
If there were even just a way to pass those commandline arguments straight through, that would be good enough for me.
Re: ModMyFactory - mod manager and more
There are some good server managers already out there if I'm not mistaken.
I planned ModMyFactory to be a client side manager so if I add support for servers at some point I will do it after all the client side stuff is done.
I planned ModMyFactory to be a client side manager so if I add support for servers at some point I will do it after all the client side stuff is done.
Version 1.5.0pre4 released
Changelog:
I am sorry this took so long and 1.5 is still not out. I had a lot of work for university to do over the last weeks and did not feel like working on ModMyFactory simultaneously. This should hopefully change again now.
- Moving directories is now faster in some cases.
- Added setting to always keep mod updates zipped.
- ModMyFactory now displays some more information about mods from the modportal (license, homepage, GitHub).
- Romved the view counter of mods on the mod portal (the API does not provide it anymore).
- Added prerequisite setting to keep old mod versions after updating (not yet functional, still debating on how to implement this).
I am sorry this took so long and 1.5 is still not out. I had a lot of work for university to do over the last weeks and did not feel like working on ModMyFactory simultaneously. This should hopefully change again now.
Re: ModMyFactory - mod manager and more
Why does ModMyFactory delete the mod file when adding mods?
Re: ModMyFactory - mod manager and more
It doesn't, added mods get moved.
Version 1.5.0pre5 released
Changelog:
This is a release candidate for 1.5.0, if you notice any bugs please let me know so the full release can be as stable as possible.
- Multiple versions of a mod for the same version of Factorio being present is now handled properly.
- Setting to keep old mod versions is now functional.
- Mods are now properly reloaded when the game is started through a link that alters the mods active states.
- Improved the moving dialog shown after confirming new settings to only show when locations where actually changed.
This is a release candidate for 1.5.0, if you notice any bugs please let me know so the full release can be as stable as possible.
Re: ModMyFactory - mod manager and more
This seems to be coming along nicely, keep up the good work!
Re: ModMyFactory - mod manager and more
Thanks, I plan to release at least one more main version and also a 'light' branch that is portable and only manages one Factorio installation.
What happens after that is not planned yet, we'll see.
What happens after that is not planned yet, we'll see.
Version 1.5.0 released
Changelog over the latest prerelease:
Full changelog since 1.4.3:
- Deleting a mod of which there is also an older version present will now show this older version properly.
- The extend animation of mod version groups will no longer play while inputting a filter.
- Fixed text formatting in mod tooltips.
Full changelog since 1.4.3:
- Locations of savegames and scenarios can now be changed in the settings.
- Multiple versions of a mod for the same version of Factorio being present is now handled properly (newest version will always be used just like in Factorio).
- Added context menus to the mod and modpack listview.
- ModMyFactory now displays some more information about mods from the modportal (license, homepage, GitHub).
- Added option to show/hide experimental versions when downloading Factorio.
- Added option to disable the automatic update check in the settings.
- Added option to copy instead of move when adding Factorio from folder.
- Added option to opt in for prerelease updates.
- Added option to always keep mod updates zipped.
- Added option to keep old mod versions after updating.
- Fixed bug that would prevent adding Factorio from ZIP (would always show an error message).
- Added scrollbar to mod update list.
- Made info.json parsing less strict (Tomb Stones mod will now work).
- Mods are now properly reloaded when the game is started through a link that alters the mods active states.
- Added per monitor DPI scaling support (requires .Net 4.6.2 and Windows 10 Anniversary).
Version 1.5.1 released
Changelog:
- Rearranged some menu items.
- Added option to manually refresh mod list.
- Added some basic formatting support to the mod description of mods.factorio.com.
Re: ModMyFactory - mod manager and more
Can you help me out? When I try to login it says "Login failed!". But I was able to login on my previous PC.
Re: ModMyFactory - mod manager and more
Mh, interesting. I can not login myself but only when I try to download Factorio. Downloading or updating mods works just fine.
They must have changed something about how the login page works. I'll have to look into this.
I wish they would just offer an API for this as they do for everything else...
They must have changed something about how the login page works. I'll have to look into this.
I wish they would just offer an API for this as they do for everything else...
Version 1.5.2 released
Changelog:
- Fixed crash when selecting an online mod.
- Login now works again.
Version 1.5.3 released
Changelog:
- Added list support in formatted mod description.
- The newest available release of a mod is now auto-selected when selecting the mod.
- Fixed a bug that caused links in the formatted mod description to be parsed incorrectly in rare cases.
Re: ModMyFactory - mod manager and more
Hi Artentus,
I was just wondering whether it's possible to automatically update mods to their 0.15 version? I have tried clicking the update mods button and it just says everything is up to date. MMF detects that I have the latest version of Factorio (0.15.2) and I have the latest version of MMF (1.5.3).
Thanks
I was just wondering whether it's possible to automatically update mods to their 0.15 version? I have tried clicking the update mods button and it just says everything is up to date. MMF detects that I have the latest version of Factorio (0.15.2) and I have the latest version of MMF (1.5.3).
Thanks
Re: ModMyFactory - mod manager and more
If your manager mode is set to "Per Factorio version" it will only update mods to their newest version that support the same version of Factorio. This way it doesn't update your 0.14 mods to 0.15 versions and break your 0.14 install.
If your manager mode is set to "Global" it will not manager mods on a per-version basis. In this mode a mod will always be updated to its verry latest available version no matter what version of Factorio it targets.
If you are only using the one version of Factorio you should set your mode to global.
If you have multiple Factorio versions installed per Factorio version is recommended, but then you will have to add those mods manually. I have planned to add some way to download all your mods for a newer Factorio version without deleting the old mods but I have not yet found a good way to do it.
If your manager mode is set to "Global" it will not manager mods on a per-version basis. In this mode a mod will always be updated to its verry latest available version no matter what version of Factorio it targets.
If you are only using the one version of Factorio you should set your mode to global.
If you have multiple Factorio versions installed per Factorio version is recommended, but then you will have to add those mods manually. I have planned to add some way to download all your mods for a newer Factorio version without deleting the old mods but I have not yet found a good way to do it.