GithubHelp home page GithubHelp logo

TS-SE-Tool Ats Not Working about ts-se-tool HOT 6 CLOSED

liptoh avatar liptoh commented on July 18, 2024
TS-SE-Tool Ats Not Working

from ts-se-tool.

Comments (6)

BamButz avatar BamButz commented on July 18, 2024

It seems that with update 1.38 they changed the location for steam profiles.
I changed the path from remote/profiles to steam_profiles and the profiles were shown again, unfortunately there are additional errors

from ts-se-tool.

adroslice avatar adroslice commented on July 18, 2024

I am unable to add steam_profiles as a custom folder, the folder selection dialogue works, but the radio buttons and the "Add" button remain greyed out.

from ts-se-tool.

BamButz avatar BamButz commented on July 18, 2024

I am unable to add steam_profiles as a custom folder, the folder selection dialogue works, but the radio buttons and the "Add" button remain greyed out.

I have to add that i did change to path through code, that functionality to add custom folders did not work for me either.

from ts-se-tool.

pgfiore avatar pgfiore commented on July 18, 2024

Issue #1
AFAIK the tool looks for the InstallPath onto HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam
However, in my Win10 x64 version 2004 the key is: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam (which is already commented out in the FormMethods)

Could this be of help (I'm not a great .net programmer)?
https://stackoverflow.com/questions/7031926/using-c-how-to-get-whether-my-machine-is-64bit-or-32bit

#2
I can see the RemoteUserdataDirectory varible is set to C:\Program Files (x86)\Steam\userdata\ac\227300\remote
This is because the code looks for the newest subfolder in the above userdata folder.
But my "ac" contains only the file named "227300\sessions.vdf" which contains few text strings:
"sessions"
{
"accountid" "77305411"
"lastexit" "1602533643"
}

On the contrary, the oldest one is "77305411\227300" and really contains all the save files, plus the "remotecache.vdf"; like here for instance: https://steamcommunity.com/discussions/forum/0/2976275080113797265/
Here is my first lines:
"227300"
{
"profiles/706766696F7265/config.cfg"
{
"root" "0"

Does it helps?
Best

from ts-se-tool.

LIPtoH avatar LIPtoH commented on July 18, 2024

@dean-lowfps @adroslice @BamButz
Steam folders in Docments contains only settings files. Save file leaves in "...\Steam\userdata...\227300..."
Because of that program doesn't let you add such folders =) (it looks for profile\save files)

@pgfiore
Some recent changes in Steam added "ac" folder.
Fixed.

from ts-se-tool.

robe1109 avatar robe1109 commented on July 18, 2024

The profile does not load for me, can someone help me, I have already deleted everything and installed everything again and nothing

from ts-se-tool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.