Jump to content

shokwave8

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

87 profile views

shokwave8's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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.
  2. Oh i'm very sorry will not happen again Very thanks to both of you
  3. Hello there Com, The following is my problem. I try to create a window with Koda-Formdesigner and the background of the Form, Button and Edit shall be blue with white letters. Everytime i run the code the colour from button and edit background sets to default. i tried to set the backgroundcolour manually to blue for the button and the editbox but then the GUI just does not appear while running the script. I got you some screens of Koda (howitshould.jpg) and the actual running script (howitis.jpg). I hope you guys can help me Thanks for reading and replying. (I'm german and i might did some mistakes in language )
  4. Hey Guys. I got a little script which should write some Pointers on a process if the GUI is checked. There is no compilererror its just not working. Pointer data is checked so Baseaddress and offsets are right.. Pls help me. <snip>
×
×
  • Create New...