Results: 10Comments by: Jimmon89
File: Tamriel Trade Centre11/26/21
possible solution to use the client on linux
Posted By: Jimmon89
one of the tools i use on linux called "steam tinker launcher" has compiled a custom version of proton that is supposed to be able to properly install dotnet 4.8. i will report back if it is a success once i try it out and see if it works wish me luck! --edit-- absolutely beautiful worked like a bloody charm! i'm going to make a...
File: Tamriel Trade Centre11/10/21
Re: Error
Posted By: Jimmon89
Greetings, after the new update i keep recieving an error that is saying " Tamriel Trade Center only supports English client at this time. We are planning on adding support for other languages soon." I deactivated all my other addons, i checked the leanguages and i have no idea where is the problem. If there was another person with t...
File: No, thank you! - Blackwood11/10/21
bug with crown crates and "Don't rotate game camera"
Posted By: Jimmon89
i doubt anything can be done on your end other than force allowing the camera to rotate when entering the crown crate menu but with "Don't rotate game camera" and i assume it's sub-settings enabled when you enter the crown crate menu the game soft-locks forcing you to Alt-F4 or kill it with the task manager and relaunch the only wo...
File: Tamriel Trade Centre11/05/21
My biggest concern is not about rel...
Posted By: Jimmon89
My biggest concern is not about releasing the source code but the maintenance and support required afterward. Having to maintain another version of TTC means additional testings has to be done before each release. The install/update process is not streamlined either. I can anticipate lots of questions from users asking for help o...
File: Tamriel Trade Centre11/05/21
with the latest update the TTC clie...
Posted By: Jimmon89
with the latest update the TTC client no longer runs under linux using proton, even if i install dot net framework 4.7.2 the problem with dot net framework is that while 4.6.1 has a gold community rating, and 4.6.2, 4.7 and 4.7.1 all have a silver rating while 4.7.2 has not had any public testing done at all and 4.8 has a rating...
File: Tamriel Trade Centre11/03/21
with the latest update the TTC clie...
Posted By: Jimmon89
with the latest update the TTC client no longer runs under linux using proton, even if i install dot net framework 4.7.2 the problem with dot net framework is that while 4.6.1 has a gold community rating, and 4.6.2, 4.7 and 4.7.1 all have a silver rating while 4.7.2 has not had any public testing done at all and 4.8 has a rating...
File: Synced Account Settings11/08/20
Re: UI Error after Markarth
Posted By: Jimmon89
Howdy Jodynn After Markarth release, I'm getting this error. Hoping you can help. I'm grateful for this addon; it's a great solution to an annoying ZOS design. Still occurs when the only addon loaded. Cheers user:/AddOns/AccountSettings/AccountSettings.lua:947: operator .. is not supported for string .. nil stack traceback:...
File: Thief Tools11/01/20
no problem, I was happy to help :)
Posted By: Jimmon89
no problem, I was happy to help :)
File: Thief Tools11/01/20
missing quote at the end of line 5 in ThiefTools_Global.lua
Posted By: Jimmon89
missing quote and comma at the end of line 5 in ThiefTools_Global.lua line is version = "2.10.1 when it should be version = "2.10.1", easy mistake, simple fix not a big deal, syntax like that was the cause of many headaches and sleepless night on some of my own projects
File: MasterThief05/25/16
how would one auto loot specific item groups
Posted By: Jimmon89
what code would i change to autoloot like style materials, lockpicks and such i found... MasterThief.ItemTypes = { ITEMTYPE_RACIAL_STYLE_MOTIF, ITEMTYPE_RECIPE, } around line 35 in MasterThief.lua, and i tried changing it to MasterThief.ItemTypes = { ITEMTYPE_RACIAL_STYLE_MOTIF, ITEMTYPE_RECIPE, ITEMTYPE_STYLE_M...