Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. Launcher Support
  3. How to run on external drive

How to run on external drive

Scheduled Pinned Locked Moved Launcher Support
2 Posts 2 Posters 135 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • blunthuntundefined Offline
    blunthuntundefined Offline
    blunthunt
    wrote on last edited by
    #1

    Having issue getting it to run on my new external ssd. All the game files are located on the drive , D , as well with the plutonium.exe and i copied over my plutonium folder with all my mods and the launcher stilll tries to download all the files to my C drive even tho its full on space and i have my pc configured to write all new files on D

    1 Reply Last reply
    0
    • Resxtundefined Online
      Resxtundefined Online
      Resxt Plutonium Staff
      wrote on last edited by Resxt
      #2

      Plutonium is its own app, it's not a software like the other you could download.
      You have two solutions


      First solution: if you want to download it to another drive you can either create a symbolic link which basically makes Windows think it's on C: (so that nothing breaks) while actually storing the files on D: for example
      This example should guide you https://plutonium.pw/docs/modding/moving-to-another-drive/


      Second solution: if you really want to install Plutonium on another drive I think you could use something like this in a bat file. Just make sure this bat file is in the same folder as plutonium.exe

      @echo off
      set installDir=D:\Plutonium
      
      plutonium.exe -install-dir "%installDir%"
      
      1 Reply Last reply
      0

      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate