Jump to content

Stizza

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Stizza

  1. Soo, im making a custom launcher for a dayz server and i thought it would be cool to add a verify cache button for arma 2... and i have no idea what i would put so that a button could target that and actually verify arma 2.

     

    Does anyone know what i would put in order to create a button to verify steam cache for arma 2?

     

    Thanks in advanced as i have been looking for this for ages and still couldn't find anything!

  2. Well, i am making a DayZ launcher for my server.. and i want to know how i can get a button to verify a cache of a game on steam?

     

    I really need help as i have been trying to find this for a while now and it's just not happening..

     

    Thanks in advanced for those who can help.

  3. It would be nice if there was a download option for the mods, no torrent stuff or something like that just a simple zip downloader and unpacker, if thats possible an updater should not be the problem too, cuz many server want to set up their own mods but cant because some players would need an 5 hour tutorial to find their OA folder

     

    I already have one of these made, once i have finished my project ill hook you up.

     

    this is what i have on my project which is what you have explained..

     

    it will downlaod anything such as pictures/videos/rars/zips and even torrents etc..

     

    http://gyazo.com/03e1a2c435bbda9917e4b62afac06afb

  4. I just give my users a zip file with batch files within to launch each file, here's the one I use for Cherno, copy text, edit to your server and save to a .bat file, then zip up and give link to your players.

    ::============================================================================================================================================
    ::Configuration| Edit these to your Arma 2 and Arma 2 Operation Arrowhead file paths ==============================================================================================================================================
    ::
    ::
    :: YOUR Arma 2 Operation Arrowhead Directory
    set arma2oapath=C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead
    ::
    ::
    :: YOUR Arma 2 Directory
    set arma2path=C:\Program Files (x86)\Steam\steamapps\common\Arma 2
    ::
    ::
    ::
    ::
    @echo off
    echo ===============================
    echo MGT Chernarus Server Join Batch
    echo ===============================
    echo JOINING SERVER IN .....
    timeout 3
    ==============================================================================================================================================
    :: DO NOT EDIT ANYTHING BELLOW THIS LINE OR YOU WILL BREAK THIS FILE ==============================================================================================================================================
    ==============================================================================================================================================
    ::
    :: 
    set IP=188.165.250.119
    set PORT=2302
    set MODS=@DayZ_Epoch
    
    start ""  "%arma2oapath%\ArmA2OA_BE.exe" 0 0 -skipintro -mod=%MODS% -noSplash -noFilePatching -world=empty -connect=%IP% -port=%PORT% "-mod=%arma2path%;expansion;"
    
    @exit
    
    
    

    I also worked on this for a while, view the source code to get an idea

     

    http://188.165.250.119/MGT_Launcher/

    thanks alot mate ill test it to see if it works and ill get back to you :D and wow that website idea is amazing.. how on earth have you got that to work? xD

  5. Hello, i am making a launcher for my server and was wondering what i would do in order to create a button which puts you into that servers lobby once pressed.. 

     

    I want the button to basicly execute arma 2 operation arrowhead with the correct launch parameters such as                                               "-@DayZ_Epoch;@DayZ_OverWatch"

     

    What im trying to get at is that i just want a simpler version of the CCG launcher which runs arma 2 and puts you into my server lobby..

     

    I am making this launcher in Visual Basic FYI

     

    Thanks in advanced for those who could help me.

     

    I will be willing to pay $10 usd if someone can guide me into getting this to work.

×
×
  • Create New...