Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Scholar
Original Poster
#1 Old 14th Sep 2017 at 4:32 AM
Default I can't find the program file for TSM after reinstalling (solved)
I used to use mods. Then I uninstalled and reinstalled a few years later. Now I can't find the folder I need to put the mods in. I was hoping the documents folder would work by now, but no dice. Did something change with the launcher over the years? I swear I can't find the folder in the program files at all. I have an Electronic Arts folder in the program files. but its empty.

Edit: Ahh its in ORIGIN files now. I had no idea. Im keeping this up in case someone else has this issue.

The patch won't work now that the path is no longer in electronic arts folder. Is there some way to get around that?
Advertisement
Lab Assistant
#2 Old 15th Sep 2017 at 11:44 PM
What patch?

Either way, you can create a directory junction, otherwise known as a hard link:
  1. Open an elevated command prompt, which means to run the command prompt as administrator
  2. Run the following command
    Code:
    mklink /J "C:\FakeFolder" "C:\ActualFolder"
Back to top