PunishXIV / AutoRetainer

Collect and assign ventures to your retainers from the comfort of your bed.
https://puni.sh/plugin/AutoRetainer
BSD 3-Clause "New" or "Revised" License
56 stars 36 forks source link

I have issues with multiboxing/multiple accounts #62

Closed Limiana closed 7 months ago

Limiana commented 7 months ago

If you want to use more than one instance of the game at the same time or if you want to use AutoRetainer on different accounts on the same machine, run first instance normally and for any subsequent instances create one bat file for each instance with this text:

start "" /d "%USERPROFILE%\AppData\Local\XIVLauncher" "%USERPROFILE%\AppData\Local\XIVLauncher\XIVLauncher.exe" --roamingPath="c:\XivLauncher2"

Replace c:\XivLauncher2 with path to would be second Xivlauncher configuration folder. Each instance/account needs to use it's own bat file and it's own folder (don't forget to actually create these folder).

Nicolas-GE commented 6 months ago

what if i want to just use other accounts for things like, playing a band as bard, and disable autoretainer?

Kyla772 commented 5 months ago

Is there a way we could get a video tutorial for this? My very few braincells is not really understanding of this

nowlflr commented 4 months ago

@Kyla772

Is there a way we could get a video tutorial for this? My very few braincells is not really understanding of this

Were you able to figure it out? I'm in the same boat and don't understand it at all.

Kyla772 commented 4 months ago

@Kyla772

Is there a way we could get a video tutorial for this? My very few braincells is not really understanding of this

Were you able to figure it out? I'm in the same boat and don't understand it at all.

No nothing at all. If you figure it out, feel free to let me know

nowlflr commented 4 months ago

@Kyla772

Is there a way we could get a video tutorial for this? My very few braincells is not really understanding of this

Were you able to figure it out? I'm in the same boat and don't understand it at all.

No nothing at all. If you figure it out, feel free to let me know

I did figure it out with a little help from discord and lot of insight from my wife to put all the pieces together. I’m not at my computer right now but I could help you tomorrow. If you are on Discord, my name is sahweeet… find me there and I can walk you through it.

venomin30 commented 4 months ago

@nowlflr @Kyla772 @Flavescent

These are my steps that I prefer, this also allows me to use different shortcuts of XIVLauncher rather than having it as batch (.bat) files.

  1. Go to your %appdata% folder, you can paste just that in your File Explorer address bar at the top, or you can put it in your "Run" command by pressing Windows Key+R.
  2. Copy your XIVLauncher folder, and paste it in the same directory, and rename the new folder with a "2" on the end (e.g. the copied one is called XIVLauncher2). You can repeat this and have 3, 4, 5, etc (just make as many as you need). This allows you to skip having to setup XIVLauncher and Dalamud all over again, as this copies all the configurations of Dalamud itself and each Plugins' settings.
  3. Next go to %localAppData%\XIVLauncher, right click on XIVLauncher.exe and create as many shortcuts as you need.
  4. Right click on the new shortcut and go to Properties.
  5. Go to the Shortcut tab.
  6. In the Target field, go right to the end where it ends with XIVLauncher.exe and add this in including the space --roamingPath="%appdata%\XIVLauncher2". image
  7. Repeat Steps 4 to 6 with as many shortcuts as you need and only change the --roamingPath="%appdata%\XIVLauncher2" part with the other folder names you created in Step 2.
  8. Rename these Shortcuts with whatever you prefer (I just renamed them XIVLauncher2, etc). image
  9. Now you can pin these new shortcuts in your Start menu, or Taskbar. image

A few more steps that originally stated, but this allows you to retain all your Dalamud settings across the new profiles, and allows you to have a shortcut as opposed to running XIVLauncher via a .bat file.

Please note that this WILL NOT sync the XIVLauncher/Dalamud settings across the different folders you created with these steps - please choose the main XIVLauncher as your "primary" and you can just copy that folder across again to the new folders you created in Step 2 if you need this functionality.

Flavescent commented 4 months ago

@venomin30, thanks for documenting your method! But this causes additional issues arising from the fact that one now has to manage n separate Dalamud installations and plugin sets. I would much prefer it if AutoRetainer was able to handle separate service accounts natively, much like it already does separate characters on the same account.

venomin30 commented 4 months ago

@Flavescent oh definitely agreed! My preference is NOT having to do this at all, as this is the only Plugin that I have that requires this from having multiple accounts.