Jump to content

Running Steamapps, Autoconnection


Recommended Posts

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/107410

is 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. 

Edited by shokwave8
Link to comment
Share on other sites

  • Moderators

shokwave8.

 i tried to build a launcher for an Arma3 Server (onlinegame).

I asked you to read the Forum rules when you last posted about games - it seems you cannot read very well. This is your last warning - another game post will result in sanctions.

Thread locked.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...