Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple profiles #875

Closed
Bit-Fiddler opened this issue May 21, 2015 · 4 comments
Closed

Support multiple profiles #875

Bit-Fiddler opened this issue May 21, 2015 · 4 comments
Labels
Enhancement New features or functionality ★☆☆

Comments

@Bit-Fiddler
Copy link

Another idea I just had.

You already support multiple KSP installs so we can run older versions etc....

However what about multiple "Configs" for a single "install"? As in keep the mod list for a particular config as a text file that we can select from a list of saved configs. This will wipe the current config's mods as if we had uninstalled them. and then go in and reinstall all the mods for the new config.

I know this could be done by just having 2 KSP installs of the same version, but it would save on drive space.

@pjf pjf added the Enhancement New features or functionality label May 22, 2015
@pjf pjf changed the title Idea Support multiple profiles May 22, 2015
@pjf pjf added the ★☆☆ label May 22, 2015
@Dazpoet
Copy link
Member

Dazpoet commented May 22, 2015

This can kind of be done already. You can save multiple metapackages and when switching between them you'd do

ckan remove --re .*?
ckan install -c /path/to/metapackage

Maybe some kind of GUI shortcut like "Change modlist" which lets you choose from a folder of metapackages you've exported earlier using KSP-CKAN/CKAN-GUI#123 which performs the above operation.

The danger here would be if you load a save which e.g. expects you to have KWRocketry installed but in your other modlist you instead use SpaceY Launchers so when you load your save your entire fleet of ships using KW parts disintegrates.

@Bit-Fiddler
Copy link
Author

Bit-Fiddler commented May 15, 2017

not quite what I was talking about... I am talking about the "downloads" folder specifically. I have several installs of KSP running but all of them have individual "download" folders each of these folders have 90% the same mods downloaded to them. this makes me use 4 or 5 times the amount of drive space for my "download" folders. I was just looking for a way to combine them to one central CKAN "download" folder. purely to reduce HDD space used by CKAN.

also an addition to the "delete all downloads" function maybe a "delete all downloads that are not currently installed to any .ckan" option. this would delete all old mods but retain the ones I currently have installed for quick refresh.

Sorry responding to the wrong thread... I was thinking this was the thread for another idea I had posted... you can just ignore this.

@politas
Copy link
Member

politas commented May 15, 2017

@Bit-Fiddler , #584 is the issue you want to be looking at for that. There's a description of how to share downloads between KSP installs in the discussion there. Also, I am currently working on adding a way to set the download location specifically.

@Olympic1
Copy link
Member

Olympic1 commented Nov 4, 2018

I think this is resolved by #2535 as this is about a central download cache

@Olympic1 Olympic1 closed this as completed Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New features or functionality ★☆☆
Projects
None yet
Development

No branches or pull requests

5 participants