Jump to content

Search the Community

Showing results for tags 'steam'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 2 results

  1. Hi all, I've recently needed to be able to catalog Programs on my system and Steam is a pain to do. So here's the UDF I've made. FAQ Q1: Isn't this game related? A1: It's borderline, yes, so much so I cleared it with M23 before posting Q2: Can you add X function that does X with the Steam API? A2: No Q3: Can you add X function that does X with games? A3: No Q4: Can you add X function that doesn't meet the above criteria? A4: No, just to be safe anyway Q5: Why doesn't this get me the .exe!? A5: See Q3 UDF https://github.com/rcmaehl/_GetSteam
  2. Good evening, My problem: i tried to build a launcher for an Arma3 Server (onlinegame). Till now i made the launcher ask for the location of the arma3.exe for saving that and running this .exe. The following problem is, that i have no clue how to autoconnect to an IP:Port. I found some codes online and tryed to do the same but i failed. Found these codes for C++ Process.Start("steam://connect/DEINE_SERVER_IP:SERVER_PORT) Process.Start("steam://rungameid/107410// -skipintro -mod=@HierDeinAddonName-connect=HierDieServerIP -port=HierDerPort")Things i've tried: Run("steam://rungameid/107410") ;this doesn't start the game Run("S:\Steam\steamapps\common\Arma 3\arma3.exe") ;this starts the game without connecting ;is there a way of running the first one with AutoIT?I hope i could define the problem good enough for understanding. Thanks a lot for reading. EDIT: I just figured out that steam://rungameid/107410is an URL and not a directory... I'm very sorry its to late for me Still i would be glad if someone could help me with the autoconnection to a server.
×
×
  • Create New...