ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Manually installing addons running linux (https://www.esoui.com/forums/showthread.php?t=8167)

squeex95 12/13/18 10:35 PM

Manually installing addons running linux
 
Hey everyone, so instead of taking anymore time tinkering trying to get Minion to run. I'm going to just try and install them manually, my question is where should I make the addons folder? Currently I have it in the Documents folder, but the addons aren't showing up in-game.

Provision 12/14/18 04:35 AM

You have to put the file in the same user than eso when you run it with administrator right.

Baertram 12/14/18 03:23 PM

https://wiki.esoui.com/UserFolder

squeex95 12/23/18 03:55 PM

Right, I just can't seem to find the correct path since installing Linux.

DunkleMaterie 12/23/18 06:14 PM

Quote:

Originally Posted by squeex95 (Post 36678)
Right, I just can't seem to find the correct path since installing Linux.

Hey, I'm not an expert, but you could search your hard disk for a file named 'UserSettings.txt' after starting, login and closing ESO? The folder in which this file exists, is the ESO directory where you can create a new folder named 'AddOns'. In this folder each addon will exist in a subdirectory.

HTH

merlight 12/24/18 03:59 PM

Usually it's "$HOME/Documents/Elder Scrolls Online/live/AddOns",
but that's assuming Wine links the Windows' "My Documents" folder to "$HOME/Documents".

I remember some older Wine versions pointed "My Documents" to "$HOME" instead, which was quite surprising and inconvenient (then ESO put it's stuff directly in "$HOME/Elder Scrolls Online").
You can check and possibly fix where "My Documents" point to in winecfg (tab Desktop Integration), or manually check the symlink in "$WINEPREFIX/drive_c/users/$USER/"

merlight 01/02/19 02:47 PM

Just in case someone gets hit by another still unfixed eso client quirk I've just encountered.

Upon startup, the client wants to decide whether it's "live" or "pts" (i.e. the name of the settings directory). Problem is this guess fails if the current working directory is not .../game/client/ (where eso64.exe lies). It's probably looking for some .version file via relative path, which obviously fails if you run eso from any other directory using command like `WINEPREFIX="$HOME/games/ESO" wine "c:/ZOS/ESO/game/client/eso64.exe"`. The client then falls back to using "ESO_BUILD_BRANCH" as the name of the settings directory.

Here's a command I used to find out where the heck is ESO looking for settings (type in terminal while ESO client is running):
bash Code:
  1. lsof -c eso64.exe | grep -i logs
It should show path to .../Logs/interface.log
directories AddOns and SavedVariables should then be next to Logs

Baertram 01/02/19 03:03 PM

Quote:

Originally Posted by merlight
It's probably looking for some .version file via relative path

During the beta I was working on an ESO manager tool (which I have stopped pretty fast). I remember the client changing and reading some data from the following files. Maybe thery are still the "version" files:


/Path to ESO game files/The Elder Scrolls Online/depot/_databuild/databuild.stamp
or for PTS
/Path to ESO game files/The Elder Scrolls Online PTS/depot/_databuild/databuild.stamp


Example content for live:
Code:

4000.win.1707942.live.1707887
2018/12/07:22:50:05
4.2.11


Example content for PTS:
Code:

2100.win.1674714.rc.1674693
2018/10/12:03:14:29
4.2.4


Headpool182 02/26/19 10:07 AM

Were you able to get the location sorted? i"m using Steam play, and I'm not sure where it stores the files.

Baertram 02/27/19 03:36 AM

Should be in "Steam/steamapps/common" like all steam games.
And the AddOns should be here: https://wiki.esoui.com/UserFolder

Octarinewolf 02/27/19 06:57 AM

Quote:

Originally Posted by Baertram (Post 37221)
Should be in "Steam/steamapps/common" like all steam games.
And the AddOns should be here: https://wiki.esoui.com/UserFolder

He's asking about Steamplay (i.e. running it in Linux under Proton) where the add-on folder is usually in the users Steam Library /steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/

maxheadroom2000 04/21/19 08:19 AM

Quote:

Originally Posted by Octarinewolf (Post 37224)
He's asking about Steamplay (i.e. running it in Linux under Proton) where the add-on folder is usually in the users Steam Library /steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/

Since the library can be installed in different places, it can be a little bit of a challenge to find. I can usually search for the game's Steam ID, which is 306130. You should find a folder in a path proceeded by ...steamapps/compdata/, as Octarinewolf shows. For me, my Steam library exists inside my home folder in a hidden folder named .steam. So to search for it, in my home folder I have to make sure to show hidden files first.

My entire path looks like this:
/home/myusername/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns

I hope this helps someone. BTW, every addon I've tried (that I know actually works) works well in ESO on Steam Play. In fact, Steam Play works so well now, that I run Linux full time, and only run ESO on Linux.

defcultist 03/02/22 12:39 AM

i did this: file browser: search: "SteamLibrary/ste..."
 
open your file manager and
you can find the right folder by searching for the string:
SteamLibrary/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns

if you just search for 306130 (in /home) you will (i did) find two folders, one is the pfx, the correct one


All times are GMT -6. The time now is 04:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI