Download
(5 MB)
Download
Updated: 07/25/23 12:26 PM
Pictures
File Info
Compatibility:
base-game patch (9.1.5)
Necrom (9.0.0)
Scribes of Fate (8.3.5)
Firesong (8.2.5)
Lost Depths (8.1.5)
High Isle (8.0.0)
Updated:07/25/23 12:26 PM
Created:12/07/21 02:00 PM
Monthly downloads:580
Total downloads:14,874
Favorites:20
MD5:
Categories:Utility Mods, Auction House & Vendors, ESO Tools & Utilities
Linux Tamriel Trade Center  Popular! (More than 5000 hits)
Version: v2.3
by: APH0N1C, dbojan
Tamriel Trade Center for Linux without the need to setup and run TTC "Client.exe" on "Wine/Proton/Javascript" to update price list.

A simple bash script to update your TTC Listings Data.

I created this in case you have no luck on running the TTC Client on Proton/Wine/Lutris and their other WINE related programs as well as doing additional work like trying it on a Virtual Machine etc... so I instead created this simple script to do the work for me in the background.

This script utilize built-in system tools aside from needing the TTC add-on itself. the only thing you need to do is download the script make it executable and run it via terminal.

[This script should theoretically also work on Steamdeck as long as their version of Linux isn't too stripped down and can still run bash commands]

Dependencies:
Tamriel Trade Centre



Optional Versions

Single Use Scripts
TTC-O PORTPROTON
TTC-O LINUX NATIVE STEAM

Looping Scripts
TTC-LO PORTPROTON
TTC-LO LINUX NATIVE STEAM


INSTALLATION & USAGE: download the latest script of your choice and put it anywhere. then to run the script. "cd" to the script directory ex. cd ~/Downloads and do "chmod u+x script.sh" ex. chmod u+x TTCO-LINUX-STEAM-V2.sh to make it executable and "bash ./script.sh" ex. bash ./TTCO-LINUX-STEAM-V2.sh to run it.




NOTE: for now I only created 2 sub versions for "Linux Steam" and "PortProton".

NOTE: the script is a bash script and was only tested on POP!_OS 21.04/Ubuntu 21.04/Fedora 35 Silverblue. it might work on other Distro's as long as the "Terminal/Console" supports running Bash scripts.

NOTE: for now the script only updates the "PC NA" PriceTable. feel free to edit the link inside the script according to your server.

PriceTable Download Links
EU - https://eu.tamrieltradecentre.com/download/PriceTable
US - https://us.tamrieltradecentre.com/download/PriceTable

Code:
printf '\n'
sleep 1
curl -o ~/Downloads/PriceTable.zip 'https://us.tamrieltradecentre.com/download/PriceTable'
sleep 1



ADDITIONAL INFORMATION

Assuming you didn't change the drive where you installed ESO, here are the list of default locations.

Default "Linux Steam" Directory
"/home/$USER/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre/"
Default "PortProton" Directory
"/home/$USER/PortWINE/PortProton/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre"
Default "Flatpak-Steam" Directory
"/home/$USER/.var/app/com.valvesoftware.Steam/.steam/root/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre/"
- (This assumes you installed Steam Flatpak on the user and not system wide.)
- Depending on your system and installation mode. you might need to change "/.var/app/" to "/var/lib/flatpak/app/"


Default "Lutris" Directory
"/home/$USER/Games/Elder Scrolls Online/drive_c/users/user/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre/"

Editing the location in case you have your game installed on another drive(custom location). Please edit the line of code highlighted in green showed from the example below.

Code:
printf '\n'
mkdir -p "/home/$USER/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre/"
sleep 2
rsync -auvzhPX --progress ~/Downloads/PriceTable/. "/home/$USER/.steam/steam/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre/"
sleep 1

All the scripts are scanned using VirusTotal. Click "More Info Here" for more details including scan results. (of course you can scan it yourself if you want to.)

More Info Here
MAR-01-2023
> Added Windows Version by dbojan. (if you are having problems running TTC.exe on Windows due to outdated .net)
> It uses tar from relatively newer version of windows 10.
> Slightly modified the original code by dbojan, and created 3 versions.
(5-mins-looping-scripts, Looping-with-user-Input, Single-use-scripts.)
> Included the original code by dbojan.

MAR-01-2023
> Added EU counterpart. (should work as the NA versions let me know if there are problems.)

AUG-12-2022
> Fixed an Issue resulting on the script to not update "PriceTable files" even tho the script outputs that it did.
Optional Files (4)
File Name
Version
Size
Author
Date
Type
v2.1
1kB
08/12/22 11:36 AM
Addon
v2.1
1kB
08/12/22 11:36 AM
Addon
v2.1
1kB
08/12/22 11:36 AM
Addon
V2
1kB
12/10/21 01:00 PM
Addon


Archived Files (6)
File Name
Version
Size
Uploader
Date
v2.2
25kB
APH0N1C
03/01/23 08:29 AM
v2.1
20kB
APH0N1C
08/15/22 05:14 AM
v2.1
1kB
APH0N1C
08/12/22 11:36 AM
V2
1kB
APH0N1C
12/10/21 01:21 PM
V2
1kB
APH0N1C
12/10/21 01:02 PM
V2
1MB
APH0N1C
12/07/21 03:04 PM


Post A Reply Comment Options
Unread 12/08/21, 01:47 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4991
File comments: 6045
Uploads: 78
Any reason why this "simple" bash script is 4mb in size?
Fetching some info from TTC websites shouldn't be that big imho.

Could you please provide the code in plain text so we are able to see what it does, thank you.
Your github e.g. provides this lines, which look like these are the lines to use here:
Code:
#!/bin/bash
while [ true ]; do
echo =======APH-TECH======== &&
echo Starting Loop Sequence.... &&
echo ===================== &&
cd ~/Downloads &&
echo - NOTICE: &&
echo If you feel like Im eating resources please do TERMINATE me.. &&
echo ===================== &&
echo Downloading Requested File.... &&
echo ===================== &&
curl -s -o ~/Downloads/PriceTable.zip 'https://us.tamrieltradecentre.com/download/PriceTable' &&
echo Making sure I downloaded the right thing...
cd ~/Downloads &&
echo ===================== &&
echo Unziping and Transfering your file... &&
echo ===================== &&
unzip -o -q ~/Downloads/PriceTable.zip -d "/home/gaben/PortWINE/PortProton/drive_c/users/gaben/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre" &&
echo Done &&
echo ===================== &&
echo Removing temporary files &&
echo ===================== &&
rm -f "./PriceTable.zip" &&
echo Restarting Loop Sequence.. &&
echo ===================== &&
done
So what is all the ther overhead of ~3,99mb then? Only caused by the obfuscated lines?
imho, and without wanting to be respectless, you should release it unobfuscated then for the majority
Last edited by Baertram : 12/08/21 at 01:55 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.