Jump to content

writing config


xcxooxl
 Share

Recommended Posts

i want to write config to counter strike

and i want it to download my config but every user got a diffrent directory

C:\program files\steam\steamapps\UserName\counter-strike

is there i way i could use

inetget so it will download it to

C:\program files\steam\steamapps\*\counter-strike

like search in what folders in steamapps there is counter strike and then choose it

and if more then one then 2 downloads or somthing

Link to comment
Share on other sites

In all likelihood, there's a registry key pointing to the directory. Have a look in your own registry for an example. Probably in:

HKEY_LOCAL_MACHINE\SOFTWARE\Name of software

Then just use RegRead.

edit -

Or maybe you could use something like 'C:\program files\steam\steamapps\' & @UserName & '\counter-strike' for the path.

Edited by xcal
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...